Este proyecto tiene como objetivo cargar y analizar datos abiertos desde el portal de Datos Abiertos de Colombia utilizando Python y la API de Socrata.
- Cuenta en Google Colab
- Cuenta en Datos Abiertos de Colombia
- Clave de acceso (App Token) generada desde el portal de Socrata
- Python 3.x con varias bibliotecas.
- Inicia sesión en Datos Abiertos de Colombia.
- Dirígete a tu perfil y selecciona Mis Aplicaciones.
- Haz clic en Crear Nueva Aplicación.
- Completa los campos requeridos y genera tu App Token.
- Guarda el App Token para usarlo en el notebook.
- Sube el notebook a tu Google Drive o ábrelo directamente en Google Colab.
- Instala las dependencias necesarias ejecutando:
pip install requirements.txt
- Agrega tu App Token de Socrata a Google Colab utilizando
userdata
de forma segura:
from google.colab import userdata
userdata.set('APP_TOKEN', 'TU_APP_TOKEN')
- Ejecuta las celdas para cargar y explorar los datos.
This project aims to load and analyze open data from the Datos Abiertos de Colombia portal using Python and the Socrata API.
- Account on Google Colab
- Account on Datos Abiertos de Colombia.
- Access key (App Token) generated from the Socrata portal
- Python 3.x with several libraries
- Log in to Datos Abiertos de Colombia.
- Go to your profile and select My Applications.
- Click on Create New Application.
- Fill in the required fields and generate your App Token.
- Save the App Token for use in the notebook.
- Upload the notebook to your Google Drive or open it directly in Google Colab.
- Install the necessary dependencies by running:
pip install requirements.txt
- Add your Socrata App Token to Google Colab using userdata securely:
from google.colab import userdata
userdata.set('APP_TOKEN', 'TU_APP_TOKEN')
- Run the cells to load and explore the data.
Contributions, issues, and feature requests are welcome! Feel free to fork this repository and submit a pull request.
Developed with ❤️ by Alejandra Villa Posada