modified the jupyter notebook for pokemon lab

My first instinct on data sets is something weather-related. The optional weather lab,
which I haven't opened yet but would like to complete, is sort of inspiring me to make
some really neat graphs of historical weather data of some kind. I'm sure there are
publicly available datasets out there so it shouldn't be hard to find something cool
around which I can come up with a research question, or vice versa.
This commit is contained in:
Pat Wick 2023-08-06 20:33:25 -04:00
parent 1bd52b6df0
commit d851c005ba
2 changed files with 3127 additions and 147 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ authors = ["Chris <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
jupyterlab = "^3.3.3"
pandas = "^1.4.2"
matplotlib = "^3.5.1"