Like we have a dataframe, it has an column ‘time’ we can use the following statement to convert it and add it to the original dataframe.
from matplotlib import dates as mdates
df[‘float_time’] = mdates.date2num(df[‘time’].to_pydatetime())
Like we have a dataframe, it has an column ‘time’ we can use the following statement to convert it and add it to the original dataframe.
from matplotlib import dates as mdates
df[‘float_time’] = mdates.date2num(df[‘time’].to_pydatetime())
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app