Files
freeCodeCamp/curriculum/challenges/_meta/numpy/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

49 lines
953 B
JSON

{
"name": "Numpy",
"isUpcomingChange": false,
"dashedName": "numpy",
"order": 1,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "data-analysis-with-python",
"superOrder": 8,
"challengeOrder": [
[
"5e9a0a8e09c5df3cc3600ed2",
"What is NumPy"
],
[
"5e9a0a8e09c5df3cc3600ed3",
"Basics of Numpy"
],
[
"5e9a0a8e09c5df3cc3600ed4",
"Accessing and Changing Elements, Rows, Columns"
],
[
"5e9a0a8e09c5df3cc3600ed5",
"Initializing Different Arrays"
],
[
"5e9a0a8e09c5df3cc3600ed6",
"Initialize Array Problem"
],
[
"5e9a0a8e09c5df3cc3600ed7",
"Copying Arrays Warning"
],
[
"5e9a0a8e09c5df3cc3600ed8",
"Mathematics"
],
[
"5e9a0a8e09c5df3cc3600ed9",
"Reorganizing Arrays"
],
[
"5e9a0a8e09c5df3cc3600eda",
"Loading Data and Advanced Indexing"
]
]}