lux icon indicating copy to clipboard operation
lux copied to clipboard

Automatically visualize your pandas dataframe via a single print! 📊 💡

Results 86 lux issues
Sort by recently updated
recently updated
newest added

Currently, text attributes are recognized as categorical attributes and displayed as bar charts. We should add a new datatype for text attributes, perhaps distinguishing between short: 1~2 words (more like...

enhancement
easy

When head, tail is called, we display the recommendations based on the previously rendered dataframe to compare the differences. However, in the case where there are no prior dataframe displayed,...

bug

Currently, `lux.config` does [not trigger a regeneration of recommendations](https://lux-api.readthedocs.io/en/latest/source/reference/config.html) and requires either explicit expiring or placing the config in the right place. We should streamline the config so that the...

enhancement
hard

This issue was opened in light of trying to embed lux widgets in the documentation. We've tried a variety of solutions listed below, but none of them were able to...

documentation
hard

Currently when multiple filters are applied it is unclear if an OR or AND is applied. Not enough explanations and information is displayed on the visualization to indicate this. For...

bug
enhancement
hard