Arturus / kaggle-web-traffic

1st place solution
MIT License
1.82k stars 667 forks source link

TypeError: Cannot cast Index to dtype M8[D] #36

Open SkullFang opened 4 years ago

SkullFang commented 4 years ago

I have this error msg

amankhandelia commented 4 years ago

Follow this, it resolves the problem: https://stackoverflow.com/questions/55275660/pandas-column-astype-error-typeerror-cannot-cast-index-to-dtype-datetime64d

1980695671 commented 3 years ago

M8[D]改成M8[ns],可以运行了