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:
Justin Toombs 2023-08-10 11:02:45 -04:00
parent a65691b28d
commit ca51e97672
3 changed files with 3070 additions and 140 deletions

View File

@ -175,7 +175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.10.6"
}
},
"nbformat": 4,

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"