data-science-types icon indicating copy to clipboard operation
data-science-types copied to clipboard

Module has no attribute "to_datetime"

Open kasperschnack opened this issue 4 years ago • 0 comments

It seems there's a missing stub for the pandas module (or I at least can't find it). In any case this code:

pd.to_datetime(...)

Throws error: Module has no attribute "to_datetime"

kasperschnack avatar Dec 07 '20 11:12 kasperschnack