The following large files are required but not included in the repository due to size limitations:
creditcard.csv
(143.84 MB)creditcardfraud.zip
(65.95 MB)data/Real_Estate_Sales_2001-2022_GL.csv
(119.35 MB)
[Add instructions here for where to download these files from (e.g., Kaggle, official sources, etc.)]
uv add python-dotenv
uv add requests-toolbelt
uv add requests
uv add gql
uv add wordcloud
uv add matplotlib
uv add pandas
uv add scikit-learn
uv add notebook
uv add jupyter
uv add seaborn
uv run analysis.py
uv run eda.py
- Download the required files from the sources above
- Place them in their respective locations in the project directory
- Your directory structure should look like:
project/ ├── creditcard.csv ├── creditcardfraud.zip └── data/ └── Real_Estate_Sales_2001-2022_GL.csv
ruff check .
ruff format .
uv run ruff check eda.py uv run ruff format eda.py