Files
freeCodeCamp/curriculum/challenges/_meta/data-analysis-with-python-projects/meta.json
Tom d02bb663c4 refactor(curriculum): move helpCategory to block meta.json file (#50265)
* refactor: move helpCategory to block meta

* fix: test?
2023-05-04 08:46:58 +02:00

31 lines
691 B
JSON

{
"name": "Data Analysis with Python Projects",
"isUpcomingChange": false,
"dashedName": "data-analysis-with-python-projects",
"helpCategory": "Python",
"order": 2,
"time": "150 hours",
"superBlock": "data-analysis-with-python",
"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"
]
]
}