How to split dataframe object rows to columns
https://python-forum.io/thread-30905.html12.11.2020 · How to split dataframe object rows to columns. I use the below line. It gives the "data frame object has no attribute split". any method to split data frame object rows. You can convert your data in to a string first, then split it or iterate over it. You basically just want to change the ";"s to spaces. Full disclosure, I don't know if the ...