I faced issue of circular import error when import CSV or pandas to read cvs file.
My python file name is csv.py
To rectify this is very easy. Ensure your file name is not CSV. If file name is CVS it will cause circular import.
Circular Import when file name is csv.py

No more circular import error when file name change to csv-reader.py
