You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/07/17 13:06:28 UTC

[15/15] arrow-site git commit: Update pyarrow Python documentation

Update pyarrow Python documentation


Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/796ce23f
Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/796ce23f
Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/796ce23f

Branch: refs/heads/asf-site
Commit: 796ce23f3c63b2c3e0ba669dcc6e1d44746e4b75
Parents: d37aab6
Author: Wes McKinney <we...@twosigma.com>
Authored: Mon Jul 17 09:06:06 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Mon Jul 17 09:06:06 2017 -0400

----------------------------------------------------------------------
 docs/python/.buildinfo                          |   2 +-
 docs/python/_modules/index.html                 |   5 +-
 docs/python/_modules/pyarrow/ipc.html           |  43 +-
 docs/python/_modules/pyarrow/parquet.html       |  31 +-
 docs/python/_sources/api.rst.txt                |  19 +-
 docs/python/_sources/development.rst.txt        |  95 +-
 .../_sources/generated/pyarrow.Array.rst.txt    |  18 +
 .../generated/pyarrow.BinaryArray.rst.txt       |  18 +
 .../generated/pyarrow.BinaryValue.rst.txt       |   6 +
 .../generated/pyarrow.BooleanArray.rst.txt      |  18 +
 .../generated/pyarrow.BooleanValue.rst.txt      |   6 +
 .../_sources/generated/pyarrow.Buffer.rst.txt   |  13 +
 .../pyarrow.BufferOutputStream.rst.txt          |  21 +
 .../generated/pyarrow.BufferReader.rst.txt      |  20 +
 .../generated/pyarrow.ChunkedArray.rst.txt      |  16 +
 .../_sources/generated/pyarrow.Column.rst.txt   |  20 +
 .../_sources/generated/pyarrow.DataType.rst.txt |  12 +
 .../generated/pyarrow.Date32Array.rst.txt       |  18 +
 .../generated/pyarrow.Date32Value.rst.txt       |   6 +
 .../generated/pyarrow.Date64Array.rst.txt       |  18 +
 .../generated/pyarrow.Date64Value.rst.txt       |   6 +
 .../generated/pyarrow.DecimalArray.rst.txt      |  18 +
 .../generated/pyarrow.DecimalValue.rst.txt      |   6 +
 .../generated/pyarrow.DictionaryArray.rst.txt   |  21 +
 .../generated/pyarrow.DoubleValue.rst.txt       |   6 +
 .../_sources/generated/pyarrow.Field.rst.txt    |  17 +
 .../pyarrow.FixedSizeBinaryArray.rst.txt        |  18 +
 .../pyarrow.FixedSizeBinaryValue.rst.txt        |   6 +
 .../generated/pyarrow.FloatValue.rst.txt        |   6 +
 .../pyarrow.FloatingPointArray.rst.txt          |  18 +
 .../generated/pyarrow.Int16Array.rst.txt        |  18 +
 .../generated/pyarrow.Int16Value.rst.txt        |   6 +
 .../generated/pyarrow.Int32Array.rst.txt        |  18 +
 .../generated/pyarrow.Int32Value.rst.txt        |   6 +
 .../generated/pyarrow.Int64Array.rst.txt        |  18 +
 .../generated/pyarrow.Int64Value.rst.txt        |   6 +
 .../generated/pyarrow.Int8Array.rst.txt         |  18 +
 .../generated/pyarrow.Int8Value.rst.txt         |   6 +
 .../generated/pyarrow.IntegerArray.rst.txt      |  18 +
 .../generated/pyarrow.ListArray.rst.txt         |  18 +
 .../generated/pyarrow.ListValue.rst.txt         |  12 +
 .../generated/pyarrow.MemoryMappedFile.rst.txt  |  21 +
 .../generated/pyarrow.MemoryPool.rst.txt        |   6 +
 .../_sources/generated/pyarrow.Message.rst.txt  |  31 +
 .../generated/pyarrow.MessageReader.rst.txt     |  23 +
 .../generated/pyarrow.NativeFile.rst.txt        |  20 +
 .../generated/pyarrow.NullArray.rst.txt         |  18 +
 .../generated/pyarrow.NumericArray.rst.txt      |  18 +
 .../generated/pyarrow.PythonFile.rst.txt        |  20 +
 .../generated/pyarrow.RecordBatch.rst.txt       |  20 +
 .../pyarrow.RecordBatchFileReader.rst.txt       |  17 +
 .../pyarrow.RecordBatchFileWriter.rst.txt       |   8 +
 .../pyarrow.RecordBatchStreamReader.rst.txt     |  16 +
 .../pyarrow.RecordBatchStreamWriter.rst.txt     |   8 +
 .../_sources/generated/pyarrow.Schema.rst.txt   |  17 +
 .../generated/pyarrow.StringArray.rst.txt       |  18 +
 .../generated/pyarrow.StringValue.rst.txt       |   6 +
 .../_sources/generated/pyarrow.Table.rst.txt    |  25 +
 .../_sources/generated/pyarrow.Tensor.rst.txt   |  20 +
 .../generated/pyarrow.Time32Array.rst.txt       |  18 +
 .../generated/pyarrow.Time64Array.rst.txt       |  18 +
 .../generated/pyarrow.TimestampArray.rst.txt    |  18 +
 .../generated/pyarrow.TimestampValue.rst.txt    |   6 +
 .../generated/pyarrow.UInt16Array.rst.txt       |  18 +
 .../generated/pyarrow.UInt16Value.rst.txt       |   6 +
 .../generated/pyarrow.UInt32Array.rst.txt       |  18 +
 .../generated/pyarrow.UInt32Value.rst.txt       |   6 +
 .../generated/pyarrow.UInt64Array.rst.txt       |  18 +
 .../generated/pyarrow.UInt64Value.rst.txt       |   6 +
 .../generated/pyarrow.UInt8Array.rst.txt        |  18 +
 .../generated/pyarrow.UInt8Value.rst.txt        |   6 +
 .../pyarrow.parquet.ParquetDataset.rst.txt      |   8 +
 .../pyarrow.parquet.ParquetFile.rst.txt         |  17 +
 .../generated/pyarrow.read_message.rst.txt      |   6 +
 .../generated/pyarrow.read_record_batch.rst.txt |   6 +
 docs/python/_sources/ipc.rst.txt                |  12 +
 docs/python/_sources/pandas.rst.txt             |   4 +-
 docs/python/_static/basic.css                   |   7 -
 docs/python/_static/pygments.css                |   4 -
 docs/python/api.html                            | 174 ++--
 docs/python/data.html                           |  73 +-
 docs/python/development.html                    | 110 ++-
 docs/python/filesystems.html                    |   5 +-
 docs/python/generated/pyarrow.Array.html        | 166 +++-
 docs/python/generated/pyarrow.ArrayValue.html   |  10 +-
 docs/python/generated/pyarrow.BinaryArray.html  | 166 +++-
 docs/python/generated/pyarrow.BinaryValue.html  |  27 +-
 docs/python/generated/pyarrow.BooleanArray.html | 166 +++-
 docs/python/generated/pyarrow.BooleanValue.html |  27 +-
 docs/python/generated/pyarrow.Buffer.html       |  56 +-
 .../generated/pyarrow.BufferOutputStream.html   | 127 ++-
 docs/python/generated/pyarrow.BufferReader.html | 121 ++-
 docs/python/generated/pyarrow.ChunkedArray.html | 108 +-
 docs/python/generated/pyarrow.Column.html       | 176 +++-
 docs/python/generated/pyarrow.DataType.html     |  50 +-
 docs/python/generated/pyarrow.Date32Array.html  | 166 +++-
 docs/python/generated/pyarrow.Date32Value.html  |  27 +-
 docs/python/generated/pyarrow.Date64Array.html  | 166 +++-
 docs/python/generated/pyarrow.Date64Value.html  |  27 +-
 docs/python/generated/pyarrow.DecimalArray.html | 166 +++-
 docs/python/generated/pyarrow.DecimalValue.html |  27 +-
 .../generated/pyarrow.DictionaryArray.html      | 208 +++-
 docs/python/generated/pyarrow.DoubleValue.html  |  27 +-
 docs/python/generated/pyarrow.Field.html        | 111 ++-
 .../generated/pyarrow.FixedSizeBinaryArray.html | 166 +++-
 .../generated/pyarrow.FixedSizeBinaryValue.html |  27 +-
 docs/python/generated/pyarrow.FloatValue.html   |  27 +-
 .../generated/pyarrow.FloatingPointArray.html   | 166 +++-
 docs/python/generated/pyarrow.Int16Array.html   | 166 +++-
 docs/python/generated/pyarrow.Int16Value.html   |  27 +-
 docs/python/generated/pyarrow.Int32Array.html   | 166 +++-
 docs/python/generated/pyarrow.Int32Value.html   |  27 +-
 docs/python/generated/pyarrow.Int64Array.html   | 166 +++-
 docs/python/generated/pyarrow.Int64Value.html   |  27 +-
 docs/python/generated/pyarrow.Int8Array.html    | 166 +++-
 docs/python/generated/pyarrow.Int8Value.html    |  27 +-
 docs/python/generated/pyarrow.IntegerArray.html | 166 +++-
 docs/python/generated/pyarrow.ListArray.html    | 166 +++-
 docs/python/generated/pyarrow.ListValue.html    |  44 +-
 .../generated/pyarrow.MemoryMappedFile.html     | 127 ++-
 docs/python/generated/pyarrow.MemoryPool.html   |  31 +-
 docs/python/generated/pyarrow.Message.html      | 257 +++++
 .../python/generated/pyarrow.MessageReader.html | 205 ++++
 docs/python/generated/pyarrow.NA.html           |  12 +-
 docs/python/generated/pyarrow.NativeFile.html   | 119 ++-
 docs/python/generated/pyarrow.NullArray.html    | 166 +++-
 docs/python/generated/pyarrow.NumericArray.html | 166 +++-
 docs/python/generated/pyarrow.PythonFile.html   | 123 ++-
 docs/python/generated/pyarrow.RecordBatch.html  | 218 +++-
 .../pyarrow.RecordBatchFileReader.html          |  99 +-
 .../pyarrow.RecordBatchFileWriter.html          |  40 +-
 .../pyarrow.RecordBatchStreamReader.html        |  86 +-
 .../pyarrow.RecordBatchStreamWriter.html        |  40 +-
 docs/python/generated/pyarrow.Scalar.html       |  14 +-
 docs/python/generated/pyarrow.Schema.html       | 116 ++-
 docs/python/generated/pyarrow.StringArray.html  | 166 +++-
 docs/python/generated/pyarrow.StringValue.html  |  27 +-
 docs/python/generated/pyarrow.Table.html        | 298 +++++-
 docs/python/generated/pyarrow.Tensor.html       | 118 ++-
 docs/python/generated/pyarrow.Time32Array.html  | 166 +++-
 docs/python/generated/pyarrow.Time64Array.html  | 166 +++-
 .../generated/pyarrow.TimestampArray.html       | 166 +++-
 .../generated/pyarrow.TimestampValue.html       |  27 +-
 docs/python/generated/pyarrow.UInt16Array.html  | 166 +++-
 docs/python/generated/pyarrow.UInt16Value.html  |  27 +-
 docs/python/generated/pyarrow.UInt32Array.html  | 166 +++-
 docs/python/generated/pyarrow.UInt32Value.html  |  27 +-
 docs/python/generated/pyarrow.UInt64Array.html  | 166 +++-
 docs/python/generated/pyarrow.UInt64Value.html  |  27 +-
 docs/python/generated/pyarrow.UInt8Array.html   | 166 +++-
 docs/python/generated/pyarrow.UInt8Value.html   |  27 +-
 docs/python/generated/pyarrow.array.html        |  18 +-
 docs/python/generated/pyarrow.binary.html       |   9 +-
 docs/python/generated/pyarrow.bool_.html        |   8 +-
 .../generated/pyarrow.create_memory_map.html    |   9 +-
 docs/python/generated/pyarrow.date32.html       |   8 +-
 docs/python/generated/pyarrow.date64.html       |   8 +-
 docs/python/generated/pyarrow.decimal.html      |  23 +-
 .../generated/pyarrow.default_memory_pool.html  |   5 +-
 docs/python/generated/pyarrow.dictionary.html   |  22 +-
 docs/python/generated/pyarrow.field.html        |  13 +-
 docs/python/generated/pyarrow.float16.html      |   8 +-
 docs/python/generated/pyarrow.float32.html      |   8 +-
 docs/python/generated/pyarrow.float64.html      |   8 +-
 .../generated/pyarrow.from_numpy_dtype.html     |   5 +-
 .../pyarrow.get_record_batch_size.html          |  13 +-
 .../generated/pyarrow.get_tensor_size.html      |   9 +-
 docs/python/generated/pyarrow.int16.html        |   8 +-
 docs/python/generated/pyarrow.int32.html        |   8 +-
 docs/python/generated/pyarrow.int64.html        |   8 +-
 docs/python/generated/pyarrow.int8.html         |   8 +-
 docs/python/generated/pyarrow.list_.html        |  20 +-
 docs/python/generated/pyarrow.memory_map.html   |  11 +-
 docs/python/generated/pyarrow.null.html         |   8 +-
 docs/python/generated/pyarrow.open_file.html    |   9 +-
 docs/python/generated/pyarrow.open_stream.html  |  13 +-
 .../pyarrow.parquet.ParquetDataset.html         |  65 +-
 .../generated/pyarrow.parquet.ParquetFile.html  | 115 ++-
 .../generated/pyarrow.parquet.read_table.html   |  15 +-
 .../pyarrow.parquet.write_metadata.html         |  13 +-
 .../generated/pyarrow.parquet.write_table.html  |  19 +-
 docs/python/generated/pyarrow.read_message.html | 180 ++++
 .../generated/pyarrow.read_record_batch.html    | 185 ++++
 docs/python/generated/pyarrow.read_tensor.html  |  15 +-
 docs/python/generated/pyarrow.schema.html       |   7 +-
 .../generated/pyarrow.set_memory_pool.html      |   5 +-
 docs/python/generated/pyarrow.string.html       |   7 +-
 docs/python/generated/pyarrow.struct.html       |  33 +-
 docs/python/generated/pyarrow.time32.html       |  23 +-
 docs/python/generated/pyarrow.time64.html       |  23 +-
 docs/python/generated/pyarrow.timestamp.html    |  36 +-
 .../pyarrow.total_allocated_bytes.html          |   5 +-
 docs/python/generated/pyarrow.uint16.html       |   8 +-
 docs/python/generated/pyarrow.uint32.html       |   8 +-
 docs/python/generated/pyarrow.uint64.html       |   8 +-
 docs/python/generated/pyarrow.uint8.html        |   8 +-
 docs/python/generated/pyarrow.write_tensor.html |  15 +-
 docs/python/genindex.html                       | 987 +++++++++++++++++--
 docs/python/getting_involved.html               |   7 +-
 docs/python/index.html                          |  10 +-
 docs/python/install.html                        |   7 +-
 docs/python/ipc.html                            |  65 +-
 docs/python/memory.html                         | 119 +--
 docs/python/objects.inv                         | Bin 3391 -> 5283 bytes
 docs/python/pandas.html                         |  11 +-
 docs/python/parquet.html                        |  27 +-
 docs/python/search.html                         |   5 +-
 docs/python/searchindex.js                      |   2 +-
 208 files changed, 10360 insertions(+), 889 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/.buildinfo
