lux
Enrichment pendingAutomatically visualize your pandas dataframe via a single print! 📊 💡
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Dormant (843d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- 13 low (13 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Automatically visualize your pandas dataframe via a single print! 📊 💡
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
ions for your notebook IDE, e.g., [jupyter notebook](#setup-in-jupyter-notebook-vscode-jupyterhub) and [jupyter lab](#setup-in-jupyter-lab).Source link
Tags
README
Getting Started
To start using Lux, simply add an extra import statement along with your Pandas import.
import lux
import pandas as pd
Lux can be used without modifying any existing Pandas code. Here, we use Pandas's read_csv command to load in a dataset of colleges and their properties.
df = pd.read_csv("https://raw.githubusercontent.com/lux-org/lux-datasets/master/data/college.csv")
df
When the dataframe is printed out, Lux automatically recommends a set of visualizations highlighting interesting trends and patterns in the dataset.

Voila! Here's a set of visualizations that you can now use to explore your dataset further!
Installation & Setup
Note: Lux's official package name is
lux-api(notlux). After installing the package, remember to run the setup instructions for your notebook IDE, e.g., jupyter notebook and jupyter lab.
To get started, please follow both the installation and setup instructions in your command line.
lux-api can be installed through PyPI or conda-forge.
pip install lux-api
If you use conda, you can install lux-api via:
conda install -c conda-forge lux-api
Both the PyPI and conda installation include includes the Lux Jupyter widget frontend, lux-widget.