We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7db49 commit 88ae599Copy full SHA for 88ae599
pandas/core/common.py
@@ -60,7 +60,7 @@ def wrapper(*args, **kwargs):
60
warnings.warn("pandas.core.common.{t} is deprecated. "
61
"These are not longer public API functions, "
62
"but can be imported from "
63
- "pandas.core.typed.common.{t} instead".format(t=t),
+ "pandas.api.types.{t} instead".format(t=t),
64
DeprecationWarning, stacklevel=3)
65
return getattr(common, t)(*args, **kwargs)
66
return wrapper
0 commit comments