/get_president_calendar_data

Place where we develop data pipelines to analyze open data regarding visits to the presidency of Peru

Primary LanguagePython

README

This repo includes the data pipelines to scrape and process the visits to presidential palace in Peru. The webpage can be found here.

Project setup

This project uses a conda environment. Make sure you have conda installed. See here if you want to learn more about managing conda environments.

  1. Clone the repo.
  2. Create an environment from the environment.yml
conda env create -f environment.yml
  1. Copy the env_example file and set the appropriate variables.