Files
freeCodeCamp/curriculum/challenges/_meta/data-analysis-with-python-course/meta.json
Oliver Eyton-Williams 1642c631de refactor: drop superorder from metas (#44422)
* refactor: create superOrder from superblock

* chore: drop superOrders from meta

* fix: return null for 'certifications'

* fix: only set superOrder if it is needed

* fix(tests): remove filter from order tests

* test: use getSuperOrder, since superOrder has gone

* test: ignore certificates

* fix: getSuperOrder throw for 'certifications'

* test: remove certificate special case

It wasn't necessary, anyway (it had never been working because I put
certificate not certification)

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-12-14 08:16:23 -08:00

124 lines
2.5 KiB
JSON

{
"name": "Data Analysis with Python Course",
"isUpcomingChange": false,
"dashedName": "data-analysis-with-python-course",
"order": 0,
"time": "15 hours",
"template": "",
"required": [],
"superBlock": "data-analysis-with-python",
"challengeOrder": [
[
"5e9a093a74c4063ca6f7c14c",
"Introduction to Data Analysis"
],
[
"5e9a093a74c4063ca6f7c14d",
"Data Analysis Example A"
],
[
"5e9a093a74c4063ca6f7c14e",
"Data Analysis Example B"
],
[
"5e9a093a74c4063ca6f7c14f",
"How to use Jupyter Notebooks Intro"
],
[
"5e9a093a74c4063ca6f7c150",
"Jupyter Notebooks Cells"
],
[
"5e9a093a74c4063ca6f7c151",
"Jupyter Notebooks Importing and Exporting Data"
],
[
"5e9a093a74c4063ca6f7c152",
"Numpy Introduction A"
],
[
"5e9a093a74c4063ca6f7c153",
"Numpy Introduction B"
],
[
"5e9a093a74c4063ca6f7c154",
"Numpy Arrays"
],
[
"5e9a093a74c4063ca6f7c155",
"Numpy Operations"
],
[
"5e9a093a74c4063ca6f7c156",
"Numpy Boolean Arrays"
],
[
"5e9a093a74c4063ca6f7c157",
"Numpy Algebra and Size"
],
[
"5e9a093a74c4063ca6f7c158",
"Pandas Introduction"
],
[
"5e9a093a74c4063ca6f7c159",
"Pandas Indexing and Conditional Selection"
],
[
"5e9a093a74c4063ca6f7c15a",
"Pandas DataFrames"
],
[
"5e9a093a74c4063ca6f7c15b",
"Pandas Conditional Selection and Modifying DataFrames"
],
[
"5e9a093a74c4063ca6f7c15c",
"Pandas Creating Columns"
],
[
"5e9a093a74c4063ca6f7c15d",
"Data Cleaning Introduction"
],
[
"5e9a093a74c4063ca6f7c15e",
"Data Cleaning with DataFrames"
],
[
"5e9a093a74c4063ca6f7c15f",
"Data Cleaning Duplicates"
],
[
"5e9a093a74c4063ca6f7c160",
"Data Cleaning and Visualizations"
],
[
"5e9a093a74c4063ca6f7c161",
"Reading Data Introduction"
],
[
"5e9a093a74c4063ca6f7c162",
"Reading Data CSV and TXT"
],
[
"5e9a093a74c4063ca6f7c163",
"Reading Data from Databases"
],
[
"5e9a093a74c4063ca6f7c164",
"Parsing HTML and Saving Data"
],
[
"5e9a093a74c4063ca6f7c165",
"Python Introduction"
],
[
"5e9a093a74c4063ca6f7c166",
"Python Functions and Collections"
],
[
"5e9a093a74c4063ca6f7c167",
"Python Iteration and Modules"
]
]}