marcusvolz / strava_py

Create artistic visualisations with your exercise data (Python version)
MIT License
163 stars 19 forks source link

Declare activities.csv's date format to prevent Pandas getting confused if the first was in May #32

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Fixes https://github.com/marcusvolz/strava_py/issues/30 and includes the example activities.csv from there as a test file.

We also need to use Pandas < 2 because calmap does not yet support version 2. There's a fix pending at: