2020-04-21 12:42:19 -04:00
|
|
|
---
|
|
|
|
id: 5e9a093a74c4063ca6f7c151
|
|
|
|
title: Jupyter Notebooks Importing and Exporting Data
|
|
|
|
challengeType: 11
|
2020-06-23 17:36:39 +05:30
|
|
|
isHidden: false
|
2020-04-21 12:42:19 -04:00
|
|
|
videoId: k1msxD3JIxE
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
2020-08-04 20:56:41 +01:00
|
|
|
|
2020-04-21 12:42:19 -04:00
|
|
|
<section id='description'>
|
2020-07-17 05:12:45 -04:00
|
|
|
More resources:
|
|
|
|
- <a href="https://notebooks.ai/rmotr-curriculum/interactive-jupyterlab-tutorial-ac5fa63f" target='_blank'>Notebook</a>
|
|
|
|
- <a href="https://twitter.com/rmotr_com/status/1122176794696847361" target='_blank'>Twitter Cheat Sheet</a>
|
2020-04-21 12:42:19 -04:00
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
2020-08-04 20:56:41 +01:00
|
|
|
|
2020-04-21 12:42:19 -04:00
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-08-04 20:56:41 +01:00
|
|
|
text: |
|
|
|
|
What kind of data can you import and work with in a Jupyter Notebook?
|
|
|
|
|
2020-04-21 12:42:19 -04:00
|
|
|
answers:
|
2020-08-04 20:56:41 +01:00
|
|
|
- |
|
|
|
|
Excel files.
|
|
|
|
- |
|
|
|
|
CSV files.
|
|
|
|
- |
|
|
|
|
XML files.
|
|
|
|
- |
|
|
|
|
Data from an API.
|
|
|
|
- |
|
|
|
|
All of the above.
|
2020-05-28 22:40:36 +09:00
|
|
|
solution: 5
|
2020-04-21 12:42:19 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|