We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82183c commit 14d3fd2Copy full SHA for 14d3fd2
doc/source/whatsnew/v1.3.0.rst
@@ -92,7 +92,7 @@ As an example of this, given:
92
.. ipython:: python
93
94
dtype = pd.CategoricalDtype(['bad', 'neutral', 'good'], ordered=True)
95
- original = pd.Categorical(['good','good', 'bad', 'bad'], dtype=dtype)
+ original = pd.Categorical(['good', 'good', 'bad', 'bad'], dtype=dtype)
96
unique = original.unique()
97
98
*pandas < 1.2.0*:
0 commit comments