generated from mwc/lab_pokemon
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:
parent
1bd52b6df0
commit
d851c005ba
3272
lab_pokemon.ipynb
3272
lab_pokemon.ipynb
File diff suppressed because one or more lines are too long
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue