2021-02-06 04:42:36 +00:00
---
id: 5e9a093a74c4063ca6f7c151
2022-03-14 22:46:48 +05:30
title: Importación y exportación de datos en Jupyter Notebooks
2021-02-06 04:42:36 +00:00
challengeType: 11
videoId: k1msxD3JIxE
2022-03-14 22:46:48 +05:30
bilibiliIds:
aid: 975540688
bvid: BV1n44y1b7Gi
cid: 409006337
2021-02-06 04:42:36 +00:00
dashedName: jupyter-notebooks-importing-and-exporting-data
---
# --description--
2022-03-14 22:46:48 +05:30
*En vez de usar notebooks.ai como aparece en el video, puedes usar Google Colab.*
2021-02-06 04:42:36 +00:00
2022-03-14 22:46:48 +05:30
Más recursos:
2021-02-06 04:42:36 +00:00
2022-03-14 22:46:48 +05:30
- [Notebooks en GitHub ](https://github.com/ine-rmotr-curriculum/ds-content-interactive-jupyterlab-tutorial )
- [Cómo abrir Notebooks desde GitHub utilizando Google Colab. ](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb )
2021-02-06 04:42:36 +00:00
# --question--
## --text--
2022-03-14 22:46:48 +05:30
¿Qué tipo de datos puede importar y trabajar en un Jupyter Notebook?
2021-02-06 04:42:36 +00:00
## --answers--
2022-03-14 22:46:48 +05:30
Archivos de Excel.
2021-02-06 04:42:36 +00:00
---
2022-03-14 22:46:48 +05:30
Archivos CSV.
2021-02-06 04:42:36 +00:00
---
2022-03-14 22:46:48 +05:30
Archivos XML.
2021-02-06 04:42:36 +00:00
---
2022-03-14 22:46:48 +05:30
Datos de una API.
2021-02-06 04:42:36 +00:00
---
2022-03-14 22:46:48 +05:30
Todo lo anterior.
2021-02-06 04:42:36 +00:00
## --video-solution--
5