import pandas as pd
import requests
df = pd.read_csv("SF_bikeshare_stations.csv")
print(df.head())
station_id name latitude longitude \
0 4 Santa Clara at Almaden 37.333988 -121.894902
1 37 Cowper at University 37.448598 -122.159504
2 35 University and Emerson 37.444521 -122.163093
3 32 Castro Street and El Camino Real 37.385956 -122.083678
4 84 Ryland Park 37.342725 -121.895617
dockcount landmark installation_date
0 11 San Jose 2013-08-06
1 11 Palo Alto 2013-08-14
2 11 Palo Alto 2013-08-15
3 11 Mountain View 2013-12-31
4 15 San Jose 2014-04-09