Skip to content

Commit

Permalink
Add write_table to dataframe actions in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
devinjdangelo committed Dec 13, 2023
1 parent 4578f3d commit 7c8d8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/user-guide/dataframe.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ These methods execute the logical plan represented by the DataFrame and either c
| write_csv | Execute this DataFrame and write the results to disk in CSV format. |
| write_json | Execute this DataFrame and write the results to disk in JSON format. |
| write_parquet | Execute this DataFrame and write the results to disk in Parquet format. |
| write_table | Execute this DataFrame and write the results via the insert_into method of the registered TableProvider |

## Other DataFrame Methods

Expand Down

0 comments on commit 7c8d8e2

Please sign in to comment.