Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cplaza0997/population
It show in a map the population of the world
https://github.com/cplaza0997/population
Last synced: 4 days ago
JSON representation
It show in a map the population of the world
- Host: GitHub
- URL: https://github.com/cplaza0997/population
- Owner: cplaza0997
- Created: 2024-07-22T18:03:18.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T18:34:29.000Z (6 months ago)
- Last Synced: 2024-07-23T21:44:43.953Z (6 months ago)
- Language: Jupyter Notebook
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Transformation and Visualization Project
## Overview
This project is designed to fetch data from an API endpoint, process and transform the data, and then visualize the results on an interactive map. The goal is to provide a clear and intuitive representation of the data through geographic visualization.
## Features
- **Data Retrieval**: Fetch data from a specified API endpoint.
- **Data Processing**: Transform and clean the retrieved data to make it suitable for visualization.
- **Data Visualization**: Display the processed data on an interactive map.## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/cplaza0997/population.git
```2. **Install dependencies**
```bash
python install -r requirements.py
```3. **Open jupyter lab**
```bash
jupyter lab
```4. **Run the notebook**
open "population.ipynb"