This project is designed to analyze taxi data. Various analyses and visualizations are performed using Jupyter Notebook.
Follow these steps to install the project dependencies:
- Install the required Python packages:
pip install -r requirements.txt
To run the project, start Jupyter Notebook and open the relevant notebook file:
jupyter notebook
Then open the analysis.ipynb
file to run the analyses.
If you would like to contribute, please follow these steps:
- Fork the project.
- Create a new branch (
git checkout -b new-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin new-feature
). - Open a Pull Request.