ValueError: time data "2019-11-02T07:10:53+01:00" doesn't match format "%Y-%m-%d %H:%M:%S", at position 0 · Issue #54 · turing-complet/python-ouraring

Hey, I am using the code below, in VS Code, to get my Oura data into df. This works fine for the readiness_df. When I try it for the combined_df_edited, I get an error. import pandas as pd from dat...