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

Running Pandas test suite to ensure that metadata and recommendations maintained for a variety of Pandas functions.

test

When there are two quantitative variables and a categorical, either a colored heatmap or bar chart with color bars could be displayed. However, the current default of colored heatmap can...

bug

We currently sort bar charts based on highest to lowest bars if there are more than 5 bars. If there are less than five bars, the bars are unsorted to...

enhancement

Currently the stacked bar chart is used when 2 categorical variables and 1 quantitative variable are specified. This works when the aggregate function is sum, but the chart is not...

bug
easy