I have a question in regards to formatting dates in a column in my dataframe.
I'm a bit confused as to why it isn't formatting as I was following the instructions as to how to use the pd.to_datetime
method.
Would anyone be able to provide me any insight into how one would format a date such as '1230768318
' using Pandas?
Many thanks.