----------------------------------------------------------------------
diff --git a/docs/python/.buildinfo b/docs/python/.buildinfo
index 6b7b440..3050481 100644
--- a/docs/python/.buildinfo
+++ b/docs/python/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: f998fde9c74bb8d028fb73fc170fd443
+config: f131c18dc8d45ec46e0ca2218a466301
 tags: 645f666f9bcd5a90fca523b33c5a78b7

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_modules/index.html
----------------------------------------------------------------------
diff --git a/docs/python/_modules/index.html b/docs/python/_modules/index.html
index c5488ca..48c9094 100644
--- a/docs/python/_modules/index.html
+++ b/docs/python/_modules/index.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 
+
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -35,7 +36,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes">
 
   </head>
-  <body>
+  <body role="document">
 
   <div id="navbar" class="navbar navbar-default navbar-fixed-top">
     <div class="container">
@@ -139,7 +140,7 @@
     </p>
     <p>
         &copy; Copyright 2016-2017 Apache Software Foundation.<br/>
-      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.<br/>
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.<br/>
     </p>
   </div>
 </footer>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_modules/pyarrow/ipc.html
----------------------------------------------------------------------
diff --git a/docs/python/_modules/pyarrow/ipc.html b/docs/python/_modules/pyarrow/ipc.html
index ab536bb..49de091 100644
--- a/docs/python/_modules/pyarrow/ipc.html
+++ b/docs/python/_modules/pyarrow/ipc.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 
+
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -35,7 +36,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes">
 
   </head>
