Python Circular Import Error if Import CSV or Pandas read_csv

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

python import csv or pandas cause circular import
python import csv or pandas cause circular import

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

python import csv or pandas caused circular import if file name is csv
python import csv or pandas caused circular import if file name is csv