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/04/23 22:21:59 UTC

[19/30] arrow-site git commit: Add Python documentation snapshot

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/679f060e/docs/python/api.html
----------------------------------------------------------------------
diff --git a/docs/python/api.html b/docs/python/api.html
new file mode 100644
index 0000000..cb0f390
--- /dev/null
+++ b/docs/python/api.html
@@ -0,0 +1,847 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>API Reference &mdash; pyarrow  documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="genindex.html"/>
+        <link rel="search" title="Search" href="search.html"/>
+    <link rel="top" title="pyarrow  documentation" href="index.html"/>
+        <link rel="next" title="pyarrow.null" href="generated/pyarrow.null.html"/>
+        <link rel="prev" title="Reading/Writing Parquet files" href="parquet.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+   
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="index.html" class="icon icon-home"> pyarrow
+          
+
+          
+          </a>
+
+          
+            
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Getting Started</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="install.html">Install PyArrow</a></li>
+<li class="toctree-l1"><a class="reference internal" href="pandas.html">Pandas Interface</a></li>
+<li class="toctree-l1"><a class="reference internal" href="filesystems.html">File interfaces and Memory Maps</a></li>
+<li class="toctree-l1"><a class="reference internal" href="parquet.html">Reading/Writing Parquet files</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">API Reference</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#type-and-schema-factory-functions">Type and Schema Factory Functions</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.null.html">pyarrow.null</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.bool_.html">pyarrow.bool_</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.int8.html">pyarrow.int8</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.int16.html">pyarrow.int16</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.int32.html">pyarrow.int32</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.int64.html">pyarrow.int64</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.uint8.html">pyarrow.uint8</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.uint16.html">pyarrow.uint16</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.uint32.html">pyarrow.uint32</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.uint64.html">pyarrow.uint64</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.float16.html">pyarrow.float16</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.float32.html">pyarrow.float32</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.float64.html">pyarrow.float64</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.time32.html">pyarrow.time32</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.time64.html">pyarrow.time64</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.timestamp.html">pyarrow.timestamp</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.date32.html">pyarrow.date32</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.date64.html">pyarrow.date64</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.binary.html">pyarrow.binary</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.string.html">pyarrow.string</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.decimal.html">pyarrow.decimal</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.list_.html">pyarrow.list_</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.struct.html">pyarrow.struct</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.dictionary.html">pyarrow.dictionary</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.field.html">pyarrow.field</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.schema.html">pyarrow.schema</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.from_numpy_dtype.html">pyarrow.from_numpy_dtype</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#scalar-value-types">Scalar Value Types</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.NA.html">pyarrow.NA</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.NAType.html">pyarrow.NAType</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Scalar.html">pyarrow.Scalar</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.ArrayValue.html">pyarrow.ArrayValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.BooleanValue.html">pyarrow.BooleanValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int8Value.html">pyarrow.Int8Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int16Value.html">pyarrow.Int16Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int32Value.html">pyarrow.Int32Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int64Value.html">pyarrow.Int64Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt8Value.html">pyarrow.UInt8Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt16Value.html">pyarrow.UInt16Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt32Value.html">pyarrow.UInt32Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt64Value.html">pyarrow.UInt64Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FloatValue.html">pyarrow.FloatValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DoubleValue.html">pyarrow.DoubleValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.ListValue.html">pyarrow.ListValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.BinaryValue.html">pyarrow.BinaryValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.StringValue.html">pyarrow.StringValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FixedSizeBinaryValue.html">pyarrow.FixedSizeBinaryValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Date32Value.html">pyarrow.Date32Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Date64Value.html">pyarrow.Date64Value</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.TimestampValue.html">pyarrow.TimestampValue</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DecimalValue.html">pyarrow.DecimalValue</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#array-types-and-constructors">Array Types and Constructors</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.array.html">pyarrow.array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Array.html">pyarrow.Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.BooleanArray.html">pyarrow.BooleanArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DictionaryArray.html">pyarrow.DictionaryArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FloatingPointArray.html">pyarrow.FloatingPointArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.IntegerArray.html">pyarrow.IntegerArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int8Array.html">pyarrow.Int8Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int16Array.html">pyarrow.Int16Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int32Array.html">pyarrow.Int32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Int64Array.html">pyarrow.Int64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.NullArray.html">pyarrow.NullArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.NumericArray.html">pyarrow.NumericArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt8Array.html">pyarrow.UInt8Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt16Array.html">pyarrow.UInt16Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt32Array.html">pyarrow.UInt32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.UInt64Array.html">pyarrow.UInt64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.BinaryArray.html">pyarrow.BinaryArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FixedSizeBinaryArray.html">pyarrow.FixedSizeBinaryArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.StringArray.html">pyarrow.StringArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Time32Array.html">pyarrow.Time32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Time64Array.html">pyarrow.Time64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Date32Array.html">pyarrow.Date32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Date64Array.html">pyarrow.Date64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.TimestampArray.html">pyarrow.TimestampArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DecimalArray.html">pyarrow.DecimalArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.ListArray.html">pyarrow.ListArray</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#tables-and-record-batches">Tables and Record Batches</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.ChunkedArray.html">pyarrow.ChunkedArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Column.html">pyarrow.Column</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.RecordBatch.html">pyarrow.RecordBatch</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Table.html">pyarrow.Table</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.get_record_batch_size.html">pyarrow.get_record_batch_size</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#tensor-type-and-functions">Tensor type and Functions</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Tensor.html">pyarrow.Tensor</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.write_tensor.html">pyarrow.write_tensor</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.get_tensor_size.html">pyarrow.get_tensor_size</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.read_tensor.html">pyarrow.read_tensor</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#input-output-and-shared-memory">Input / Output and Shared Memory</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Buffer.html">pyarrow.Buffer</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.BufferReader.html">pyarrow.BufferReader</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.InMemoryOutputStream.html">pyarrow.InMemoryOutputStream</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.NativeFile.html">pyarrow.NativeFile</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.MemoryMappedFile.html">pyarrow.MemoryMappedFile</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.memory_map.html">pyarrow.memory_map</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.create_memory_map.html">pyarrow.create_memory_map</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.PythonFile.html">pyarrow.PythonFile</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#interprocess-communication-and-messaging">Interprocess Communication and Messaging</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FileReader.html">pyarrow.FileReader</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FileWriter.html">pyarrow.FileWriter</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.StreamReader.html">pyarrow.StreamReader</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.StreamWriter.html">pyarrow.StreamWriter</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#memory-pools">Memory Pools</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.MemoryPool.html">pyarrow.MemoryPool</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.default_memory_pool.html">pyarrow.default_memory_pool</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.jemalloc_memory_pool.html">pyarrow.jemalloc_memory_pool</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.total_allocated_bytes.html">pyarrow.total_allocated_bytes</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.set_memory_pool.html">pyarrow.set_memory_pool</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#type-classes">Type Classes</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DataType.html">pyarrow.DataType</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DecimalType.html">pyarrow.DecimalType</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.DictionaryType.html">pyarrow.DictionaryType</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.FixedSizeBinaryType.html">pyarrow.FixedSizeBinaryType</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Time32Type.html">pyarrow.Time32Type</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Time64Type.html">pyarrow.Time64Type</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.TimestampType.html">pyarrow.TimestampType</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Field.html">pyarrow.Field</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.Schema.html">pyarrow.Schema</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="#apache-parquet">Apache Parquet</a><ul>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.parquet.ParquetDataset.html">pyarrow.parquet.ParquetDataset</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.parquet.ParquetFile.html">pyarrow.parquet.ParquetFile</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.parquet.read_table.html">pyarrow.parquet.read_table</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.parquet.write_metadata.html">pyarrow.parquet.write_metadata</a></li>
+<li class="toctree-l3"><a class="reference internal" href="generated/pyarrow.parquet.write_table.html">pyarrow.parquet.write_table</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="getting_involved.html">Getting Involved</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Additional Features</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="jemalloc.html">jemalloc MemoryPool</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="index.html">pyarrow</a>
+        
+      </nav>
+
+
+      
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="index.html">Docs</a> &raquo;</li>
+        
+      <li>API Reference</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="_sources/api.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="api-reference">
+<span id="api"></span><h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to this headline">�</a></h1>
+<div class="section" id="type-and-schema-factory-functions">
+<span id="api-functions"></span><h2>Type and Schema Factory Functions<a class="headerlink" href="#type-and-schema-factory-functions" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.null.html#pyarrow.null" title="pyarrow.null"><code class="xref py py-obj docutils literal"><span class="pre">null</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.bool_.html#pyarrow.bool_" title="pyarrow.bool_"><code class="xref py py-obj docutils literal"><span class="pre">bool_</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.int8.html#pyarrow.int8" title="pyarrow.int8"><code class="xref py py-obj docutils literal"><span class="pre">int8</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.int16.html#pyarrow.int16" title="pyarrow.int16"><code class="xref py py-obj docutils literal"><span class="pre">int16</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.int32.html#pyarrow.int32" title="pyarrow.int32"><code class="xref py py-obj docutils literal"><span class="pre">int32</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.int64.html#pyarrow.int64" title="pyarrow.int64"><code class="xref py py-obj docutils literal"><span class="pre">int64</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.uint8.html#pyarrow.uint8" title="pyarrow.uint8"><code class="xref py py-obj docutils literal"><span class="pre">uint8</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.uint16.html#pyarrow.uint16" title="pyarrow.uint16"><code class="xref py py-obj docutils literal"><span class="pre">uint16</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.uint32.html#pyarrow.uint32" title="pyarrow.uint32"><code class="xref py py-obj docutils literal"><span class="pre">uint32</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.uint64.html#pyarrow.uint64" title="pyarrow.uint64"><code class="xref py py-obj docutils literal"><span class="pre">uint64</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.float16.html#pyarrow.float16" title="pyarrow.float16"><code class="xref py py-obj docutils literal"><span class="pre">float16</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.float32.html#pyarrow.float32" title="pyarrow.float32"><code class="xref py py-obj docutils literal"><span class="pre">float32</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.float64.html#pyarrow.float64" title="pyarrow.float64"><code class="xref py py-obj docutils literal"><span class="pre">float64</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.time32.html#pyarrow.time32" title="pyarrow.time32"><code class="xref py py-obj docutils literal"><span class="pre">time32</span></code></a>(unit_str)</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.time64.html#pyarrow.time64" title="pyarrow.time64"><code class="xref py py-obj docutils literal"><span class="pre">time64</span></code></a>(unit_str)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.timestamp.html#pyarrow.timestamp" title="pyarrow.timestamp"><code class="xref py py-obj docutils literal"><span class="pre">timestamp</span></code></a>(unit_str[,&nbsp;tz])</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.date32.html#pyarrow.date32" title="pyarrow.date32"><code class="xref py py-obj docutils literal"><span class="pre">date32</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.date64.html#pyarrow.date64" title="pyarrow.date64"><code class="xref py py-obj docutils literal"><span class="pre">date64</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.binary.html#pyarrow.binary" title="pyarrow.binary"><code class="xref py py-obj docutils literal"><span class="pre">binary</span></code></a>(int&nbsp;length=-1)</td>
+<td>Binary (PyBytes-like) type</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.string.html#pyarrow.string" title="pyarrow.string"><code class="xref py py-obj docutils literal"><span class="pre">string</span></code></a>()</td>
+<td>UTF8 string</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.decimal.html#pyarrow.decimal" title="pyarrow.decimal"><code class="xref py py-obj docutils literal"><span class="pre">decimal</span></code></a>((int&nbsp;precision,&nbsp;int&nbsp;scale=0)&nbsp;-&gt;&nbsp;DataType)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.list_.html#pyarrow.list_" title="pyarrow.list_"><code class="xref py py-obj docutils literal"><span class="pre">list_</span></code></a>(DataType&nbsp;value_type)</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.struct.html#pyarrow.struct" title="pyarrow.struct"><code class="xref py py-obj docutils literal"><span class="pre">struct</span></code></a>(fields)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.dictionary.html#pyarrow.dictionary" title="pyarrow.dictionary"><code class="xref py py-obj docutils literal"><span class="pre">dictionary</span></code></a>(DataType&nbsp;index_type,&nbsp;Array&nbsp;dictionary)</td>
+<td>Dictionary (categorical, or simply encoded) type</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.field.html#pyarrow.field" title="pyarrow.field"><code class="xref py py-obj docutils literal"><span class="pre">field</span></code></a>(name,&nbsp;type,&nbsp;bool&nbsp;nullable=True)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.schema.html#pyarrow.schema" title="pyarrow.schema"><code class="xref py py-obj docutils literal"><span class="pre">schema</span></code></a>(fields)</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.from_numpy_dtype.html#pyarrow.from_numpy_dtype" title="pyarrow.from_numpy_dtype"><code class="xref py py-obj docutils literal"><span class="pre">from_numpy_dtype</span></code></a>(dtype)</td>
+<td>Convert NumPy dtype to pyarrow.DataType</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="scalar-value-types">
+<h2>Scalar Value Types<a class="headerlink" href="#scalar-value-types" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.NA.html#pyarrow.NA" title="pyarrow.NA"><code class="xref py py-obj docutils literal"><span class="pre">NA</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.NAType.html#pyarrow.NAType" title="pyarrow.NAType"><code class="xref py py-obj docutils literal"><span class="pre">NAType</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Scalar.html#pyarrow.Scalar" title="pyarrow.Scalar"><code class="xref py py-obj docutils literal"><span class="pre">Scalar</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.ArrayValue.html#pyarrow.ArrayValue" title="pyarrow.ArrayValue"><code class="xref py py-obj docutils literal"><span class="pre">ArrayValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.BooleanValue.html#pyarrow.BooleanValue" title="pyarrow.BooleanValue"><code class="xref py py-obj docutils literal"><span class="pre">BooleanValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Int8Value.html#pyarrow.Int8Value" title="pyarrow.Int8Value"><code class="xref py py-obj docutils literal"><span class="pre">Int8Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Int16Value.html#pyarrow.Int16Value" title="pyarrow.Int16Value"><code class="xref py py-obj docutils literal"><span class="pre">Int16Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Int32Value.html#pyarrow.Int32Value" title="pyarrow.Int32Value"><code class="xref py py-obj docutils literal"><span class="pre">Int32Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Int64Value.html#pyarrow.Int64Value" title="pyarrow.Int64Value"><code class="xref py py-obj docutils literal"><span class="pre">Int64Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.UInt8Value.html#pyarrow.UInt8Value" title="pyarrow.UInt8Value"><code class="xref py py-obj docutils literal"><span class="pre">UInt8Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.UInt16Value.html#pyarrow.UInt16Value" title="pyarrow.UInt16Value"><code class="xref py py-obj docutils literal"><span class="pre">UInt16Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.UInt32Value.html#pyarrow.UInt32Value" title="pyarrow.UInt32Value"><code class="xref py py-obj docutils literal"><span class="pre">UInt32Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.UInt64Value.html#pyarrow.UInt64Value" title="pyarrow.UInt64Value"><code class="xref py py-obj docutils literal"><span class="pre">UInt64Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.FloatValue.html#pyarrow.FloatValue" title="pyarrow.FloatValue"><code class="xref py py-obj docutils literal"><span class="pre">FloatValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.DoubleValue.html#pyarrow.DoubleValue" title="pyarrow.DoubleValue"><code class="xref py py-obj docutils literal"><span class="pre">DoubleValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.ListValue.html#pyarrow.ListValue" title="pyarrow.ListValue"><code class="xref py py-obj docutils literal"><span class="pre">ListValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.BinaryValue.html#pyarrow.BinaryValue" title="pyarrow.BinaryValue"><code class="xref py py-obj docutils literal"><span class="pre">BinaryValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.StringValue.html#pyarrow.StringValue" title="pyarrow.StringValue"><code class="xref py py-obj docutils literal"><span class="pre">StringValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.FixedSizeBinaryValue.html#pyarrow.FixedSizeBinaryValue" title="pyarrow.FixedSizeBinaryValue"><code class="xref py py-obj docutils literal"><span class="pre">FixedSizeBinaryValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Date32Value.html#pyarrow.Date32Value" title="pyarrow.Date32Value"><code class="xref py py-obj docutils literal"><span class="pre">Date32Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Date64Value.html#pyarrow.Date64Value" title="pyarrow.Date64Value"><code class="xref py py-obj docutils literal"><span class="pre">Date64Value</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.TimestampValue.html#pyarrow.TimestampValue" title="pyarrow.TimestampValue"><code class="xref py py-obj docutils literal"><span class="pre">TimestampValue</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.DecimalValue.html#pyarrow.DecimalValue" title="pyarrow.DecimalValue"><code class="xref py py-obj docutils literal"><span class="pre">DecimalValue</span></code></a></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="array-types-and-constructors">
+<h2>Array Types and Constructors<a class="headerlink" href="#array-types-and-constructors" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.array.html#pyarrow.array" title="pyarrow.array"><code class="xref py py-obj docutils literal"><span class="pre">array</span></code></a>(sequence,&nbsp;DataType&nbsp;type=None,&nbsp;...)</td>
+<td>Create pyarrow.Array instance from a Python sequence</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Array.html#pyarrow.Array" title="pyarrow.Array"><code class="xref py py-obj docutils literal"><span class="pre">Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.BooleanArray.html#pyarrow.BooleanArray" title="pyarrow.BooleanArray"><code class="xref py py-obj docutils literal"><span class="pre">BooleanArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.DictionaryArray.html#pyarrow.DictionaryArray" title="pyarrow.DictionaryArray"><code class="xref py py-obj docutils literal"><span class="pre">DictionaryArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.FloatingPointArray.html#pyarrow.FloatingPointArray" title="pyarrow.FloatingPointArray"><code class="xref py py-obj docutils literal"><span class="pre">FloatingPointArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.IntegerArray.html#pyarrow.IntegerArray" title="pyarrow.IntegerArray"><code class="xref py py-obj docutils literal"><span class="pre">IntegerArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Int8Array.html#pyarrow.Int8Array" title="pyarrow.Int8Array"><code class="xref py py-obj docutils literal"><span class="pre">Int8Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Int16Array.html#pyarrow.Int16Array" title="pyarrow.Int16Array"><code class="xref py py-obj docutils literal"><span class="pre">Int16Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Int32Array.html#pyarrow.Int32Array" title="pyarrow.Int32Array"><code class="xref py py-obj docutils literal"><span class="pre">Int32Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Int64Array.html#pyarrow.Int64Array" title="pyarrow.Int64Array"><code class="xref py py-obj docutils literal"><span class="pre">Int64Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.NullArray.html#pyarrow.NullArray" title="pyarrow.NullArray"><code class="xref py py-obj docutils literal"><span class="pre">NullArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.NumericArray.html#pyarrow.NumericArray" title="pyarrow.NumericArray"><code class="xref py py-obj docutils literal"><span class="pre">NumericArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.UInt8Array.html#pyarrow.UInt8Array" title="pyarrow.UInt8Array"><code class="xref py py-obj docutils literal"><span class="pre">UInt8Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.UInt16Array.html#pyarrow.UInt16Array" title="pyarrow.UInt16Array"><code class="xref py py-obj docutils literal"><span class="pre">UInt16Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.UInt32Array.html#pyarrow.UInt32Array" title="pyarrow.UInt32Array"><code class="xref py py-obj docutils literal"><span class="pre">UInt32Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.UInt64Array.html#pyarrow.UInt64Array" title="pyarrow.UInt64Array"><code class="xref py py-obj docutils literal"><span class="pre">UInt64Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.BinaryArray.html#pyarrow.BinaryArray" title="pyarrow.BinaryArray"><code class="xref py py-obj docutils literal"><span class="pre">BinaryArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.FixedSizeBinaryArray.html#pyarrow.FixedSizeBinaryArray" title="pyarrow.FixedSizeBinaryArray"><code class="xref py py-obj docutils literal"><span class="pre">FixedSizeBinaryArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.StringArray.html#pyarrow.StringArray" title="pyarrow.StringArray"><code class="xref py py-obj docutils literal"><span class="pre">StringArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Time32Array.html#pyarrow.Time32Array" title="pyarrow.Time32Array"><code class="xref py py-obj docutils literal"><span class="pre">Time32Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Time64Array.html#pyarrow.Time64Array" title="pyarrow.Time64Array"><code class="xref py py-obj docutils literal"><span class="pre">Time64Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Date32Array.html#pyarrow.Date32Array" title="pyarrow.Date32Array"><code class="xref py py-obj docutils literal"><span class="pre">Date32Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Date64Array.html#pyarrow.Date64Array" title="pyarrow.Date64Array"><code class="xref py py-obj docutils literal"><span class="pre">Date64Array</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.TimestampArray.html#pyarrow.TimestampArray" title="pyarrow.TimestampArray"><code class="xref py py-obj docutils literal"><span class="pre">TimestampArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.DecimalArray.html#pyarrow.DecimalArray" title="pyarrow.DecimalArray"><code class="xref py py-obj docutils literal"><span class="pre">DecimalArray</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.ListArray.html#pyarrow.ListArray" title="pyarrow.ListArray"><code class="xref py py-obj docutils literal"><span class="pre">ListArray</span></code></a></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="tables-and-record-batches">
+<h2>Tables and Record Batches<a class="headerlink" href="#tables-and-record-batches" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.ChunkedArray.html#pyarrow.ChunkedArray" title="pyarrow.ChunkedArray"><code class="xref py py-obj docutils literal"><span class="pre">ChunkedArray</span></code></a></td>
+<td>Array backed via one or more memory chunks.</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Column.html#pyarrow.Column" title="pyarrow.Column"><code class="xref py py-obj docutils literal"><span class="pre">Column</span></code></a></td>
+<td>Named vector of elements of equal type.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.RecordBatch.html#pyarrow.RecordBatch" title="pyarrow.RecordBatch"><code class="xref py py-obj docutils literal"><span class="pre">RecordBatch</span></code></a></td>
+<td>Batch of rows of columns of equal length</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Table.html#pyarrow.Table" title="pyarrow.Table"><code class="xref py py-obj docutils literal"><span class="pre">Table</span></code></a></td>
+<td>A collection of top-level named, equal length Arrow arrays.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.get_record_batch_size.html#pyarrow.get_record_batch_size" title="pyarrow.get_record_batch_size"><code class="xref py py-obj docutils literal"><span class="pre">get_record_batch_size</span></code></a>(RecordBatch&nbsp;batch)</td>
+<td>Return total size of serialized RecordBatch including metadata and padding</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="tensor-type-and-functions">
+<h2>Tensor type and Functions<a class="headerlink" href="#tensor-type-and-functions" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Tensor.html#pyarrow.Tensor" title="pyarrow.Tensor"><code class="xref py py-obj docutils literal"><span class="pre">Tensor</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.write_tensor.html#pyarrow.write_tensor" title="pyarrow.write_tensor"><code class="xref py py-obj docutils literal"><span class="pre">write_tensor</span></code></a>(Tensor&nbsp;tensor,&nbsp;NativeFile&nbsp;dest)</td>
+<td>Write pyarrow.Tensor to pyarrow.NativeFile object its current position</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.get_tensor_size.html#pyarrow.get_tensor_size" title="pyarrow.get_tensor_size"><code class="xref py py-obj docutils literal"><span class="pre">get_tensor_size</span></code></a>(Tensor&nbsp;tensor)</td>
+<td>Return total size of serialized Tensor including metadata and padding</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.read_tensor.html#pyarrow.read_tensor" title="pyarrow.read_tensor"><code class="xref py py-obj docutils literal"><span class="pre">read_tensor</span></code></a>(NativeFile&nbsp;source)</td>
+<td>Read pyarrow.Tensor from pyarrow.NativeFile object from current position.</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="input-output-and-shared-memory">
+<h2>Input / Output and Shared Memory<a class="headerlink" href="#input-output-and-shared-memory" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Buffer.html#pyarrow.Buffer" title="pyarrow.Buffer"><code class="xref py py-obj docutils literal"><span class="pre">Buffer</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.BufferReader.html#pyarrow.BufferReader" title="pyarrow.BufferReader"><code class="xref py py-obj docutils literal"><span class="pre">BufferReader</span></code></a></td>
+<td>Zero-copy reader from objects convertible to Arrow buffer</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.InMemoryOutputStream.html#pyarrow.InMemoryOutputStream" title="pyarrow.InMemoryOutputStream"><code class="xref py py-obj docutils literal"><span class="pre">InMemoryOutputStream</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.NativeFile.html#pyarrow.NativeFile" title="pyarrow.NativeFile"><code class="xref py py-obj docutils literal"><span class="pre">NativeFile</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.MemoryMappedFile.html#pyarrow.MemoryMappedFile" title="pyarrow.MemoryMappedFile"><code class="xref py py-obj docutils literal"><span class="pre">MemoryMappedFile</span></code></a></td>
+<td>Supports &#8216;r&#8217;, &#8216;r+w&#8217;, &#8216;w&#8217; modes</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.memory_map.html#pyarrow.memory_map" title="pyarrow.memory_map"><code class="xref py py-obj docutils literal"><span class="pre">memory_map</span></code></a>(path[,&nbsp;mode])</td>
+<td>Open memory map at file path.</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.create_memory_map.html#pyarrow.create_memory_map" title="pyarrow.create_memory_map"><code class="xref py py-obj docutils literal"><span class="pre">create_memory_map</span></code></a>(path,&nbsp;size)</td>
+<td>Create memory map at indicated path of the given size, return open</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.PythonFile.html#pyarrow.PythonFile" title="pyarrow.PythonFile"><code class="xref py py-obj docutils literal"><span class="pre">PythonFile</span></code></a></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="interprocess-communication-and-messaging">
+<h2>Interprocess Communication and Messaging<a class="headerlink" href="#interprocess-communication-and-messaging" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.FileReader.html#pyarrow.FileReader" title="pyarrow.FileReader"><code class="xref py py-obj docutils literal"><span class="pre">FileReader</span></code></a>(source[,&nbsp;footer_offset])</td>
+<td>Class for reading Arrow record batch data from the Arrow binary file format</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.FileWriter.html#pyarrow.FileWriter" title="pyarrow.FileWriter"><code class="xref py py-obj docutils literal"><span class="pre">FileWriter</span></code></a>(sink,&nbsp;schema)</td>
+<td>Writer to create the Arrow binary file format</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.StreamReader.html#pyarrow.StreamReader" title="pyarrow.StreamReader"><code class="xref py py-obj docutils literal"><span class="pre">StreamReader</span></code></a>(source)</td>
+<td>Reader for the Arrow streaming binary format</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.StreamWriter.html#pyarrow.StreamWriter" title="pyarrow.StreamWriter"><code class="xref py py-obj docutils literal"><span class="pre">StreamWriter</span></code></a>(sink,&nbsp;schema)</td>
+<td>Writer for the Arrow streaming binary format</td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="memory-pools">
+<h2>Memory Pools<a class="headerlink" href="#memory-pools" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.MemoryPool.html#pyarrow.MemoryPool" title="pyarrow.MemoryPool"><code class="xref py py-obj docutils literal"><span class="pre">MemoryPool</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.default_memory_pool.html#pyarrow.default_memory_pool" title="pyarrow.default_memory_pool"><code class="xref py py-obj docutils literal"><span class="pre">default_memory_pool</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.jemalloc_memory_pool.html#pyarrow.jemalloc_memory_pool" title="pyarrow.jemalloc_memory_pool"><code class="xref py py-obj docutils literal"><span class="pre">jemalloc_memory_pool</span></code></a>()</td>
+<td>Returns a jemalloc-based memory allocator, which can be passed to</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.total_allocated_bytes.html#pyarrow.total_allocated_bytes" title="pyarrow.total_allocated_bytes"><code class="xref py py-obj docutils literal"><span class="pre">total_allocated_bytes</span></code></a>()</td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.set_memory_pool.html#pyarrow.set_memory_pool" title="pyarrow.set_memory_pool"><code class="xref py py-obj docutils literal"><span class="pre">set_memory_pool</span></code></a>(MemoryPool&nbsp;pool)</td>
+<td></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="type-classes">
+<h2>Type Classes<a class="headerlink" href="#type-classes" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.DataType.html#pyarrow.DataType" title="pyarrow.DataType"><code class="xref py py-obj docutils literal"><span class="pre">DataType</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.DecimalType.html#pyarrow.DecimalType" title="pyarrow.DecimalType"><code class="xref py py-obj docutils literal"><span class="pre">DecimalType</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.DictionaryType.html#pyarrow.DictionaryType" title="pyarrow.DictionaryType"><code class="xref py py-obj docutils literal"><span class="pre">DictionaryType</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.FixedSizeBinaryType.html#pyarrow.FixedSizeBinaryType" title="pyarrow.FixedSizeBinaryType"><code class="xref py py-obj docutils literal"><span class="pre">FixedSizeBinaryType</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Time32Type.html#pyarrow.Time32Type" title="pyarrow.Time32Type"><code class="xref py py-obj docutils literal"><span class="pre">Time32Type</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Time64Type.html#pyarrow.Time64Type" title="pyarrow.Time64Type"><code class="xref py py-obj docutils literal"><span class="pre">Time64Type</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.TimestampType.html#pyarrow.TimestampType" title="pyarrow.TimestampType"><code class="xref py py-obj docutils literal"><span class="pre">TimestampType</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.Field.html#pyarrow.Field" title="pyarrow.Field"><code class="xref py py-obj docutils literal"><span class="pre">Field</span></code></a></td>
+<td></td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.Schema.html#pyarrow.Schema" title="pyarrow.Schema"><code class="xref py py-obj docutils literal"><span class="pre">Schema</span></code></a></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="section" id="apache-parquet">
+<h2>Apache Parquet<a class="headerlink" href="#apache-parquet" title="Permalink to this headline">�</a></h2>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.parquet.ParquetDataset.html#pyarrow.parquet.ParquetDataset" title="pyarrow.parquet.ParquetDataset"><code class="xref py py-obj docutils literal"><span class="pre">ParquetDataset</span></code></a>(path_or_paths[,&nbsp;filesystem,&nbsp;...])</td>
+<td>Encapsulates details of reading a complete Parquet dataset possibly</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.parquet.ParquetFile.html#pyarrow.parquet.ParquetFile" title="pyarrow.parquet.ParquetFile"><code class="xref py py-obj docutils literal"><span class="pre">ParquetFile</span></code></a>(source[,&nbsp;metadata])</td>
+<td>Reader interface for a single Parquet file</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.parquet.read_table.html#pyarrow.parquet.read_table" title="pyarrow.parquet.read_table"><code class="xref py py-obj docutils literal"><span class="pre">read_table</span></code></a>(source[,&nbsp;columns,&nbsp;nthreads,&nbsp;metadata])</td>
+<td>Read a Table from Parquet format</td>
+</tr>
+<tr class="row-even"><td><a class="reference internal" href="generated/pyarrow.parquet.write_metadata.html#pyarrow.parquet.write_metadata" title="pyarrow.parquet.write_metadata"><code class="xref py py-obj docutils literal"><span class="pre">write_metadata</span></code></a>(schema,&nbsp;where[,&nbsp;version])</td>
+<td>Write metadata-only Parquet file from schema</td>
+</tr>
+<tr class="row-odd"><td><a class="reference internal" href="generated/pyarrow.parquet.write_table.html#pyarrow.parquet.write_table" title="pyarrow.parquet.write_table"><code class="xref py py-obj docutils literal"><span class="pre">write_table</span></code></a>(table,&nbsp;where[,&nbsp;row_group_size,&nbsp;...])</td>
+<td>Write a Table to Parquet format</td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="generated/pyarrow.null.html" class="btn btn-neutral float-right" title="pyarrow.null" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="parquet.html" class="btn btn-neutral" title="Reading/Writing Parquet files" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2016 Apache Software Foundation.
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'./',
+            VERSION:'',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="_static/jquery.js"></script>
+      <script type="text/javascript" src="_static/underscore.js"></script>
+      <script type="text/javascript" src="_static/doctools.js"></script>
+      <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/679f060e/docs/python/filesystems.html
----------------------------------------------------------------------
diff --git a/docs/python/filesystems.html b/docs/python/filesystems.html
new file mode 100644
index 0000000..c86da9e
--- /dev/null
+++ b/docs/python/filesystems.html
@@ -0,0 +1,274 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>File interfaces and Memory Maps &mdash; pyarrow  documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="genindex.html"/>
+        <link rel="search" title="Search" href="search.html"/>
+    <link rel="top" title="pyarrow  documentation" href="index.html"/>
+        <link rel="next" title="Reading/Writing Parquet files" href="parquet.html"/>
+        <link rel="prev" title="Pandas Interface" href="pandas.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+   
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="index.html" class="icon icon-home"> pyarrow
+          
+
+          
+          </a>
+
+          
+            
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Getting Started</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="install.html">Install PyArrow</a></li>
+<li class="toctree-l1"><a class="reference internal" href="pandas.html">Pandas Interface</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">File interfaces and Memory Maps</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="#hadoop-file-system-hdfs">Hadoop File System (HDFS)</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="parquet.html">Reading/Writing Parquet files</a></li>
+<li class="toctree-l1"><a class="reference internal" href="api.html">API Reference</a></li>
+<li class="toctree-l1"><a class="reference internal" href="getting_involved.html">Getting Involved</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Additional Features</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="jemalloc.html">jemalloc MemoryPool</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="index.html">pyarrow</a>
+        
+      </nav>
+
+
+      
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="index.html">Docs</a> &raquo;</li>
+        
+      <li>File interfaces and Memory Maps</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="_sources/filesystems.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="file-interfaces-and-memory-maps">
+<h1>File interfaces and Memory Maps<a class="headerlink" href="#file-interfaces-and-memory-maps" title="Permalink to this headline">�</a></h1>
+<p>PyArrow features a number of file-like interfaces</p>
+<div class="section" id="hadoop-file-system-hdfs">
+<h2>Hadoop File System (HDFS)<a class="headerlink" href="#hadoop-file-system-hdfs" title="Permalink to this headline">�</a></h2>
+<p>PyArrow comes with bindings to a C++-based interface to the Hadoop File
+System. You connect like so:</p>
+<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">pyarrow</span> <span class="kn">as</span> <span class="nn">pa</span>
+<span class="n">hdfs</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">HdfsClient</span><span class="p">(</span><span class="n">host</span><span class="p">,</span> <span class="n">port</span><span class="p">,</span> <span class="n">user</span><span class="o">=</span><span class="n">user</span><span class="p">,</span> <span class="n">kerb_ticket</span><span class="o">=</span><span class="n">ticket_cache_path</span><span class="p">)</span>
+</pre></div>
+</div>
+<p>By default, <code class="docutils literal"><span class="pre">pyarrow.HdfsClient</span></code> uses libhdfs, a JNI-based interface to the
+Java Hadoop client. This library is loaded <strong>at runtime</strong> (rather than at link
+/ library load time, since the library may not be in your LD_LIBRARY_PATH), and
+relies on some environment variables.</p>
+<ul class="simple">
+<li><code class="docutils literal"><span class="pre">HADOOP_HOME</span></code>: the root of your installed Hadoop distribution. Often has
+<cite>lib/native/libhdfs.so</cite>.</li>
+<li><code class="docutils literal"><span class="pre">JAVA_HOME</span></code>: the location of your Java SDK installation.</li>
+<li><code class="docutils literal"><span class="pre">ARROW_LIBHDFS_DIR</span></code> (optional): explicit location of <code class="docutils literal"><span class="pre">libhdfs.so</span></code> if it is
+installed somewhere other than <code class="docutils literal"><span class="pre">$HADOOP_HOME/lib/native</span></code>.</li>
+<li><code class="docutils literal"><span class="pre">CLASSPATH</span></code>: must contain the Hadoop jars. You can set these using:</li>
+</ul>
+<div class="highlight-shell"><div class="highlight"><pre><span></span><span class="nb">export</span> <span class="nv">CLASSPATH</span><span class="o">=</span><span class="sb">`</span>$HADOOP_HOME/bin/hdfs classpath --glob<span class="sb">`</span>
+</pre></div>
+</div>
+<p>You can also use libhdfs3, a thirdparty C++ library for HDFS from Pivotal Labs:</p>
+<div class="highlight-python"><div class="highlight"><pre><span></span><span class="n">hdfs3</span> <span class="o">=</span> <span class="n">pa</span><span class="o">.</span><span class="n">HdfsClient</span><span class="p">(</span><span class="n">host</span><span class="p">,</span> <span class="n">port</span><span class="p">,</span> <span class="n">user</span><span class="o">=</span><span class="n">user</span><span class="p">,</span> <span class="n">kerb_ticket</span><span class="o">=</span><span class="n">ticket_cache_path</span><span class="p">,</span>
+                      <span class="n">driver</span><span class="o">=</span><span class="s1">&#39;libhdfs3&#39;</span><span class="p">)</span>
+</pre></div>
+</div>
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="parquet.html" class="btn btn-neutral float-right" title="Reading/Writing Parquet files" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="pandas.html" class="btn btn-neutral" title="Pandas Interface" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2016 Apache Software Foundation.
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'./',
+            VERSION:'',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="_static/jquery.js"></script>
+      <script type="text/javascript" src="_static/underscore.js"></script>
+      <script type="text/javascript" src="_static/doctools.js"></script>
+      <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/679f060e/docs/python/generated/pyarrow.Array.html
----------------------------------------------------------------------
diff --git a/docs/python/generated/pyarrow.Array.html b/docs/python/generated/pyarrow.Array.html
new file mode 100644
index 0000000..c115b5e
--- /dev/null
+++ b/docs/python/generated/pyarrow.Array.html
@@ -0,0 +1,337 @@
+
+
+<!DOCTYPE html>
+<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
+<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
+<head>
+  <meta charset="utf-8">
+  
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  
+  <title>pyarrow.Array &mdash; pyarrow  documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="pyarrow  documentation" href="../index.html"/>
+        <link rel="up" title="API Reference" href="../api.html"/>
+        <link rel="next" title="pyarrow.BooleanArray" href="pyarrow.BooleanArray.html"/>
+        <link rel="prev" title="pyarrow.array" href="pyarrow.array.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.js"></script>
+
+</head>
+
+<body class="wy-body-for-nav" role="document">
+
+   
+  <div class="wy-grid-for-nav">
+
+    
+    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> pyarrow
+          
+
+          
+          </a>
+
+          
+            
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Getting Started</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../install.html">Install PyArrow</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../pandas.html">Pandas Interface</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../filesystems.html">File interfaces and Memory Maps</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../parquet.html">Reading/Writing Parquet files</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="../api.html">API Reference</a><ul class="current">
+<li class="toctree-l2"><a class="reference internal" href="../api.html#type-and-schema-factory-functions">Type and Schema Factory Functions</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#scalar-value-types">Scalar Value Types</a></li>
+<li class="toctree-l2 current"><a class="reference internal" href="../api.html#array-types-and-constructors">Array Types and Constructors</a><ul class="current">
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.array.html">pyarrow.array</a></li>
+<li class="toctree-l3 current"><a class="current reference internal" href="#">pyarrow.Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.BooleanArray.html">pyarrow.BooleanArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.DictionaryArray.html">pyarrow.DictionaryArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.FloatingPointArray.html">pyarrow.FloatingPointArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.IntegerArray.html">pyarrow.IntegerArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Int8Array.html">pyarrow.Int8Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Int16Array.html">pyarrow.Int16Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Int32Array.html">pyarrow.Int32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Int64Array.html">pyarrow.Int64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.NullArray.html">pyarrow.NullArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.NumericArray.html">pyarrow.NumericArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.UInt8Array.html">pyarrow.UInt8Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.UInt16Array.html">pyarrow.UInt16Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.UInt32Array.html">pyarrow.UInt32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.UInt64Array.html">pyarrow.UInt64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.BinaryArray.html">pyarrow.BinaryArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.FixedSizeBinaryArray.html">pyarrow.FixedSizeBinaryArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.StringArray.html">pyarrow.StringArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Time32Array.html">pyarrow.Time32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Time64Array.html">pyarrow.Time64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Date32Array.html">pyarrow.Date32Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.Date64Array.html">pyarrow.Date64Array</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.TimestampArray.html">pyarrow.TimestampArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.DecimalArray.html">pyarrow.DecimalArray</a></li>
+<li class="toctree-l3"><a class="reference internal" href="pyarrow.ListArray.html">pyarrow.ListArray</a></li>
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#tables-and-record-batches">Tables and Record Batches</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#tensor-type-and-functions">Tensor type and Functions</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#input-output-and-shared-memory">Input / Output and Shared Memory</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#interprocess-communication-and-messaging">Interprocess Communication and Messaging</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#memory-pools">Memory Pools</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#type-classes">Type Classes</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../api.html#apache-parquet">Apache Parquet</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="../getting_involved.html">Getting Involved</a></li>
+</ul>
+<p class="caption"><span class="caption-text">Additional Features</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../jemalloc.html">jemalloc MemoryPool</a></li>
+</ul>
+
+            
+          
+        </div>
+      </div>
+    </nav>
+
+    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
+
+      
+      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
+        
+          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
+          <a href="../index.html">pyarrow</a>
+        
+      </nav>
+
+
+      
+      <div class="wy-nav-content">
+        <div class="rst-content">
+          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<div role="navigation" aria-label="breadcrumbs navigation">
+
+  <ul class="wy-breadcrumbs">
+    
+      <li><a href="../index.html">Docs</a> &raquo;</li>
+        
+          <li><a href="../api.html">API Reference</a> &raquo;</li>
+        
+      <li>pyarrow.Array</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/generated/pyarrow.Array.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="pyarrow-array">
+<h1>pyarrow.Array<a class="headerlink" href="#pyarrow-array" title="Permalink to this headline">�</a></h1>
+<dl class="class">
+<dt id="pyarrow.Array">
+<em class="property">class </em><code class="descclassname">pyarrow.</code><code class="descname">Array</code><a class="headerlink" href="#pyarrow.Array" title="Permalink to this definition">�</a></dt>
+<dd><dl class="method">
+<dt id="pyarrow.Array.__init__">
+<code class="descname">__init__</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyarrow.Array.__init__" title="Permalink to this definition">�</a></dt>
+<dd><p>x.__init__(...) initializes x; see help(type(x)) for signature</p>
+</dd></dl>
+
+<p class="rubric">Methods</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><code class="xref py py-obj docutils literal"><span class="pre">equals</span></code>(self,&nbsp;Array&nbsp;other)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><code class="xref py py-obj docutils literal"><span class="pre">from_pandas</span></code>(obj[,&nbsp;mask,&nbsp;timestamps_to_ms])</td>
+<td>Convert pandas.Series to an Arrow Array.</td>
+</tr>
+<tr class="row-odd"><td><code class="xref py py-obj docutils literal"><span class="pre">isnull</span></code>(self)</td>
+<td></td>
+</tr>
+<tr class="row-even"><td><code class="xref py py-obj docutils literal"><span class="pre">slice</span></code>(self[,&nbsp;offset,&nbsp;length])</td>
+<td>Compute zero-copy slice of this array</td>
+</tr>
+<tr class="row-odd"><td><code class="xref py py-obj docutils literal"><span class="pre">to_pandas</span></code>(self)</td>
+<td>Convert to an array object suitable for use in pandas</td>
+</tr>
+<tr class="row-even"><td><code class="xref py py-obj docutils literal"><span class="pre">to_pylist</span></code>(self)</td>
+<td>Convert to an list of native Python objects.</td>
+</tr>
+</tbody>
+</table>
+<p class="rubric">Attributes</p>
+<table border="1" class="longtable docutils">
+<colgroup>
+<col width="10%" />
+<col width="90%" />
+</colgroup>
+<tbody valign="top">
+<tr class="row-odd"><td><code class="xref py py-obj docutils literal"><span class="pre">null_count</span></code></td>
+<td></td>
+</tr>
+<tr class="row-even"><td><code class="xref py py-obj docutils literal"><span class="pre">type</span></code></td>
+<td></td>
+</tr>
+</tbody>
+</table>
+</dd></dl>
+
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="pyarrow.BooleanArray.html" class="btn btn-neutral float-right" title="pyarrow.BooleanArray" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="pyarrow.array.html" class="btn btn-neutral" title="pyarrow.array" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2016 Apache Software Foundation.
+
+    </p>
+  </div>
+  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+      <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>
\ No newline at end of file