lux icon indicating copy to clipboard operation
lux copied to clipboard

[Feature Request] Lux should also be extensible to make it easy for external libraries with pandas API to support.

Open rentruewang opened this issue 1 year ago • 0 comments

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.

rentruewang avatar Jun 19 '23 02:06 rentruewang