Relative Content

Tag Archive for pandasdatetimekivymd

why pandas datetime format keep changing?

I use the DatePicker on kivymd. I set my program so that when you click the date, it would automatically be save on CSV file I already set. I set so that the date would be save in day/month/year format. But, when I tried to use pandas to accesed the Date Data on my CSV file pd.to_datetime(df_appt['Date']).dt.date it would give me an error.