/kaggle-data-vis

Kaggle Data Visualization Microcourse with Seaborn and Plot.ly (COVID-19 Dataset)

Primary LanguageJupyter NotebookCreative Commons Attribution Share Alike 4.0 InternationalCC-BY-SA-4.0

Kaggle Data Visualization

Python Pandas plot.ly seaborn Jupyter uv

License

Kaggle - Learn Data Visualization

Getting Started

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

TODO's:

  • 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