data-science-types
data-science-types copied to clipboard
Module has no attribute "to_datetime"
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"