I have the dataset below (with more columns) and would like to create a new column and add the number of trips per day there. I guess I have to count the column "Date", I've tried few codes, but no success.
Trip Duration Date Start Station ID
680 01/01/2017 495
1282 01/01/2017 498
648 01/01/2017 333
632 02/01/2017 348
583 02/01/2017 958
589 03/01/2017 019
584 03/01/2017 496
867 03/01/2017 400
594 01/02/2017 419
587 01/02/2017 409
948 02/02/2017 395
476 02/02/2017 598
Many thanks