Equivalent to the California housing dataset. This dataset is based on data scraped from Jumia Deals (now shut down).
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
scraper/
: Scrapy project to scrape data.notebooks/
: Jupyter notebooks to explore and clean the data.input/
: Raw and unprocessed data from the scraper.