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 c1440e9 commit 8438e86Copy full SHA for 8438e86
doc/source/v0.10.1.txt
@@ -67,7 +67,7 @@ Retrieving unique values in an indexable or data column.
67
68
.. code-block:: python
69
70
- # not that these are deprecated as of 0.14.0
+ # note that this is deprecated as of 0.14.0
71
# can be replicated by: store.select_column('df','index').unique()
72
store.unique('df','index')
73
store.unique('df','string')
0 commit comments