u may have a file named pandas.py
in your current working directory
try running this in a new cell:
import os
os.listdir()
if u see anything named pandas.py or pandas.pyc, delete or rename:
if u renamed or deleted, also remove the .pyc
cache
!find . -name "*.pyc" -delete
restart the kernel and try again