-  <body>
+  <body role="document">
 
   <div id="navbar" class="navbar navbar-default navbar-fixed-top">
     <div class="container">
@@ -142,10 +143,34 @@
 <span class="c1"># Arrow file and stream reader/writer classes, and other messaging tools</span>
 
 <span class="kn">import</span> <span class="nn">pyarrow</span> <span class="k">as</span> <span class="nn">pa</span>
+
+<span class="kn">from</span> <span class="nn">pyarrow.lib</span> <span class="k">import</span> <span class="p">(</span><span class="n">Message</span><span class="p">,</span> <span class="n">MessageReader</span><span class="p">,</span>  <span class="c1"># noqa</span>
+                         <span class="n">read_message</span><span class="p">,</span> <span class="n">read_record_batch</span><span class="p">,</span>
+                         <span class="n">read_tensor</span><span class="p">,</span> <span class="n">write_tensor</span><span class="p">,</span>
+                         <span class="n">get_record_batch_size</span><span class="p">,</span> <span class="n">get_tensor_size</span><span class="p">)</span>
 <span class="kn">import</span> <span class="nn">pyarrow.lib</span> <span class="k">as</span> <span class="nn">lib</span>
 
 
-<div class="viewcode-block" id="RecordBatchStreamReader"><a class="viewcode-back" href="../../generated/pyarrow.RecordBatchStreamReader.html#pyarrow.RecordBatchStreamReader">[docs]</a><span class="k">class</span> <span class="nc">RecordBatchStreamReader</span><span class="p">(</span><span class="n">lib</span><span class="o">.</span><span class="n">_RecordBatchReader</span><span class="p">):</span>
+<span class="k">class</span> <span class="nc">_ReadPandasOption</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
+
+    <span class="k">def</span> <span class="nf">read_pandas</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="o">**</span><span class="n">options</span><span class="p">):</span>
+        <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">        Read contents of stream and convert to pandas.DataFrame using</span>
+<span class="sd">        Table.to_pandas</span>
+
+<span class="sd">        Parameters</span>
+<span class="sd">        ----------</span>
+<span class="sd">        **options : arguments to forward to Table.to_pandas</span>
+
+<span class="sd">        Returns</span>
+<span class="sd">        -------</span>
+<span class="sd">        df : pandas.DataFrame</span>
+<span class="sd">        &quot;&quot;&quot;</span>
+        <span class="n">table</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">read_all</span><span class="p">()</span>
+        <span class="k">return</span> <span class="n">table</span><span class="o">.</span><span class="n">to_pandas</span><span class="p">(</span><span class="o">**</span><span class="n">options</span><span class="p">)</span>
+
+
+<div class="viewcode-block" id="RecordBatchStreamReader"><a class="viewcode-back" href="../../generated/pyarrow.RecordBatchStreamReader.html#pyarrow.RecordBatchStreamReader">[docs]</a><span class="k">class</span> <span class="nc">RecordBatchStreamReader</span><span class="p">(</span><span class="n">lib</span><span class="o">.</span><span class="n">_RecordBatchReader</span><span class="p">,</span> <span class="n">_ReadPandasOption</span><span class="p">):</span>
     <span class="sd">&quot;&quot;&quot;</span>
 <span class="sd">    Reader for the Arrow streaming binary format</span>
 
@@ -155,11 +180,7 @@
 <span class="sd">        Either a file path, or a readable file object</span>
 <span class="sd">    &quot;&quot;&quot;</span>
 <div class="viewcode-block" id="RecordBatchStreamReader.__init__"><a class="viewcode-back" href="../../generated/pyarrow.RecordBatchStreamReader.html#pyarrow.RecordBatchStreamReader.__init__">[docs]</a>    <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">source</span><span class="p">):</span>
-        <span class="bp">self</span><span class="o">.</span><span class="n">_open</span><span class="p">(</span><span class="n">source</span><span class="p">)</span></div>
-
-    <span class="k">def</span> <span class="nf">__iter__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
-        <span class="k">while</span> <span class="kc">True</span><span class="p">:</span>
-            <span class="k">yield</span> <span class="bp">self</span><span class="o">.</span><span class="n">get_next_batch</span><span class="p">()</span></div>
+        <span class="bp">self</span><span class="o">.</span><span class="n">_open</span><span class="p">(</span><span class="n">source</span><span class="p">)</span></div></div>
 
 
 <div class="viewcode-block" id="RecordBatchStreamWriter"><a class="viewcode-back" href="../../generated/pyarrow.RecordBatchStreamWriter.html#pyarrow.RecordBatchStreamWriter">[docs]</a><span class="k">class</span> <span class="nc">RecordBatchStreamWriter</span><span class="p">(</span><span class="n">lib</span><span class="o">.</span><span class="n">_RecordBatchWriter</span><span class="p">):</span>
@@ -177,7 +198,7 @@
         <span class="bp">self</span><span class="o">.</span><span class="n">_open</span><span class="p">(</span><span class="n">sink</span><span class="p">,</span> <span class="n">schema</span><span class="p">)</span></div></div>
 
 
-<div class="viewcode-block" id="RecordBatchFileReader"><a class="viewcode-back" href="../../generated/pyarrow.RecordBatchFileReader.html#pyarrow.RecordBatchFileReader">[docs]</a><span class="k">class</span> <span class="nc">RecordBatchFileReader</span><span class="p">(</span><span class="n">lib</span><span class="o">.</span><span class="n">_RecordBatchFileReader</span><span class="p">):</span>
+<div class="viewcode-block" id="RecordBatchFileReader"><a class="viewcode-back" href="../../generated/pyarrow.RecordBatchFileReader.html#pyarrow.RecordBatchFileReader">[docs]</a><span class="k">class</span> <span class="nc">RecordBatchFileReader</span><span class="p">(</span><span class="n">lib</span><span class="o">.</span><span class="n">_RecordBatchFileReader</span><span class="p">,</span> <span class="n">_ReadPandasOption</span><span class="p">):</span>
     <span class="sd">&quot;&quot;&quot;</span>
 <span class="sd">    Class for reading Arrow record batch data from the Arrow binary file format</span>
 
@@ -260,7 +281,7 @@
 <span class="sd">    &quot;&quot;&quot;</span>
     <span class="n">batch</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">RecordBatch</span><span class="o">.</span><span class="n">from_pandas</span><span class="p">(</span><span class="n">df</span><span class="p">)</span>
     <span class="n">sink</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">InMemoryOutputStream</span><span class="p">()</span>
-    <span class="n">writer</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">RecordBatchFileWriter</span><span class="p">(</span><span class="n">sink</span><span class="p">,</span> <span class="n">batch</span><span class="o">.</span><span class="n">schema</span><span class="p">)</span>
+    <span class="n">writer</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">RecordBatchStreamWriter</span><span class="p">(</span><span class="n">sink</span><span class="p">,</span> <span class="n">batch</span><span class="o">.</span><span class="n">schema</span><span class="p">)</span>
     <span class="n">writer</span><span class="o">.</span><span class="n">write_batch</span><span class="p">(</span><span class="n">batch</span><span class="p">)</span>
     <span class="n">writer</span><span class="o">.</span><span class="n">close</span><span class="p">()</span>
     <span class="k">return</span> <span class="n">sink</span><span class="o">.</span><span class="n">get_result</span><span class="p">()</span>
@@ -281,7 +302,7 @@
 <span class="sd">    df : pandas.DataFrame</span>
 <span class="sd">    &quot;&quot;&quot;</span>
     <span class="n">buffer_reader</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">BufferReader</span><span class="p">(</span><span class="n">buf</span><span class="p">)</span>
