The dataset:
Date
2021-09-25T17:07:24.222Z
2021-09-25T16:17:20.376Z
2021-09-24T09:30:53.013Z
2021-09-24T09:06:24.565Z
I would like to count the number of rows per day. For example, 2021-09-25 will be 2.
To solve said challenge I looked at the following post:
The answer of Rorshach is the solution. However, I do not understand how I can format my rows in the Date column to 2021/09/24 instead of 2021-09-24T09:06:24.565Z.
Could someone explain to me how to format the entries in the Date column?