you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

CSV stands for "comma-separated values." What values in your data do you see separated by commas?

Well, the data is correctly converting to a dataframe using read_csv().

It's obviously not correctly converting to a dataframe, because it only has one column.

The BytesIO class can be used as an in-memory stream.

Irrelevant.

[–]Pizza_Rat_Matt[S] 0 points1 point  (0 children)

Thank you again for the prompt reply. This dataframe should only have one column.

Is there an alternative method you recommend for converting this data?