-    <span class="n">reader</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">RecordBatchFileReader</span><span class="p">(</span><span class="n">buffer_reader</span><span class="p">)</span>
+    <span class="n">reader</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">RecordBatchStreamReader</span><span class="p">(</span><span class="n">buffer_reader</span><span class="p">)</span>
     <span class="n">table</span> <span class="o">=</span> <span class="n">reader</span><span class="o">.</span><span class="n">read_all</span><span class="p">()</span>
     <span class="k">return</span> <span class="n">table</span><span class="o">.</span><span class="n">to_pandas</span><span class="p">(</span><span class="n">nthreads</span><span class="o">=</span><span class="n">nthreads</span><span class="p">)</span>
 </pre></div>
@@ -298,7 +319,7 @@
     </p>
     <p>
         &copy; Copyright 2016-2017 Apache Software Foundation.<br/>
-      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.<br/>
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.<br/>
     </p>
   </div>
 </footer>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_modules/pyarrow/parquet.html
----------------------------------------------------------------------
diff --git a/docs/python/_modules/pyarrow/parquet.html b/docs/python/_modules/pyarrow/parquet.html
index bc80509..0ac72e1 100644
--- a/docs/python/_modules/pyarrow/parquet.html
+++ b/docs/python/_modules/pyarrow/parquet.html
@@ -1,5 +1,6 @@
 <!DOCTYPE html>
 
+
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -35,7 +36,7 @@
 <meta name="apple-mobile-web-app-capable" content="yes">
 
   </head>
-  <body>
+  <body role="document">
 
   <div id="navbar" class="navbar navbar-default navbar-fixed-top">
     <div class="container">
@@ -185,7 +186,7 @@
     <span class="k">def</span> <span class="nf">num_row_groups</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
         <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">num_row_groups</span>
 
-    <span class="k">def</span> <span class="nf">read_row_group</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">i</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
+<div class="viewcode-block" id="ParquetFile.read_row_group"><a class="viewcode-back" href="../../generated/pyarrow.parquet.ParquetFile.html#pyarrow.parquet.ParquetFile.read_row_group">[docs]</a>    <span class="k">def</span> <span class="nf">read_row_group</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">i</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
         <span class="sd">&quot;&quot;&quot;</span>
 <span class="sd">        Read a single row group from a Parquet file</span>
 
@@ -205,9 +206,9 @@
         <span class="n">column_indices</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_get_column_indices</span><span class="p">(</span><span class="n">columns</span><span class="p">)</span>
         <span class="k">if</span> <span class="n">nthreads</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
             <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">set_num_threads</span><span class="p">(</span><span class="n">nthreads</span><span class="p">)</span>
-        <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">read_row_group</span><span class="p">(</span><span class="n">i</span><span class="p">,</span> <span class="n">column_indices</span><span class="o">=</span><span class="n">column_indices</span><span class="p">)</span>
+        <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">read_row_group</span><span class="p">(</span><span class="n">i</span><span class="p">,</span> <span class="n">column_indices</span><span class="o">=</span><span class="n">column_indices</span><span class="p">)</span></div>
 
-    <span class="k">def</span> <span class="nf">read</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
+<div class="viewcode-block" id="ParquetFile.read"><a class="viewcode-back" href="../../generated/pyarrow.parquet.ParquetFile.html#pyarrow.parquet.ParquetFile.read">[docs]</a>    <span class="k">def</span> <span class="nf">read</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
         <span class="sd">&quot;&quot;&quot;</span>
 <span class="sd">        Read a Table from Parquet format</span>
 
@@ -228,15 +229,15 @@
         <span class="k">if</span> <span class="n">nthreads</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
             <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">set_num_threads</span><span class="p">(</span><span class="n">nthreads</span><span class="p">)</span>
 
-        <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">read_all</span><span class="p">(</span><span class="n">column_indices</span><span class="o">=</span><span class="n">column_indices</span><span class="p">)</span>
+        <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">read_all</span><span class="p">(</span><span class="n">column_indices</span><span class="o">=</span><span class="n">column_indices</span><span class="p">)</span></div>
 
-    <span class="k">def</span> <span class="nf">read_pandas</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
+<div class="viewcode-block" id="ParquetFile.read_pandas"><a class="viewcode-back" href="../../generated/pyarrow.parquet.ParquetFile.html#pyarrow.parquet.ParquetFile.read_pandas">[docs]</a>    <span class="k">def</span> <span class="nf">read_pandas</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
         <span class="n">column_indices</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_get_column_indices</span><span class="p">(</span><span class="n">columns</span><span class="p">)</span>
         <span class="n">custom_metadata</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">metadata</span><span class="o">.</span><span class="n">metadata</span>
 
-        <span class="k">if</span> <span class="n">custom_metadata</span> <span class="ow">and</span> <span class="sa">b</span><span class="s1">&#39;pandas&#39;</span> <span class="ow">in</span> <span class="n">custom_metadata</span><span class="p">:</span>
+        <span class="k">if</span> <span class="n">custom_metadata</span> <span class="ow">and</span> <span class="n">b</span><span class="s1">&#39;pandas&#39;</span> <span class="ow">in</span> <span class="n">custom_metadata</span><span class="p">:</span>
             <span class="n">index_columns</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">loads</span><span class="p">(</span>
-                <span class="n">custom_metadata</span><span class="p">[</span><span class="sa">b</span><span class="s1">&#39;pandas&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">decode</span><span class="p">(</span><span class="s1">&#39;utf8&#39;</span><span class="p">)</span>
+                <span class="n">custom_metadata</span><span class="p">[</span><span class="n">b</span><span class="s1">&#39;pandas&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">decode</span><span class="p">(</span><span class="s1">&#39;utf8&#39;</span><span class="p">)</span>
             <span class="p">)[</span><span class="s1">&#39;index_columns&#39;</span><span class="p">]</span>
         <span class="k">else</span><span class="p">:</span>
             <span class="n">index_columns</span> <span class="o">=</span> <span class="p">[]</span>
@@ -246,7 +247,7 @@
 
         <span class="k">if</span> <span class="n">nthreads</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
             <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">set_num_threads</span><span class="p">(</span><span class="n">nthreads</span><span class="p">)</span>
-        <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">read_all</span><span class="p">(</span><span class="n">column_indices</span><span class="o">=</span><span class="n">column_indices</span><span class="p">)</span>
+        <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">reader</span><span class="o">.</span><span class="n">read_all</span><span class="p">(</span><span class="n">column_indices</span><span class="o">=</span><span class="n">column_indices</span><span class="p">)</span></div>
 
     <span class="k">def</span> <span class="nf">_get_column_indices</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">column_names</span><span class="p">):</span>
         <span class="k">if</span> <span class="n">column_names</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
@@ -292,7 +293,7 @@
 
     <span class="k">def</span> <span class="nf">__repr__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
         <span class="k">return</span> <span class="p">(</span><span class="s1">&#39;</span><span class="si">{0}</span><span class="s1">(</span><span class="si">{1!r}</span><span class="s1">, row_group=</span><span class="si">{2!r}</span><span class="s1">, partition_keys=</span><span class="si">{3!r}</span><span class="s1">)&#39;</span>
-                <span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">type</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="vm">__name__</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">path</span><span class="p">,</span>
+                <span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">type</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="n">__name__</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">path</span><span class="p">,</span>
                         <span class="bp">self</span><span class="o">.</span><span class="n">row_group</span><span class="p">,</span>
                         <span class="bp">self</span><span class="o">.</span><span class="n">partition_keys</span><span class="p">))</span>
 
@@ -635,7 +636,7 @@
         <span class="k">if</span> <span class="n">validate_schema</span><span class="p">:</span>
             <span class="bp">self</span><span class="o">.</span><span class="n">validate_schemas</span><span class="p">()</span></div>
 
-    <span class="k">def</span> <span class="nf">validate_schemas</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
+<div class="viewcode-block" id="ParquetDataset.validate_schemas"><a class="viewcode-back" href="../../generated/pyarrow.parquet.ParquetDataset.html#pyarrow.parquet.ParquetDataset.validate_schemas">[docs]</a>    <span class="k">def</span> <span class="nf">validate_schemas</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
         <span class="n">open_file</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_get_open_file_func</span><span class="p">()</span>
 
         <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">metadata</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">and</span> <span class="bp">self</span><span class="o">.</span><span class="n">schema</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
@@ -653,9 +654,9 @@
                 <span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="s1">&#39;Schema in </span><span class="si">{0!s}</span><span class="s1"> was different. &#39;</span>
                                  <span class="s1">&#39;</span><span class="si">{1!s}</span><span class="s1"> vs </span><span class="si">{2!s}</span><span class="s1">&#39;</span>
                                  <span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">piece</span><span class="p">,</span> <span class="n">file_metadata</span><span class="o">.</span><span class="n">schema</span><span class="p">,</span>
-                                         <span class="bp">self</span><span class="o">.</span><span class="n">schema</span><span class="p">))</span>
+                                         <span class="bp">self</span><span class="o">.</span><span class="n">schema</span><span class="p">))</span></div>
 
