Files
freeCodeCamp/curriculum/challenges/_meta/data-analysis-with-python-projects/meta.json
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

32 lines
683 B
JSON

{
"name": "Data Analysis with Python Projects",
"isUpcomingChange": false,
"dashedName": "data-analysis-with-python-projects",
"order": 2,
"time": "150 hours",
"superBlock": "data-analysis-with-python",
"superOrder": 8,
"challengeOrder": [
[
"5e46f7e5ac417301a38fb928",
"Mean-Variance-Standard Deviation Calculator"
],
[
"5e46f7e5ac417301a38fb929",
"Demographic Data Analyzer"
],
[
"5e46f7f8ac417301a38fb92a",
"Medical Data Visualizer"
],
[
"5e46f802ac417301a38fb92b",
"Page View Time Series Visualizer"
],
[
"5e4f5c4b570f7e3a4949899f",
"Sea Level Predictor"
]
]
}