52 lines
829 B
Markdown
52 lines
829 B
Markdown
![]() |
---
|
||
|
id: 5e46fc95ac417301a38fb934
|
||
|
title: Data Analysis with Python Certificate
|
||
|
challengeType: 7
|
||
|
isHidden: false
|
||
|
isPrivate: true
|
||
|
localeTitle: ''
|
||
|
---
|
||
|
|
||
|
## 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>
|