/abidjan-housing-dataset

Abidjan equivalent of the California Housing dataset.

Primary LanguagePython

Abidjan Housing Dataset

Equivalent to the California housing dataset. This dataset is based on data scraped from Jumia Deals (now shut down).

Getting started

Environment setup

This project requires Python 3.8 or later and Poetry to manage dependencies.

Python 3 and [Poetry](https://python-poetry.org/docs/).

```bash
# Clone the repository:
git clone https://github.com/marcaureln/abidjan-housing-dataset.git
# Install dependencies:
poetry install
# Activate the virtual environment:
poetry shell
# To leave the virtual environment, run:
exit

Folder structure

  • scraper/: Scrapy project to scrape data.
  • notebooks/: Jupyter notebooks to explore and clean the data.
  • input/: Raw and unprocessed data from the scraper.

Contributors