0

I converted my Time column to datetime values using this code:

df1['Time'] = pd.to_datetime(df1['Time'],utc=True)

These are UTC timestamps whcih is fine.

The column looks now like this:

enter image description here

I now want to eliminate the timezone specification +00:00 for each of the dates. How could I do this?

Tobitor
  • 1,388
  • 1
  • 23
  • 58

0 Answers0