Files
freeCodeCamp/curriculum/challenges/english/12-certificates/data-analysis-with-python-certificate/data-analysis-with-python-certificate.english.md
Oliver Eyton-Williams bd68b70f3d Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-09-03 15:07:40 -07:00

50 lines
797 B
Markdown

---
id: 5e46fc95ac417301a38fb934
title: Data Analysis with Python Certificate
challengeType: 7
isPrivate: true
---
## Description
<section id='description'>
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
tests:
- id: 5e46f7e5ac417301a38fb928
title: Mean-Variance-Standard Deviation Calculator
- id: 5e46f7e5ac417301a38fb929
title: Demographic Data Analyzer
- id: 5e46f7f8ac417301a38fb92a
title: Medical Data Visualizer
- id: 5e46f802ac417301a38fb92b
title: Page View Time Series Visualizer
- id: 5e4f5c4b570f7e3a4949899f
title: Sea Level Predictor
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
</section>