We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408eecd commit e5ec4eeCopy full SHA for e5ec4ee
pandas/core/api.py
@@ -69,7 +69,7 @@ def groupby(*args, **kwargs):
69
return args[0].groupby(*args[1:], **kwargs)
70
71
72
-# deprecation, xref
+# Deprecation: xref gh-16747
73
class TimeGrouper(object):
74
75
def __new__(cls, *args, **kwargs):
0 commit comments