AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
When I’m installing pandas module in my pycharm community edition, this is popping up what can we do to deal with that?
Thank you!
import pandas as pd
def sendEmail():
pass
if __name__ == "__main__":
df = pd.read_excel("Code File exmp..xlxs")
print(df)
I tried this
New contributor
Aman Prajapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.