generated from mwc/lab_pokemon
The data and graphs were all created inside of
Jupyter for the purpose of observing trends between different data sets. While it would be challenging to find pre-existing data regarding the relationship between students who took STEM in secondary school and those who went into a STEM field or post-secondary program. This would be interesting to look at since there has been such a focus on this particular pipeline yet no real study to explore this in great detail. I personally am not even aware of the data even being collected on this, so there is definitely a need for this.
This commit is contained in:
parent
a65691b28d
commit
ca51e97672
|
@ -175,7 +175,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.10"
|
||||
"version": "3.10.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
3206
lab_pokemon.ipynb
3206
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