Session Ready
Exercise

Loading a csv file in Pandas

The capital_onebike.csv file covers the October, November and December rides of the Capital Bikeshare bike W20529.

Here are the first two columns:

Start dateEnd date...
2017-10-01 15:23:252017-10-01 15:26:26...
2017-10-01 15:42:572017-10-01 17:49:59...
Instructions
100 XP
  • Import Pandas.
  • Complete the call to read_csv() so that it correctly parses the date columns Start date and End date.