carlosjimenezdiaz / GEX_Python

This is not my script... is from another guy; his name is Sergei and you can find more interesting information in his website: https://perfiliev.co.uk/
3 stars 2 forks source link

error linea 71 #1

Open seba34e opened 10 months ago

seba34e commented 10 months ago

Estoy obteniendo un error en la linea 71:

dfAgg = df.groupby(['StrikePrice']).sum()

error: TypeError: datetime64 type does not support sum operations

pedrodrigu commented 2 months ago

Estoy obteniendo un error en la linea 71:

dfAgg = df.groupby(['StrikePrice']).sum()

error: TypeError: datetime64 type does not support sum operations

pedrodrigu commented 2 months ago

line 71, in dfAgg = df.groupby(['StrikePrice']).sum() TypeError: datetime64 type does not support sum operations