When I first know this library, I didn't know if it has timeseries mode. I was absolutely beginner in data science.
I hope this feature can give practical output for newcomers, as they might not know the difference between timeseries dataset and the regular ones.
Solutions
1180 [rejected]
Check if any values has type of pandas._libs.tslibs.timestamps.Timestamp. This solution only works when user set parse_dates parameter in pandas.read_csv, pandas.read_excel, etc.
Missing functionality
When I first know this library, I didn't know if it has timeseries mode. I was absolutely beginner in data science.
I hope this feature can give practical output for newcomers, as they might not know the difference between timeseries dataset and the regular ones.
Solutions
1180 [rejected]
pandas._libs.tslibs.timestamps.Timestamp
. This solution only works when user setparse_dates
parameter inpandas.read_csv
,pandas.read_excel
, etc.