Skip to content

Commit 9ecdf6f

Browse files
authored
Update README.md
1 parent 8915c12 commit 9ecdf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ board.pin_write(mtcars.head(), "mtcars", type="csv")
5555

5656
Above, we saved the data as a CSV, but depending on
5757
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).
58+
`type` argument to instead save it as a `joblib` or `arrow` file.
5959

6060
You can later retrieve the pinned data with `.pin_read()`:
6161

0 commit comments

Comments
 (0)