Kaggle - Learn Data Visualization
1. Install dependencies from pyproject.toml and activate the created virtualenv:
uv sync && source .venv/bin/activate
2. Spin up jupyter for EDA and Data vis:
jupyter lab
- PEP-517: Packaging and dependency management with
uv
- Implement basic visualizations with seaborn in Jupyter
- Implement the visualizations done with seaborn using Plotly
- Optimize COVID19 EDA Visualizations
- Implement visualization with Streamlit and Plotly