Python Forum

Full Version: Converting string the pandas dataframe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this screenshot data (string datatype) and df2 (pandas dataframe) store the same data - a timestamp and a value.

How do I get data in a similar dataframe so I can append the values to df2 so I have all the data records and all the df2 records in one dataframe and matching the current format of df2 ?