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

How to use this libary in colab

enhancement
setup

When running the analysis on the NYC Taxi dataset, I found that the JSON spec created using Altair backend was storing most of the data (about more than 90%) for...

@dorisjlee would you be open to adding [cuDF](https://github.com/rapidsai/cudf) backed functionality as an option? I believe there could be several places where GPU acceleration would help over pandas with larger datasets....

%matplotlib inline from IPython.display import display import numpy as np import pandas as pd import lux autos = pd.read_csv('http://github.com/mattharrison/datasets/raw/master/data/vehicles.csv.zip') autos.intent = ['combinedUF','cityUF'] autos - - - - - - -...

I cannot scroll right and left on the Lux display. How is this feature enabled?

I am trying to specify an intent (df.intent = ['PERS_WGT_NUM']). I have been successful with other datasets. However, with my current dataset I am getting the following error: AttributeError: 'LuxDataFrame'...

I'm trying to use the lux library in a Databricks notebook but I'm getting this warning and error after the df.intent statment: Out[10]: /databricks/python/lib/python3.8/site-packages/IPython/core/formatters.py:918: UserWarning: Unexpected error in rendering Lux...

PROBLEM When coding in a jupyter hub environement with jupyter 3.0 it's only possible to to install jupyter lab extensions for individual users if the installation it's done via pip...

**Describe the bug** C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\formatters.py:918: UserWarning: Unexpected error in rendering Lux widget and recommendations. Falling back to Pandas display. Please report the following issue on Github: https://github.com/lux-org/lux/issues C:\ProgramData\Anaconda3\lib\site-packages\lux\core\frame.py:632: UserWarning:Traceback (most recent...