From eccba92906dfc676b6f254df08c23927f10c2c01 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 16 Aug 2017 09:54:22 -0700 Subject: [PATCH] fix parquet docs on write_table options --- python/doc/source/parquet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/doc/source/parquet.rst b/python/doc/source/parquet.rst index 3317b99c0b6..7626c150481 100644 --- a/python/doc/source/parquet.rst +++ b/python/doc/source/parquet.rst @@ -175,7 +175,7 @@ These settings can also be set on a per-column basis: .. code-block:: python - pa.write_table(table, where, compression={'foo': 'snappy', 'bar': 'gzip'}, + pq.write_table(table, where, compression={'foo': 'snappy', 'bar': 'gzip'}, use_dictionary=['foo', 'bar']) Reading Multiples Files and Partitioned Datasets