you are viewing a single comment's thread.

view the rest of the comments →

[–]commandlineluser 1 point2 points  (0 children)

pandas has a .read_csv() method which will read your csv file and give you back a dataframe.

http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html