AttributeError: 'property' object has no attribute '__name__'
问题 While I am importing the pandas in my data science project I am getting such kind of error. Does anyone know what might cause this? I tried with re-installation of pandas and python also I also tried with wheel import numpy as np import pandas as pd AttributeError Traceback (most recent call last) <ipython-input-2-b231533e2331> in <module> 1 import numpy as np ----> 2 import pandas as pd 3 from imblearn.over_sampling import SMOTE 4 from sklearn.model_selection import train_test_split 5 from