wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Module has no attribute "to_datetime" #199

Open kasperschnack opened 3 years ago

kasperschnack commented 3 years ago

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"