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 42a2124 commit 9dc3542Copy full SHA for 9dc3542
docs/reference-maps/other.md
@@ -26,6 +26,7 @@
26
|---|---|---:|
27
|[**`get()`**][2]|Extract values from data frames|[:material-notebook:][1]|
28
|[**`flatten()`**][2]|Flatten values of data frames|[:material-notebook:][1]|
29
+|[**`pipe()`**][9]|Apply a function to data in a piping workflow|[:material-notebook:][1]|
30
31
### Functions
32
@@ -44,3 +45,4 @@
44
45
[6]: ../../api/datar.apis.datar/#datar.apis.datar.pd_str
46
[7]: ../../api/datar.apis.datar/#datar.apis.datar.pd_cat
47
[8]: ../../api/datar.apis.datar/#datar.apis.datar.pd_dt
48
+[9]: ../../api/datar.misc/#datar.misc.pipe
0 commit comments