Exploratory data analysis.
An exploratory data analysis on the San Antonio bike facilities dataset as provided by the San Antonio open data initiative.
https://data.sanantonio.gov/dataset/bike-facilities
Written in Python 3.12. Some technologies used:
- Jupyter Notebook
- Pandas
- Matplotlib, Seaborn
To see the project in action, open and run the notebooks.
Ednalyn C. De Dios – @ecdedios
Distributed under the MIT license. See LICENSE
for more information.
- LinkedIn: in/ecdedios/
- Resumé: http://ednalyn.com
- Data Science Projects https://datasciencenerd.us
- Fork it (https://github.com/ecdedios/san-antonio-bike-facilities-eda/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
2024