Dataframe datetime column convert to float64

joel
1 min readAug 23, 2019

--

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())

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response