Visualizing time of day and birth year
This is a mini post part of this project. (Originally posted here ). Take a quick look at time of day distribution import matplotlib.pyplot as plt import numpy as np import pandas as pd datadir = '/opt/data' localdir = '/opt/program' tripsdf = pd.read_csv(f'{datadir}/2013-07 - Citi Bike trip data.csv') stationsdf = pd.read_csv(f'{localdir}/datas/stations/stations-2018-12-04-c.csv', index_col=0) tripsdf.iloc[0] tripduration 634 starttime 2013-07-01 00:00:00 stoptime 2013-07-01 00:10:34 start station id 164 start station name E 47 St & 2 Ave start station latitude 40....