Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
torave committed Apr 20, 2025
1 parent 3fc7f03 commit 465eb75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notebooks/notebook_compare_one_day_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
"outputs": [],
"source": [
"import missingno as msno\n",
"import matplotlib.pyplot as plt\n",
"\n",
"# Plot missing data matrix for both cities\n",
"msno.matrix(both_cities_df)"
Expand Down Expand Up @@ -392,7 +391,6 @@
"outputs": [],
"source": [
"import missingno as msno\n",
"import matplotlib.pyplot as plt\n",
"\n",
"# Plot missing data matrix for both cities\n",
"msno.matrix(both_cities_df)"
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ executing==2.2.0
fastjsonschema==2.21.1
fonttools==4.56.0
fqdn==1.5.1
greenlet==3.1.1
h11==0.14.0
httpcore==1.0.7
httpx==0.28.1
Expand All @@ -34,6 +35,7 @@ ipywidgets==8.1.5
isoduration==20.11.0
jedi==0.19.2
Jinja2==3.1.6
joblib==1.4.2
json5==0.10.0
jsonpointer==3.0.0
jsonschema==4.23.0
Expand Down Expand Up @@ -68,6 +70,7 @@ numpy==1.26.4
overrides==7.7.0
packaging==24.2
pandas==2.2.3
pandasql==0.7.3
pandocfilters==1.5.1
parso==0.8.4
pexpect==4.9.0
Expand All @@ -94,16 +97,19 @@ requests==2.32.3
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rpds-py==0.23.1
scikit-learn==1.6.1
scipy==1.15.2
seaborn==0.13.2
Send2Trash==1.8.3
setuptools==75.8.2
six==1.17.0
sniffio==1.3.1
soupsieve==2.6
SQLAlchemy==2.0.40
stack-data==0.6.3
terminado==0.18.1
text-unidecode==1.3
threadpoolctl==3.6.0
tinycss2==1.4.0
tornado==6.4.2
tqdm==4.67.1
Expand Down

0 comments on commit 465eb75

Please sign in to comment.