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 0eca935 commit 389b819Copy full SHA for 389b819
pandas/core/arrays/categorical.py
@@ -2540,7 +2540,7 @@ def _factorize_from_iterable(values):
2540
else:
2541
# The value of ordered is irrelevant since we don't use cat as such,
2542
# but only the resulting categories, the order of which is independent
2543
- # from ordered. Set ordered to False as default due to issue #15457
+ # from ordered. Set ordered to False as default. See GH #15457"
2544
cat = Categorical(values, ordered=False)
2545
categories = cat.categories
2546
codes = cat.codes
0 commit comments