-    <span class="k">def</span> <span class="nf">read</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
+<div class="viewcode-block" id="ParquetDataset.read"><a class="viewcode-back" href="../../generated/pyarrow.parquet.ParquetDataset.html#pyarrow.parquet.ParquetDataset.read">[docs]</a>    <span class="k">def</span> <span class="nf">read</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">columns</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">nthreads</span><span class="o">=</span><span class="mi">1</span><span class="p">):</span>
         <span class="sd">&quot;&quot;&quot;</span>
 <span class="sd">        Read multiple Parquet files as a single pyarrow.Table</span>
 
@@ -682,7 +683,7 @@
             <span class="n">tables</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">table</span><span class="p">)</span>
 
         <span class="n">all_data</span> <span class="o">=</span> <span class="n">lib</span><span class="o">.</span><span class="n">concat_tables</span><span class="p">(</span><span class="n">tables</span><span class="p">)</span>
-        <span class="k">return</span> <span class="n">all_data</span>
+        <span class="k">return</span> <span class="n">all_data</span></div>
 
     <span class="k">def</span> <span class="nf">_get_open_file_func</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
         <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">fs</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">or</span> <span class="nb">isinstance</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">fs</span><span class="p">,</span> <span class="n">LocalFilesystem</span><span class="p">):</span>
@@ -854,7 +855,7 @@
     </p>
     <p>
         &copy; Copyright 2016-2017 Apache Software Foundation.<br/>
-      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.<br/>
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.<br/>
     </p>
   </div>
 </footer>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/api.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/api.rst.txt b/docs/python/_sources/api.rst.txt
index 4810a31..c52d400 100644
--- a/docs/python/_sources/api.rst.txt
+++ b/docs/python/_sources/api.rst.txt
@@ -67,7 +67,6 @@ Scalar Value Types
    :toctree: generated/
 
    NA
-   NAType
    Scalar
    ArrayValue
    BooleanValue
@@ -137,7 +136,6 @@ Tables and Record Batches
    Column
    RecordBatch
    Table
-   get_record_batch_size
 
 .. _api.tensor:
 
@@ -148,9 +146,6 @@ Tensor type and Functions
    :toctree: generated/
 
    Tensor
-   write_tensor
-   get_tensor_size
-   read_tensor
 
 .. _api.io:
 
@@ -177,12 +172,20 @@ Interprocess Communication and Messaging
 .. autosummary::
    :toctree: generated/
 
+   Message
+   MessageReader
    RecordBatchFileReader
    RecordBatchFileWriter
    RecordBatchStreamReader
    RecordBatchStreamWriter
    open_file
    open_stream
+   read_message
+   read_record_batch
+   get_record_batch_size
+   read_tensor
+   write_tensor
+   get_tensor_size
 
 .. _api.memory_pool:
 
@@ -206,12 +209,6 @@ Type Classes
    :toctree: generated/
 
    DataType
-   DecimalType
-   DictionaryType
-   FixedSizeBinaryType
-   Time32Type
-   Time64Type
-   TimestampType
    Field
    Schema
 

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/development.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/development.rst.txt b/docs/python/_sources/development.rst.txt
index 2063ba8..b5aba6c 100644
--- a/docs/python/_sources/development.rst.txt
+++ b/docs/python/_sources/development.rst.txt
@@ -22,14 +22,11 @@
 Development
 ***********
 
-Developing with conda
-=====================
-
-Linux and macOS
----------------
+Developing on Linux and MacOS
+=============================
 
 System Requirements
-~~~~~~~~~~~~~~~~~~~
+-------------------
 
 On macOS, any modern XCode (6.4 or higher; the current version is 8.3.1) is
 sufficient.
@@ -55,20 +52,9 @@ Finally, set gcc 4.9 as the active compiler using:
    export CXX=g++-4.9
 
 Environment Setup and Build
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-First, let's create a conda environment with all the C++ build and Python
-dependencies from conda-forge:
-
-.. code-block:: shell
-
-   conda create -y -q -n pyarrow-dev \
-         python=3.6 numpy six setuptools cython pandas pytest \
-         cmake flatbuffers rapidjson boost-cpp thrift-cpp snappy zlib \
-         brotli jemalloc -c conda-forge
-   source activate pyarrow-dev
+---------------------------
 
-Now, let's clone the Arrow and Parquet git repositories:
+First, let's clone the Arrow and Parquet git repositories:
 
 .. code-block:: shell
 
@@ -87,6 +73,21 @@ You should now see
    drwxrwxr-x 12 wesm wesm 4096 Apr 15 19:19 arrow/
    drwxrwxr-x 12 wesm wesm 4096 Apr 15 19:19 parquet-cpp/
 
+Using Conda
+~~~~~~~~~~~
+
+Let's create a conda environment with all the C++ build and Python dependencies
+from conda-forge:
+
+.. code-block:: shell
+
+   conda create -y -q -n pyarrow-dev \
+         python=3.6 numpy six setuptools cython pandas pytest \
+         cmake flatbuffers rapidjson boost-cpp thrift-cpp snappy zlib \
+         brotli jemalloc -c conda-forge
+   source activate pyarrow-dev
+
+
 We need to set some environment variables to let Arrow's build system know
 about our build toolchain:
 
@@ -99,6 +100,55 @@ about our build toolchain:
    export ARROW_HOME=$CONDA_PREFIX
    export PARQUET_HOME=$CONDA_PREFIX
 
+Using pip
+~~~~~~~~~
+
+On macOS, install all dependencies through Homebrew that are required for
+building Arrow C++:
+
+.. code-block:: shell
+
+   brew install ccache jemalloc boost thrift
+
+On Debian/Ubuntu, you need the following minimal set of dependencies. All other
+dependencies will be automatically built by Arrow' thrid-party toolchain.
+
+.. code-block:: shell
+
+   $ sudo apt-get install libjemalloc-dev libboost-dev \
+                          libboost-filesystem-dev \
+                          libboost-system-dev
+
+Now, let's create a Python virtualenv with all Python dependencies in the same
+folder as the repositories and a target installation folder:
+
+.. code-block:: shell
+
+   virtualenv pyarrow
+   source ./pyarrow/bin/activate
+   pip install six numpy pandas cython pytest
+
+   # This is the folder where we will install Arrow and Parquet to during
+   # development
+   mkdir dist
+
+If your cmake version is too old on Linux, you could get a newer one via ``pip
+install cmake``.
+
+We need to set some environment variables to let Arrow's build system know
+about our build toolchain:
+
+.. code-block:: shell
+
+   export ARROW_BUILD_TYPE=release
+
+   export ARROW_HOME=$(pwd)/dist
+   export PARQUET_HOME=$(pwd)/dist
+   export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
+
+Build and test
+--------------
+
 Now build and install the Arrow C++ libraries:
 
 .. code-block:: shell
@@ -127,7 +177,6 @@ toolchain:
          -DCMAKE_INSTALL_PREFIX=$PARQUET_HOME \
          -DPARQUET_BUILD_BENCHMARKS=off \
          -DPARQUET_BUILD_EXECUTABLES=off \
-         -DPARQUET_ZLIB_VENDORED=off \
          -DPARQUET_BUILD_TESTS=off \
          ..
 
@@ -179,8 +228,8 @@ You can build a wheel by running:
 
 Again, if you did not build parquet-cpp, you should omit ``--with-parquet``.
 
-Windows
-=======
+Developing on Windows
+=====================
 
 First, we bootstrap a conda environment similar to the `C++ build instructions
 <https://github.com/apache/arrow/blob/master/cpp/apidoc/Windows.md>`_. This
@@ -218,6 +267,7 @@ Now, we build and install Arrow C++ libraries
          -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
          -DCMAKE_BUILD_TYPE=Release ^
          -DARROW_BUILD_TESTS=off ^
