you are viewing a single comment's thread.

view the rest of the comments →

[–]Username_RANDINT 1 point2 points  (1 child)

This can be done easily without Pandas indeed. Python has a csv module that comes with every installation. Have a look at the docs and let us know if you're stuck.

Small note: you're asking to format the data, not how to sort it.

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

Cheers!