/books-data-science

Data science practice, searching books from goodreads api and researching into the data with python, numpy, pandas and scipy

Primary LanguageJupyter Notebook

books-data-science

Data science practice, searching books from goodreads api and researching into the data with python, numpy, pandas and scipy

Requirements

Create a file named .env at the root directory and set the API_KEY environment variable:

API_KEY=<your_api_key>

Activate conda environment with the following commands:

conda env create -f books-data-science-env.yml
conda activate books-data-science-env

To deactivate the environment just run:

conda deactivate

To start the Jupyter Notebook and make sure that the correct version is being used execute:

./start.sh