module ‘pandas’ has no attribute ‘read_csv

Try renaming your csv.py to something else, like csv_test.py. Looks like pandas is being confused about what to import.

Leave a Comment