I have imported a CSV file in python using the pandas library, but what is returned isn't a list or table (I got the format below), so when I try to get a column values, using the name of the header, I got en error.. how can I deal with this problem?

a;b;c

0 9;4;1

1 8;3;99

2 6;5;100

Similar questions and discussions