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

I am using Jupyter Labs and have these extensions installed: ![image](https://user-images.githubusercontent.com/107151852/218582831-418386dd-4e75-48fb-b74b-dfa12f82c58b.png) I cannot figure out why I am not able to see the sample dataframe (or my own custom df...

**Describe the bug** Could not observe visualizations for the dataframe **To Reproduce** Please refer to the dataset here [Link](https://www.kaggle.com/datasets/piyushgoyal443/red-wine-dataset?select=wineQualityReds.csv) 1. Using this data: `redwine_data = pd.read_csv('data/winequality-red.csv', sep=';')` 2. Looking at...

**Describe the bug** C:\Users\mukta\anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. It occured while using GroupBy function in pandas module **To Reproduce** Please...

## Overview - Fix a typo in an error message ## Changes - No functional change, just improves error messaging for consumers who might pass misspelled columns into their dataframe...

Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

I'm getting the folowwing error: ``` C:\Users\HP\Anaconda3\lib\site-packages\lux\core\frame.py:632: UserWarning:Traceback (most recent call last): File "C:\Users\HP\Anaconda3\lib\site-packages\lux\core\frame.py", line 581, in _ipython_display_ self.maintain_metadata() File "C:\Users\HP\Anaconda3\lib\site-packages\lux\core\frame.py", line 146, in maintain_metadata self.compute_metadata() File "C:\Users\HP\Anaconda3\lib\site-packages\lux\core\frame.py", line 126,...