You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
United States Bikeshare data analysis is a capstone project for a Data Science Internship program at Wejapa. This is a project that make use of Python to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington. It contains code that imports the data and answers interesting que…
Analyzing the bike-share data of US from Motivate, for three popular cities Washington, New York, and Chicago and showing statistics for different users, stations, and times of travel. Also filters the data sets according to the user's choice and shows statistics on the filtered data.
This is a project for my Udacity Python Foundations nanodegree. The nanodegree focused on using Python for data and got me introduced to libraries like numpy and pandas.