Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to convert a string to a dataframe in Python

from pandas.compat import StringIO
df = pd.read_csv(StringIO(response))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #convert #string #dataframe #Python
ADD COMMENT
Topic
Name
2+9 =