+         -DARROW_ZLIB_VENDORED=off ^
          -DARROW_PYTHON=on ..
    cmake --build . --target INSTALL --config Release
    cd ..\..
@@ -233,7 +283,6 @@ Now, we build parquet-cpp and install the result in the same place:
    cmake -G "Visual Studio 14 2015 Win64" ^
          -DCMAKE_INSTALL_PREFIX=%PARQUET_HOME% ^
          -DCMAKE_BUILD_TYPE=Release ^
-         -DPARQUET_ZLIB_VENDORED=off ^
          -DPARQUET_BUILD_TESTS=off ..
    cmake --build . --target INSTALL --config Release
    popd

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Array.rst.txt b/docs/python/_sources/generated/pyarrow.Array.rst.txt
index d63a07d..4063daa 100644
--- a/docs/python/_sources/generated/pyarrow.Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Array.equals
+      ~Array.from_pandas
+      ~Array.isnull
+      ~Array.slice
+      ~Array.to_pandas
+      ~Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Array.null_count
+      ~Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.BinaryArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.BinaryArray.rst.txt b/docs/python/_sources/generated/pyarrow.BinaryArray.rst.txt
index 609f0eb..a116f57 100644
--- a/docs/python/_sources/generated/pyarrow.BinaryArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.BinaryArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.BinaryArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~BinaryArray.equals
+      ~BinaryArray.from_pandas
+      ~BinaryArray.isnull
+      ~BinaryArray.slice
+      ~BinaryArray.to_pandas
+      ~BinaryArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~BinaryArray.null_count
+      ~BinaryArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.BinaryValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.BinaryValue.rst.txt b/docs/python/_sources/generated/pyarrow.BinaryValue.rst.txt
index ac5291e..e547cb2 100644
--- a/docs/python/_sources/generated/pyarrow.BinaryValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.BinaryValue.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.BinaryValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~BinaryValue.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.BooleanArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.BooleanArray.rst.txt b/docs/python/_sources/generated/pyarrow.BooleanArray.rst.txt
index 120a3c1..7638f34 100644
--- a/docs/python/_sources/generated/pyarrow.BooleanArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.BooleanArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.BooleanArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~BooleanArray.equals
+      ~BooleanArray.from_pandas
+      ~BooleanArray.isnull
+      ~BooleanArray.slice
+      ~BooleanArray.to_pandas
+      ~BooleanArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~BooleanArray.null_count
+      ~BooleanArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.BooleanValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.BooleanValue.rst.txt b/docs/python/_sources/generated/pyarrow.BooleanValue.rst.txt
index 8148720..6c136a4 100644
--- a/docs/python/_sources/generated/pyarrow.BooleanValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.BooleanValue.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.BooleanValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~BooleanValue.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Buffer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Buffer.rst.txt b/docs/python/_sources/generated/pyarrow.Buffer.rst.txt
index a189685..39bf65e 100644
--- a/docs/python/_sources/generated/pyarrow.Buffer.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Buffer.rst.txt
@@ -9,8 +9,21 @@ pyarrow\.Buffer
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Buffer.to_pybytes
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Buffer.parent
+      ~Buffer.size
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.BufferOutputStream.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.BufferOutputStream.rst.txt b/docs/python/_sources/generated/pyarrow.BufferOutputStream.rst.txt
index 56ef45a..51f20c1 100644
--- a/docs/python/_sources/generated/pyarrow.BufferOutputStream.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.BufferOutputStream.rst.txt
@@ -9,8 +9,29 @@ pyarrow\.BufferOutputStream
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~BufferOutputStream.close
+      ~BufferOutputStream.download
+      ~BufferOutputStream.get_result
+      ~BufferOutputStream.read
+      ~BufferOutputStream.read_buffer
+      ~BufferOutputStream.seek
+      ~BufferOutputStream.size
+      ~BufferOutputStream.tell
+      ~BufferOutputStream.upload
+      ~BufferOutputStream.write
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~BufferOutputStream.mode
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.BufferReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.BufferReader.rst.txt b/docs/python/_sources/generated/pyarrow.BufferReader.rst.txt
index f5544c6..e9fae6b 100644
--- a/docs/python/_sources/generated/pyarrow.BufferReader.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.BufferReader.rst.txt
@@ -9,8 +9,28 @@ pyarrow\.BufferReader
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~BufferReader.close
+      ~BufferReader.download
+      ~BufferReader.read
+      ~BufferReader.read_buffer
+      ~BufferReader.seek
+      ~BufferReader.size
+      ~BufferReader.tell
+      ~BufferReader.upload
+      ~BufferReader.write
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~BufferReader.mode
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.ChunkedArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.ChunkedArray.rst.txt b/docs/python/_sources/generated/pyarrow.ChunkedArray.rst.txt
index 962aceb..74ed748 100644
--- a/docs/python/_sources/generated/pyarrow.ChunkedArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.ChunkedArray.rst.txt
@@ -9,8 +9,24 @@ pyarrow\.ChunkedArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ChunkedArray.chunk
+      ~ChunkedArray.iterchunks
+      ~ChunkedArray.length
+      ~ChunkedArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~ChunkedArray.null_count
+      ~ChunkedArray.num_chunks
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Column.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Column.rst.txt b/docs/python/_sources/generated/pyarrow.Column.rst.txt
index 257477c..44d83dd 100644
--- a/docs/python/_sources/generated/pyarrow.Column.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Column.rst.txt
@@ -9,8 +9,28 @@ pyarrow\.Column
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Column.equals
+      ~Column.from_array
+      ~Column.length
+      ~Column.to_pandas
+      ~Column.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Column.data
+      ~Column.name
+      ~Column.null_count
+      ~Column.shape
+      ~Column.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.DataType.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.DataType.rst.txt b/docs/python/_sources/generated/pyarrow.DataType.rst.txt
index 71a9dc5..27b7022 100644
--- a/docs/python/_sources/generated/pyarrow.DataType.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.DataType.rst.txt
@@ -9,8 +9,20 @@ pyarrow\.DataType
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~DataType.to_pandas_dtype
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~DataType.id
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Date32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Date32Array.rst.txt b/docs/python/_sources/generated/pyarrow.Date32Array.rst.txt
index 27ad93e..46f4e73 100644
--- a/docs/python/_sources/generated/pyarrow.Date32Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Date32Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Date32Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Date32Array.equals
+      ~Date32Array.from_pandas
+      ~Date32Array.isnull
+      ~Date32Array.slice
+      ~Date32Array.to_pandas
+      ~Date32Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Date32Array.null_count
+      ~Date32Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Date32Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Date32Value.rst.txt b/docs/python/_sources/generated/pyarrow.Date32Value.rst.txt
index 517ecb6..176e454 100644
--- a/docs/python/_sources/generated/pyarrow.Date32Value.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Date32Value.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.Date32Value
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Date32Value.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Date64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Date64Array.rst.txt b/docs/python/_sources/generated/pyarrow.Date64Array.rst.txt
index 5cb117f..d16c89f 100644
--- a/docs/python/_sources/generated/pyarrow.Date64Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Date64Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Date64Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Date64Array.equals
+      ~Date64Array.from_pandas
+      ~Date64Array.isnull
+      ~Date64Array.slice
+      ~Date64Array.to_pandas
+      ~Date64Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Date64Array.null_count
+      ~Date64Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Date64Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Date64Value.rst.txt b/docs/python/_sources/generated/pyarrow.Date64Value.rst.txt
index b7510d1..90d1481 100644
--- a/docs/python/_sources/generated/pyarrow.Date64Value.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Date64Value.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.Date64Value
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Date64Value.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.DecimalArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.DecimalArray.rst.txt b/docs/python/_sources/generated/pyarrow.DecimalArray.rst.txt
index ed72e7f..af38e07 100644
--- a/docs/python/_sources/generated/pyarrow.DecimalArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.DecimalArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.DecimalArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~DecimalArray.equals
+      ~DecimalArray.from_pandas
+      ~DecimalArray.isnull
+      ~DecimalArray.slice
+      ~DecimalArray.to_pandas
+      ~DecimalArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~DecimalArray.null_count
+      ~DecimalArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.DecimalValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.DecimalValue.rst.txt b/docs/python/_sources/generated/pyarrow.DecimalValue.rst.txt
index c0c132a..2e1d96e 100644
--- a/docs/python/_sources/generated/pyarrow.DecimalValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.DecimalValue.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.DecimalValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~DecimalValue.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.DictionaryArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.DictionaryArray.rst.txt b/docs/python/_sources/generated/pyarrow.DictionaryArray.rst.txt
index 7b4f2ae..00b46ff 100644
--- a/docs/python/_sources/generated/pyarrow.DictionaryArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.DictionaryArray.rst.txt
@@ -9,8 +9,29 @@ pyarrow\.DictionaryArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~DictionaryArray.equals
+      ~DictionaryArray.from_arrays
+      ~DictionaryArray.from_pandas
+      ~DictionaryArray.isnull
+      ~DictionaryArray.slice
+      ~DictionaryArray.to_pandas
+      ~DictionaryArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~DictionaryArray.dictionary
+      ~DictionaryArray.indices
+      ~DictionaryArray.null_count
+      ~DictionaryArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.DoubleValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.DoubleValue.rst.txt b/docs/python/_sources/generated/pyarrow.DoubleValue.rst.txt
index cc9898f..2e2ea50 100644
--- a/docs/python/_sources/generated/pyarrow.DoubleValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.DoubleValue.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.DoubleValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~DoubleValue.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Field.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Field.rst.txt b/docs/python/_sources/generated/pyarrow.Field.rst.txt
index dc30bb2..b029dfe 100644
--- a/docs/python/_sources/generated/pyarrow.Field.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Field.rst.txt
@@ -9,8 +9,25 @@ pyarrow\.Field
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Field.add_metadata
+      ~Field.equals
+      ~Field.remove_metadata
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Field.metadata
+      ~Field.name
+      ~Field.nullable
+      ~Field.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.FixedSizeBinaryArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.FixedSizeBinaryArray.rst.txt b/docs/python/_sources/generated/pyarrow.FixedSizeBinaryArray.rst.txt
index 7ded74b..de088fd 100644
--- a/docs/python/_sources/generated/pyarrow.FixedSizeBinaryArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.FixedSizeBinaryArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.FixedSizeBinaryArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~FixedSizeBinaryArray.equals
+      ~FixedSizeBinaryArray.from_pandas
+      ~FixedSizeBinaryArray.isnull
+      ~FixedSizeBinaryArray.slice
+      ~FixedSizeBinaryArray.to_pandas
+      ~FixedSizeBinaryArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~FixedSizeBinaryArray.null_count
+      ~FixedSizeBinaryArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.FixedSizeBinaryValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.FixedSizeBinaryValue.rst.txt b/docs/python/_sources/generated/pyarrow.FixedSizeBinaryValue.rst.txt
index df1ff03..f2c7db9 100644
--- a/docs/python/_sources/generated/pyarrow.FixedSizeBinaryValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.FixedSizeBinaryValue.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.FixedSizeBinaryValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~FixedSizeBinaryValue.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.FloatValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.FloatValue.rst.txt b/docs/python/_sources/generated/pyarrow.FloatValue.rst.txt
index 4d2359e..b9e6f4c 100644
--- a/docs/python/_sources/generated/pyarrow.FloatValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.FloatValue.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.FloatValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~FloatValue.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.FloatingPointArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.FloatingPointArray.rst.txt b/docs/python/_sources/generated/pyarrow.FloatingPointArray.rst.txt
index aed8312..2f62e0d 100644
--- a/docs/python/_sources/generated/pyarrow.FloatingPointArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.FloatingPointArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.FloatingPointArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~FloatingPointArray.equals
+      ~FloatingPointArray.from_pandas
+      ~FloatingPointArray.isnull
+      ~FloatingPointArray.slice
+      ~FloatingPointArray.to_pandas
+      ~FloatingPointArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~FloatingPointArray.null_count
+      ~FloatingPointArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int16Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int16Array.rst.txt b/docs/python/_sources/generated/pyarrow.Int16Array.rst.txt
index d6a1147..f1813fc 100644
--- a/docs/python/_sources/generated/pyarrow.Int16Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int16Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Int16Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int16Array.equals
+      ~Int16Array.from_pandas
+      ~Int16Array.isnull
+      ~Int16Array.slice
+      ~Int16Array.to_pandas
+      ~Int16Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Int16Array.null_count
+      ~Int16Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int16Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int16Value.rst.txt b/docs/python/_sources/generated/pyarrow.Int16Value.rst.txt
index f76a4d1..ce027c5 100644
--- a/docs/python/_sources/generated/pyarrow.Int16Value.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int16Value.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.Int16Value
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int16Value.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int32Array.rst.txt b/docs/python/_sources/generated/pyarrow.Int32Array.rst.txt
index 4d99fac..076d49c 100644
--- a/docs/python/_sources/generated/pyarrow.Int32Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int32Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Int32Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int32Array.equals
+      ~Int32Array.from_pandas
+      ~Int32Array.isnull
+      ~Int32Array.slice
+      ~Int32Array.to_pandas
+      ~Int32Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Int32Array.null_count
+      ~Int32Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int32Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int32Value.rst.txt b/docs/python/_sources/generated/pyarrow.Int32Value.rst.txt
index a915035..f6ac4ec 100644
--- a/docs/python/_sources/generated/pyarrow.Int32Value.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int32Value.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.Int32Value
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int32Value.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int64Array.rst.txt b/docs/python/_sources/generated/pyarrow.Int64Array.rst.txt
index caee191..3d57867 100644
--- a/docs/python/_sources/generated/pyarrow.Int64Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int64Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Int64Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int64Array.equals
+      ~Int64Array.from_pandas
+      ~Int64Array.isnull
+      ~Int64Array.slice
+      ~Int64Array.to_pandas
+      ~Int64Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Int64Array.null_count
+      ~Int64Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int64Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int64Value.rst.txt b/docs/python/_sources/generated/pyarrow.Int64Value.rst.txt
index 32df314..afc6154 100644
--- a/docs/python/_sources/generated/pyarrow.Int64Value.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int64Value.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.Int64Value
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int64Value.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int8Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int8Array.rst.txt b/docs/python/_sources/generated/pyarrow.Int8Array.rst.txt
index b0f40d4..19861c0 100644
--- a/docs/python/_sources/generated/pyarrow.Int8Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int8Array.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.Int8Array
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int8Array.equals
+      ~Int8Array.from_pandas
+      ~Int8Array.isnull
+      ~Int8Array.slice
+      ~Int8Array.to_pandas
+      ~Int8Array.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~Int8Array.null_count
+      ~Int8Array.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Int8Value.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Int8Value.rst.txt b/docs/python/_sources/generated/pyarrow.Int8Value.rst.txt
index ca8aa08..00a5444 100644
--- a/docs/python/_sources/generated/pyarrow.Int8Value.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Int8Value.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.Int8Value
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Int8Value.as_py
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.IntegerArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.IntegerArray.rst.txt b/docs/python/_sources/generated/pyarrow.IntegerArray.rst.txt
index 332d9dd..fd6c75d 100644
--- a/docs/python/_sources/generated/pyarrow.IntegerArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.IntegerArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.IntegerArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~IntegerArray.equals
+      ~IntegerArray.from_pandas
+      ~IntegerArray.isnull
+      ~IntegerArray.slice
+      ~IntegerArray.to_pandas
+      ~IntegerArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~IntegerArray.null_count
+      ~IntegerArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.ListArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.ListArray.rst.txt b/docs/python/_sources/generated/pyarrow.ListArray.rst.txt
index 41746f7..30a829f 100644
--- a/docs/python/_sources/generated/pyarrow.ListArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.ListArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.ListArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ListArray.equals
+      ~ListArray.from_pandas
+      ~ListArray.isnull
+      ~ListArray.slice
+      ~ListArray.to_pandas
+      ~ListArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~ListArray.null_count
+      ~ListArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.ListValue.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.ListValue.rst.txt b/docs/python/_sources/generated/pyarrow.ListValue.rst.txt
index 6461534..a5e4d32 100644
--- a/docs/python/_sources/generated/pyarrow.ListValue.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.ListValue.rst.txt
@@ -9,8 +9,20 @@ pyarrow\.ListValue
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ListValue.as_py
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~ListValue.value_type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.MemoryMappedFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.MemoryMappedFile.rst.txt b/docs/python/_sources/generated/pyarrow.MemoryMappedFile.rst.txt
index 80b981c..f9374aa 100644
--- a/docs/python/_sources/generated/pyarrow.MemoryMappedFile.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.MemoryMappedFile.rst.txt
@@ -9,8 +9,29 @@ pyarrow\.MemoryMappedFile
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~MemoryMappedFile.close
+      ~MemoryMappedFile.create
+      ~MemoryMappedFile.download
+      ~MemoryMappedFile.read
+      ~MemoryMappedFile.read_buffer
+      ~MemoryMappedFile.seek
+      ~MemoryMappedFile.size
+      ~MemoryMappedFile.tell
+      ~MemoryMappedFile.upload
+      ~MemoryMappedFile.write
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~MemoryMappedFile.mode
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.MemoryPool.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.MemoryPool.rst.txt b/docs/python/_sources/generated/pyarrow.MemoryPool.rst.txt
index 15c0b4d..0c5c8a1 100644
--- a/docs/python/_sources/generated/pyarrow.MemoryPool.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.MemoryPool.rst.txt
@@ -9,6 +9,12 @@ pyarrow\.MemoryPool
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~MemoryPool.bytes_allocated
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.Message.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Message.rst.txt b/docs/python/_sources/generated/pyarrow.Message.rst.txt
new file mode 100644
index 0000000..23179dd
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.Message.rst.txt
@@ -0,0 +1,31 @@
+pyarrow\.Message
+================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: Message
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Message.equals
+      ~Message.serialize
+   
+   
+
+   
+   
+   .. rubric:: Attributes
+
+   .. autosummary::
+   
+      ~Message.body
+      ~Message.metadata
+      ~Message.type
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.MessageReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.MessageReader.rst.txt b/docs/python/_sources/generated/pyarrow.MessageReader.rst.txt
new file mode 100644
index 0000000..079e989
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.MessageReader.rst.txt
@@ -0,0 +1,23 @@
+pyarrow\.MessageReader
+======================
+
+.. currentmodule:: pyarrow
+
+.. autoclass:: MessageReader
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~MessageReader.open_stream
+      ~MessageReader.read_next_message
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.NativeFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.NativeFile.rst.txt b/docs/python/_sources/generated/pyarrow.NativeFile.rst.txt
index 2fd3d82..d93019e 100644
--- a/docs/python/_sources/generated/pyarrow.NativeFile.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.NativeFile.rst.txt
@@ -9,8 +9,28 @@ pyarrow\.NativeFile
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~NativeFile.close
+      ~NativeFile.download
+      ~NativeFile.read
+      ~NativeFile.read_buffer
+      ~NativeFile.seek
+      ~NativeFile.size
+      ~NativeFile.tell
+      ~NativeFile.upload
+      ~NativeFile.write
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~NativeFile.mode
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.NullArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.NullArray.rst.txt b/docs/python/_sources/generated/pyarrow.NullArray.rst.txt
index 83018b8..6fa5dff 100644
--- a/docs/python/_sources/generated/pyarrow.NullArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.NullArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.NullArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~NullArray.equals
+      ~NullArray.from_pandas
+      ~NullArray.isnull
+      ~NullArray.slice
+      ~NullArray.to_pandas
+      ~NullArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~NullArray.null_count
+      ~NullArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.NumericArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.NumericArray.rst.txt b/docs/python/_sources/generated/pyarrow.NumericArray.rst.txt
index 595abba..37b4088 100644
--- a/docs/python/_sources/generated/pyarrow.NumericArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.NumericArray.rst.txt
@@ -9,8 +9,26 @@ pyarrow\.NumericArray
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~NumericArray.equals
+      ~NumericArray.from_pandas
+      ~NumericArray.isnull
+      ~NumericArray.slice
+      ~NumericArray.to_pandas
+      ~NumericArray.to_pylist
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~NumericArray.null_count
+      ~NumericArray.type
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.PythonFile.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.PythonFile.rst.txt b/docs/python/_sources/generated/pyarrow.PythonFile.rst.txt
index f0df2bb..f8107b0 100644
--- a/docs/python/_sources/generated/pyarrow.PythonFile.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.PythonFile.rst.txt
@@ -9,8 +9,28 @@ pyarrow\.PythonFile
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~PythonFile.close
+      ~PythonFile.download
+      ~PythonFile.read
+      ~PythonFile.read_buffer
+      ~PythonFile.seek
+      ~PythonFile.size
+      ~PythonFile.tell
+      ~PythonFile.upload
+      ~PythonFile.write
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~PythonFile.mode
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.RecordBatch.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.RecordBatch.rst.txt b/docs/python/_sources/generated/pyarrow.RecordBatch.rst.txt
index 5e2e6c0..ff32084 100644
--- a/docs/python/_sources/generated/pyarrow.RecordBatch.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.RecordBatch.rst.txt
@@ -9,8 +9,28 @@ pyarrow\.RecordBatch
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatch.column
+      ~RecordBatch.equals
+      ~RecordBatch.from_arrays
+      ~RecordBatch.from_pandas
+      ~RecordBatch.slice
+      ~RecordBatch.to_pandas
+      ~RecordBatch.to_pydict
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~RecordBatch.num_columns
+      ~RecordBatch.num_rows
+      ~RecordBatch.schema
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.RecordBatchFileReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.RecordBatchFileReader.rst.txt b/docs/python/_sources/generated/pyarrow.RecordBatchFileReader.rst.txt
index 3bff619..72e87d9 100644
--- a/docs/python/_sources/generated/pyarrow.RecordBatchFileReader.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.RecordBatchFileReader.rst.txt
@@ -9,8 +9,25 @@ pyarrow\.RecordBatchFileReader
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchFileReader.__init__
+      ~RecordBatchFileReader.get_batch
+      ~RecordBatchFileReader.get_record_batch
+      ~RecordBatchFileReader.read_all
+      ~RecordBatchFileReader.read_pandas
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~RecordBatchFileReader.num_record_batches
+      ~RecordBatchFileReader.schema
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.RecordBatchFileWriter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.RecordBatchFileWriter.rst.txt b/docs/python/_sources/generated/pyarrow.RecordBatchFileWriter.rst.txt
index e17d6d5..ea23f14 100644
--- a/docs/python/_sources/generated/pyarrow.RecordBatchFileWriter.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.RecordBatchFileWriter.rst.txt
@@ -9,6 +9,14 @@ pyarrow\.RecordBatchFileWriter
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchFileWriter.__init__
+      ~RecordBatchFileWriter.close
+      ~RecordBatchFileWriter.write_batch
+   
    
 
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.RecordBatchStreamReader.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.RecordBatchStreamReader.rst.txt b/docs/python/_sources/generated/pyarrow.RecordBatchStreamReader.rst.txt
index 25851f1..f40f2cd 100644
--- a/docs/python/_sources/generated/pyarrow.RecordBatchStreamReader.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.RecordBatchStreamReader.rst.txt
@@ -9,8 +9,24 @@ pyarrow\.RecordBatchStreamReader
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchStreamReader.__init__
+      ~RecordBatchStreamReader.get_next_batch
+      ~RecordBatchStreamReader.read_all
+      ~RecordBatchStreamReader.read_next_batch
+      ~RecordBatchStreamReader.read_pandas
+   
+   
+
+   
    
+   .. rubric:: Attributes
 
+   .. autosummary::
    
+      ~RecordBatchStreamReader.schema
    
    
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/796ce23f/docs/python/_sources/generated/pyarrow.RecordBatchStreamWriter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.RecordBatchStreamWriter.rst.txt b/docs/python/_sources/generated/pyarrow.RecordBatchStreamWriter.rst.txt
index 646333e..1cf4cfe 100644
--- a/docs/python/_sources/generated/pyarrow.RecordBatchStreamWriter.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.RecordBatchStreamWriter.rst.txt
@@ -9,6 +9,14 @@ pyarrow\.RecordBatchStreamWriter
    .. automethod:: __init__
 
    
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~RecordBatchStreamWriter.__init__
+      ~RecordBatchStreamWriter.close
+      ~RecordBatchStreamWriter.write_batch
+