Skip to content

Commit

Permalink
Remove capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
markfairbanks committed Oct 28, 2024
1 parent 8029c93 commit 917d9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ df.drop(tp.starts_with('x'), 'z')

### Converting to/from pandas data frames

If you need to use a package that requires pandas data frames, you can convert from a tidypolars `Tibble` to
If you need to use a package that requires pandas data frames, you can convert from a tidypolars `tibble` to
a pandas `DataFrame`.

To do this you'll first need to install pyarrow:
Expand Down

0 comments on commit 917d9c7

Please sign in to comment.