Python Forum
Converting string the pandas dataframe - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Converting string the pandas dataframe (/thread-15607.html)



Converting string the pandas dataframe - chrismc - Jan-24-2019

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 ?