Posts by Rogers Ricardo • 21 points
2 posts
-
1
votes1
answer1046
viewsQ: How to filter lines that have a certain string?
I know that the command dados[dados.Value == 'disease'] only the lines where the value of the column "Value" is exactly equal to the string "disease", but I need to select all the rows in the column…
-
-2
votes1
answer617
viewsQ: Error reading csv file in Python
When reading a file .csv in python generates the error below. The file is too big and I can’t open it. Someone knows how to proceed and what error is this ? import pandas as pd dados =…