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 8915c12 commit 9ecdf6fCopy full SHA for 9ecdf6f
README.md
@@ -55,7 +55,7 @@ board.pin_write(mtcars.head(), "mtcars", type="csv")
55
56
Above, we saved the data as a CSV, but depending on
57
what you’re saving and who else you want to read it, you might use the
58
-`type` argument to instead save it as a `joblib` or `arrow` file (NOTE: arrow is not yet supported).
+`type` argument to instead save it as a `joblib` or `arrow` file.
59
60
You can later retrieve the pinned data with `.pin_read()`:
61
0 commit comments