AttributeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_47440/1149451745.py in <module>
1 df = pd.DataFrame()
2 for folder in folders:
----> 3 files = os.listdir(os.path.jion(basePath,folder))
4 print(files)
5 for file in files:
AttributeError: module ‘ntpath’ has no attribute ‘jion’