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 8747c45 commit 9a904daCopy full SHA for 9a904da
docs/articles/customize-pins-metadata.Rmd
@@ -44,7 +44,7 @@ some_cat = pd.Categorical(["a", "a", "b"])
44
some_cat.categories
45
```
46
47
-Notice that categories is just the unique values in the categorical.
+Notice that the categories attribute is just the unique values in the categorical.
48
49
We can write a function wrapping `pin_write()` that holds the categories in metadata, so we can easily re-create the categorical with them.
50
0 commit comments