[Feature Request] Lux should also be extensible to make it easy for external libraries with pandas API to support.
rentruewang opened this issue · 0 comments
rentruewang commented
Is your feature request related to a problem? Please describe.
Modin is a drop in replacement for pandas. However, current version of lux doesn't work with it.
Describe the solution you'd like
Lux should work with modin and any library with pandas API.
Describe alternatives you've considered
Refactor lux's logic into mixins / use factory patterns to construct dataframes. This way, it'll be easy to extend lux.