У меня есть следующий кадр данных pandas
Код: Выделить всё
df
Код: Выделить всё
0 0
1. 22
2. 34
3. 21
4. 21
5. 92
Код: Выделить всё
scipy
Код: Выделить всё
from scipy import integrate
Код: Выделить всё
print(df.integrate)
Dataframe object has no attribute integrate
How would I go about this?
Thank you
Источник: https://stackoverflow.com/questions/672 ... -dataframe