Posts by Lucas Almeida • 23 points
2 posts
-
0
votes1
answer628
viewsQ: All data from a row in the dataframe is going to the first column using python pandas
I’m reading a CSV file with pandas on a dataframe, it turns out on line 10, all the data is going to the first column, this way: How can I solve this problem and separate correctly? I need only the…
-
1
votes1
answer1121
viewsQ: How to read txt file separated by "|" using Python with the Pandas library?
I have a txt file with the following structure: ----------------------------------- |SKU. |DT.Compra|Dt.Chegada|SKTD| |---------------------------------| |100312 |20171202 |20180105 | 27 | |89721…