This is a data analysis project to look at a dataset about the Louisville Free Public Library.
This project requires Python version 3.7 or greater.
Warning The data file
books.csv.gzis 23.4MB. Cloning this repo will download this file.
- Clone the repo.
- Create a virtual environment in the project folder and install pandas and jupyter.
- Start the jupyter notebook server:
$ jupyter notebook - Open the
explore.ipynbnotebook and run the code cells.