This is an automated email from the ASF dual-hosted git repository.

mete pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a322c8bdd Add write_table to dataframe actions in user guide (#8527)
9a322c8bdd is described below

commit 9a322c8bdd5d62630936ac348bb935207675b99d
Author: Devin D'Angelo <[email protected]>
AuthorDate: Wed Dec 13 15:39:37 2023 -0500

    Add write_table to dataframe actions in user guide (#8527)
---
 docs/source/user-guide/dataframe.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/user-guide/dataframe.md 
b/docs/source/user-guide/dataframe.md
index 4484b2c510..c0210200a2 100644
--- a/docs/source/user-guide/dataframe.md
+++ b/docs/source/user-guide/dataframe.md
@@ -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
 

Reply via email to