Create Pandas DataFrame from a string
In order to test some functionality I would like to create a DataFrame from a string. Let’s say my test data looks like:
In order to test some functionality I would like to create a DataFrame from a string. Let’s say my test data looks like:
I have a csv file which isn’t coming in correctly with pandas.read_csv when I filter the columns with usecols and use multiple indexes.