We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d47e44 commit fe0d6cbCopy full SHA for fe0d6cb
pandas/__init__.py
@@ -257,8 +257,9 @@ def __init__(self):
257
258
def __getattr__(self, item):
259
self.warnings.warn(
260
- "The pandas.datetime module is deprecated and will be removed from pandas in a future version. "
261
- "Import numpy directly instead",
+ "The pandas.datetime module is deprecated and will be "
+ "removed from pandas in a future version. Import numpy "
262
+ "directly instead",
263
FutureWarning,
264
stacklevel=2,
265
)
0 commit comments