Posts by Roseli Gomes • 33 points
1 post
-
0
votes1
answer5223
viewsQ: How to manipulate CSV data in python?
I need to manipulate data CSV without using pandas or numpy. It has specific columns to manipulate, so how do I best go through the columns, do this data reading of each one and be able to work with…