You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2017/11/19 14:56:31 UTC

[18/19] arrow-site git commit: API doc update

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_modules/pyarrow/types.html
----------------------------------------------------------------------
diff --git a/docs/python/_modules/pyarrow/types.html b/docs/python/_modules/pyarrow/types.html
new file mode 100644
index 0000000..28577cc
--- /dev/null
+++ b/docs/python/_modules/pyarrow/types.html
@@ -0,0 +1,323 @@
+<!DOCTYPE html>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>pyarrow.types &#8212; pyarrow  documentation</title>
+    <link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
+    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
+    <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.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+    <script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
+    <script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
+    <script type="text/javascript" src="../../_static/bootstrap-3.3.6/js/bootstrap.min.js"></script>
+    <script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
+    <link rel="index" title="Index" href="../../genindex.html" />
+    <link rel="search" title="Search" href="../../search.html" />
+<meta charset='utf-8'>
+<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
+<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
+<meta name="apple-mobile-web-app-capable" content="yes">
+
+  </head>
+  <body>
+
+  <div id="navbar" class="navbar navbar-default navbar-fixed-top">
+    <div class="container">
+      <div class="navbar-header">
+        <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
+        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+          <span class="icon-bar"></span>
+        </button>
+        <a class="navbar-brand" href="../../index.html">
+          pyarrow</a>
+        <span class="navbar-text navbar-version pull-left"><b></b></span>
+      </div>
+
+        <div class="collapse navbar-collapse nav-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li class="dropdown globaltoc-container">
+  <a role="button"
+     id="dLabelGlobalToc"
+     data-toggle="dropdown"
+     data-target="#"
+     href="../../index.html">Site <b class="caret"></b></a>
+  <ul class="dropdown-menu globaltoc"
+      role="menu"
+      aria-labelledby="dLabelGlobalToc"><p class="caption"><span class="caption-text">Getting Started</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../../install.html">Install PyArrow</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../development.html">Development</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../memory.html">Memory and IO Interfaces</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../data.html">In-Memory Data Model</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../ipc.html">Streaming, Serialization, and IPC</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../filesystems.html">File System Interfaces</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../plasma.html">The Plasma In-Memory Object Store</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../pandas.html">Using PyArrow with pandas</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../parquet.html">Reading and Writing the Apache Parquet Format</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../extending.html">Building C++ and Cython Extensions using pyarrow</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>
+</ul>
+</li>
+              
+                <li class="dropdown">
+  <a role="button"
+     id="dLabelLocalToc"
+     data-toggle="dropdown"
+     data-target="#"
+     href="#">Page <b class="caret"></b></a>
+  <ul class="dropdown-menu localtoc"
+      role="menu"
+      aria-labelledby="dLabelLocalToc"></ul>
+</li>
+              
+            
+            
+              
+                
+              
+            
+            
+            
+            
+              <li class="hidden-sm"></li>
+            
+          </ul>
+
+          
+            
+<form class="navbar-form navbar-right" action="../../search.html" method="get">
+ <div class="form-group">
+  <input type="text" name="q" class="form-control" placeholder="Search" />
+ </div>
+  <input type="hidden" name="check_keywords" value="yes" />
+  <input type="hidden" name="area" value="default" />
+</form>
+          
+        </div>
+    </div>
+  </div>
+
+<div class="container">
+  <div class="row">
+    <div class="col-md-12 content">
+      
+  <h1>Source code for pyarrow.types</h1><div class="highlight"><pre>
+<span></span><span class="c1"># Licensed to the Apache Software Foundation (ASF) under one</span>
+<span class="c1"># or more contributor license agreements.  See the NOTICE file</span>
+<span class="c1"># distributed with this work for additional information</span>
+<span class="c1"># regarding copyright ownership.  The ASF licenses this file</span>
+<span class="c1"># to you under the Apache License, Version 2.0 (the</span>
+<span class="c1"># &quot;License&quot;); you may not use this file except in compliance</span>
+<span class="c1"># with the License.  You may obtain a copy of the License at</span>
+<span class="c1">#</span>
+<span class="c1">#   http://www.apache.org/licenses/LICENSE-2.0</span>
+<span class="c1">#</span>
+<span class="c1"># Unless required by applicable law or agreed to in writing,</span>
+<span class="c1"># software distributed under the License is distributed on an</span>
+<span class="c1"># &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span>
+<span class="c1"># KIND, either express or implied.  See the License for the</span>
+<span class="c1"># specific language governing permissions and limitations</span>
+<span class="c1"># under the License.</span>
+
+<span class="c1"># Tools for dealing with Arrow type metadata in Python</span>
+
+<span class="kn">import</span> <span class="nn">pyarrow.lib</span> <span class="k">as</span> <span class="nn">lib</span>
+
+
+<span class="n">_SIGNED_INTEGER_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_INT8</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_INT16</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_INT32</span><span class="p">,</span>
+                         <span class="n">lib</span><span class="o">.</span><span class="n">Type_INT64</span><span class="p">}</span>
+<span class="n">_UNSIGNED_INTEGER_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_UINT8</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_UINT16</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_UINT32</span><span class="p">,</span>
+                           <span class="n">lib</span><span class="o">.</span><span class="n">Type_UINT64</span><span class="p">}</span>
+<span class="n">_INTEGER_TYPES</span> <span class="o">=</span> <span class="n">_SIGNED_INTEGER_TYPES</span> <span class="o">|</span> <span class="n">_UNSIGNED_INTEGER_TYPES</span>
+<span class="n">_FLOATING_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_HALF_FLOAT</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_FLOAT</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_DOUBLE</span><span class="p">}</span>
+<span class="n">_DATE_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_DATE32</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_DATE64</span><span class="p">}</span>
+<span class="n">_TIME_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_TIME32</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_TIME64</span><span class="p">}</span>
+<span class="n">_TEMPORAL_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_TIMESTAMP</span><span class="p">}</span> <span class="o">|</span> <span class="n">_TIME_TYPES</span> <span class="o">|</span> <span class="n">_DATE_TYPES</span>
+<span class="n">_NESTED_TYPES</span> <span class="o">=</span> <span class="p">{</span><span class="n">lib</span><span class="o">.</span><span class="n">Type_LIST</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_STRUCT</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_UNION</span><span class="p">,</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_MAP</span><span class="p">}</span>
+
+
+<div class="viewcode-block" id="is_boolean"><a class="viewcode-back" href="../../generated/pyarrow.types.is_boolean.html#pyarrow.types.is_boolean">[docs]</a><span class="k">def</span> <span class="nf">is_boolean</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a boolean type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_BOOL</span></div>
+
+
+<div class="viewcode-block" id="is_integer"><a class="viewcode-back" href="../../generated/pyarrow.types.is_integer.html#pyarrow.types.is_integer">[docs]</a><span class="k">def</span> <span class="nf">is_integer</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of an integer type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_INTEGER_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_signed_integer"><a class="viewcode-back" href="../../generated/pyarrow.types.is_signed_integer.html#pyarrow.types.is_signed_integer">[docs]</a><span class="k">def</span> <span class="nf">is_signed_integer</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a signed integer type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_SIGNED_INTEGER_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_unsigned_integer"><a class="viewcode-back" href="../../generated/pyarrow.types.is_unsigned_integer.html#pyarrow.types.is_unsigned_integer">[docs]</a><span class="k">def</span> <span class="nf">is_unsigned_integer</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of an unsigned integer type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_UNSIGNED_INTEGER_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_floating"><a class="viewcode-back" href="../../generated/pyarrow.types.is_floating.html#pyarrow.types.is_floating">[docs]</a><span class="k">def</span> <span class="nf">is_floating</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a floating point numeric type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_FLOATING_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_list"><a class="viewcode-back" href="../../generated/pyarrow.types.is_list.html#pyarrow.types.is_list">[docs]</a><span class="k">def</span> <span class="nf">is_list</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a list type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_LIST</span></div>
+
+
+<div class="viewcode-block" id="is_struct"><a class="viewcode-back" href="../../generated/pyarrow.types.is_struct.html#pyarrow.types.is_struct">[docs]</a><span class="k">def</span> <span class="nf">is_struct</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a struct type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_STRUCT</span></div>
+
+
+<div class="viewcode-block" id="is_union"><a class="viewcode-back" href="../../generated/pyarrow.types.is_union.html#pyarrow.types.is_union">[docs]</a><span class="k">def</span> <span class="nf">is_union</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a union type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_UNION</span></div>
+
+
+<div class="viewcode-block" id="is_nested"><a class="viewcode-back" href="../../generated/pyarrow.types.is_nested.html#pyarrow.types.is_nested">[docs]</a><span class="k">def</span> <span class="nf">is_nested</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a nested type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_NESTED_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_temporal"><a class="viewcode-back" href="../../generated/pyarrow.types.is_temporal.html#pyarrow.types.is_temporal">[docs]</a><span class="k">def</span> <span class="nf">is_temporal</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a temporal (date, time, timestamp)</span>
+<span class="sd">    type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_TEMPORAL_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_timestamp"><a class="viewcode-back" href="../../generated/pyarrow.types.is_timestamp.html#pyarrow.types.is_timestamp">[docs]</a><span class="k">def</span> <span class="nf">is_timestamp</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a timestamp type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_TIMESTAMP</span></div>
+
+
+<div class="viewcode-block" id="is_time"><a class="viewcode-back" href="../../generated/pyarrow.types.is_time.html#pyarrow.types.is_time">[docs]</a><span class="k">def</span> <span class="nf">is_time</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a time type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_TIME_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_null"><a class="viewcode-back" href="../../generated/pyarrow.types.is_null.html#pyarrow.types.is_null">[docs]</a><span class="k">def</span> <span class="nf">is_null</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a null type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_NA</span></div>
+
+
+<div class="viewcode-block" id="is_binary"><a class="viewcode-back" href="../../generated/pyarrow.types.is_binary.html#pyarrow.types.is_binary">[docs]</a><span class="k">def</span> <span class="nf">is_binary</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a variable-length binary type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_BINARY</span></div>
+
+
+<div class="viewcode-block" id="is_unicode"><a class="viewcode-back" href="../../generated/pyarrow.types.is_unicode.html#pyarrow.types.is_unicode">[docs]</a><span class="k">def</span> <span class="nf">is_unicode</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Alias for is_string</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">is_string</span><span class="p">(</span><span class="n">t</span><span class="p">)</span></div>
+
+
+<div class="viewcode-block" id="is_string"><a class="viewcode-back" href="../../generated/pyarrow.types.is_string.html#pyarrow.types.is_string">[docs]</a><span class="k">def</span> <span class="nf">is_string</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of string (utf8 unicode) type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_STRING</span></div>
+
+
+<div class="viewcode-block" id="is_fixed_size_binary"><a class="viewcode-back" href="../../generated/pyarrow.types.is_fixed_size_binary.html#pyarrow.types.is_fixed_size_binary">[docs]</a><span class="k">def</span> <span class="nf">is_fixed_size_binary</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a fixed size binary type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_FIXED_SIZE_BINARY</span></div>
+
+
+<div class="viewcode-block" id="is_date"><a class="viewcode-back" href="../../generated/pyarrow.types.is_date.html#pyarrow.types.is_date">[docs]</a><span class="k">def</span> <span class="nf">is_date</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a date type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="ow">in</span> <span class="n">_DATE_TYPES</span></div>
+
+
+<div class="viewcode-block" id="is_map"><a class="viewcode-back" href="../../generated/pyarrow.types.is_map.html#pyarrow.types.is_map">[docs]</a><span class="k">def</span> <span class="nf">is_map</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a map logical type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_MAP</span></div>
+
+
+<div class="viewcode-block" id="is_decimal"><a class="viewcode-back" href="../../generated/pyarrow.types.is_decimal.html#pyarrow.types.is_decimal">[docs]</a><span class="k">def</span> <span class="nf">is_decimal</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a decimal type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_DECIMAL</span></div>
+
+
+<div class="viewcode-block" id="is_dictionary"><a class="viewcode-back" href="../../generated/pyarrow.types.is_dictionary.html#pyarrow.types.is_dictionary">[docs]</a><span class="k">def</span> <span class="nf">is_dictionary</span><span class="p">(</span><span class="n">t</span><span class="p">):</span>
+    <span class="sd">&quot;&quot;&quot;</span>
+<span class="sd">    Return True if value is an instance of a dictionary-encoded type</span>
+<span class="sd">    &quot;&quot;&quot;</span>
+    <span class="k">return</span> <span class="n">t</span><span class="o">.</span><span class="n">id</span> <span class="o">==</span> <span class="n">lib</span><span class="o">.</span><span class="n">Type_DICTIONARY</span></div>
+</pre></div>
+
+    </div>
+      
+  </div>
+</div>
+<footer class="footer">
+  <div class="container">
+    <p class="pull-right">
+      <a href="#">Back to top</a>
+      
+    </p>
+    <p>
+        &copy; Copyright 2016-2017 Apache Software Foundation.<br/>
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.<br/>
+    </p>
+  </div>
+</footer>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/api.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/api.rst.txt b/docs/python/_sources/api.rst.txt
index 6bceba3..8f2f23d 100644
--- a/docs/python/_sources/api.rst.txt
+++ b/docs/python/_sources/api.rst.txt
@@ -132,6 +132,7 @@ Array Types
 .. autosummary::
    :toctree: generated/
 
+   array
    Array
    BooleanArray
    DictionaryArray
@@ -155,7 +156,7 @@ Array Types
    Date32Array
    Date64Array
    TimestampArray
-   DecimalArray
+   Decimal128Array
    ListArray
 
 .. _api.table:
@@ -168,6 +169,8 @@ Tables and Record Batches
 .. autosummary::
    :toctree: generated/
 
+   column
+   chunked_array
    ChunkedArray
    Column
    RecordBatch

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/development.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/development.rst.txt b/docs/python/_sources/development.rst.txt
index 093c6c0..8856137 100644
--- a/docs/python/_sources/development.rst.txt
+++ b/docs/python/_sources/development.rst.txt
@@ -84,7 +84,7 @@ from conda-forge:
    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 lz4-c zstd -c conda-forge
+         gflags brotli jemalloc lz4-c zstd -c conda-forge
    source activate pyarrow-dev
 
 
@@ -111,7 +111,7 @@ building Arrow C++:
    brew update && brew bundle --file=python/Brewfile
 
 On Debian/Ubuntu, you need the following minimal set of dependencies. All other
-dependencies will be automatically built by Arrow' thrid-party toolchain.
+dependencies will be automatically built by Arrow's third-party toolchain.
 
 .. code-block:: shell
 
@@ -119,6 +119,12 @@ dependencies will be automatically built by Arrow' thrid-party toolchain.
                           libboost-filesystem-dev \
                           libboost-system-dev
 
+On Arch Linux, you can get these dependencies via pacman.
+
+.. code-block:: shell
+
+   $ sudo pacman -S jemalloc boost
+
 Now, let's create a Python virtualenv with all Python dependencies in the same
 folder as the repositories and a target installation folder:
 
@@ -250,16 +256,11 @@ First, starting from fresh clones of Apache Arrow and parquet-cpp:
 
 .. code-block:: shell
 
-   conda create -n arrow-dev cmake git boost-cpp ^
-         flatbuffers snappy zlib brotli thrift-cpp rapidjson
-   activate arrow-dev
-
-As one git housekeeping item, we must run this command in our Arrow clone:
-
-.. code-block:: shell
-
-   cd arrow
-   git config core.symlinks true
+   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 ^
+         gflags brotli lz4-c zstd -c conda-forge
+   activate pyarrow-dev
 
 Now, we build and install Arrow C++ libraries
 
@@ -273,7 +274,7 @@ Now, we build and install Arrow C++ libraries
          -DCMAKE_INSTALL_PREFIX=%ARROW_HOME% ^
          -DCMAKE_BUILD_TYPE=Release ^
          -DARROW_BUILD_TESTS=on ^
-         -DARROW_CXXFLAGS="/WX" ^
+         -DARROW_CXXFLAGS="/WX /MP" ^
          -DARROW_PYTHON=on ..
    cmake --build . --target INSTALL --config Release
    cd ..\..

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/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 4063daa..f563b7e 100644
--- a/docs/python/_sources/generated/pyarrow.Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Array.rst.txt
@@ -1,34 +1,6 @@
-pyarrow\.Array
+pyarrow\.array
 ==============
 
 .. currentmodule:: pyarrow
 
-.. autoclass:: 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
+.. autofunction:: array
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/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 6353fdb..790657d 100644
--- a/docs/python/_sources/generated/pyarrow.Column.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Column.rst.txt
@@ -13,6 +13,7 @@ pyarrow\.Column
 
    .. autosummary::
    
+      ~Column.cast
       ~Column.equals
       ~Column.from_array
       ~Column.length

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/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 b029dfe..472a492 100644
--- a/docs/python/_sources/generated/pyarrow.Field.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Field.rst.txt
@@ -1,33 +1,6 @@
-pyarrow\.Field
+pyarrow\.field
 ==============
 
 .. currentmodule:: pyarrow
 
-.. autoclass:: 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
+.. autofunction:: field
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.Schema.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.Schema.rst.txt b/docs/python/_sources/generated/pyarrow.Schema.rst.txt
index 436e84b..5f19955 100644
--- a/docs/python/_sources/generated/pyarrow.Schema.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.Schema.rst.txt
@@ -1,33 +1,6 @@
-pyarrow\.Schema
+pyarrow\.schema
 ===============
 
 .. currentmodule:: pyarrow
 
-.. autoclass:: Schema
-
-   
-   .. automethod:: __init__
-
-   
-   .. rubric:: Methods
-
-   .. autosummary::
-   
-      ~Schema.add_metadata
-      ~Schema.equals
-      ~Schema.field_by_name
-      ~Schema.get_field_index
-      ~Schema.remove_metadata
-   
-   
-
-   
-   
-   .. rubric:: Attributes
-
-   .. autosummary::
-   
-      ~Schema.metadata
-      ~Schema.names
-   
-   
\ No newline at end of file
+.. autofunction:: schema
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.chunked_array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.chunked_array.rst.txt b/docs/python/_sources/generated/pyarrow.chunked_array.rst.txt
new file mode 100644
index 0000000..60f946b
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.chunked_array.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.chunked\_array
+=======================
+
+.. currentmodule:: pyarrow
+
+.. autofunction:: chunked_array
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Array.rst.txt
index f2f2b49..a42795a 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Array
    .. autosummary::
    
       ~Array.cast
+      ~Array.dictionary_encode
       ~Array.equals
       ~Array.from_pandas
       ~Array.isnull
       ~Array.slice
       ~Array.to_pandas
       ~Array.to_pylist
+      ~Array.unique
       ~Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.BinaryArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.BinaryArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.BinaryArray.rst.txt
index 8c06edb..a6cef7f 100644
--- a/docs/python/_sources/generated/pyarrow.lib.BinaryArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.BinaryArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.BinaryArray
    .. autosummary::
    
       ~BinaryArray.cast
+      ~BinaryArray.dictionary_encode
       ~BinaryArray.equals
       ~BinaryArray.from_pandas
       ~BinaryArray.isnull
       ~BinaryArray.slice
       ~BinaryArray.to_pandas
       ~BinaryArray.to_pylist
+      ~BinaryArray.unique
       ~BinaryArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.BooleanArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.BooleanArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.BooleanArray.rst.txt
index 76c9878..b4afb07 100644
--- a/docs/python/_sources/generated/pyarrow.lib.BooleanArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.BooleanArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.BooleanArray
    .. autosummary::
    
       ~BooleanArray.cast
+      ~BooleanArray.dictionary_encode
       ~BooleanArray.equals
       ~BooleanArray.from_pandas
       ~BooleanArray.isnull
       ~BooleanArray.slice
       ~BooleanArray.to_pandas
       ~BooleanArray.to_pylist
+      ~BooleanArray.unique
       ~BooleanArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.DataType.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.DataType.rst.txt b/docs/python/_sources/generated/pyarrow.lib.DataType.rst.txt
index 6278503..2858f50 100644
--- a/docs/python/_sources/generated/pyarrow.lib.DataType.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.DataType.rst.txt
@@ -13,6 +13,7 @@ pyarrow\.lib\.DataType
 
    .. autosummary::
    
+      ~DataType.equals
       ~DataType.to_pandas_dtype
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Date32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Date32Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Date32Array.rst.txt
index e38590b..678c561 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Date32Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Date32Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Date32Array
    .. autosummary::
    
       ~Date32Array.cast
+      ~Date32Array.dictionary_encode
       ~Date32Array.equals
       ~Date32Array.from_pandas
       ~Date32Array.isnull
       ~Date32Array.slice
       ~Date32Array.to_pandas
       ~Date32Array.to_pylist
+      ~Date32Array.unique
       ~Date32Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Date64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Date64Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Date64Array.rst.txt
index 175aafc..58350b3 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Date64Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Date64Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Date64Array
    .. autosummary::
    
       ~Date64Array.cast
+      ~Date64Array.dictionary_encode
       ~Date64Array.equals
       ~Date64Array.from_pandas
       ~Date64Array.isnull
       ~Date64Array.slice
       ~Date64Array.to_pandas
       ~Date64Array.to_pylist
+      ~Date64Array.unique
       ~Date64Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Decimal128Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Decimal128Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Decimal128Array.rst.txt
new file mode 100644
index 0000000..b5a7d79
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.lib.Decimal128Array.rst.txt
@@ -0,0 +1,31 @@
+pyarrow\.lib\.Decimal128Array
+=============================
+
+.. currentmodule:: pyarrow.lib
+
+.. autoclass:: Decimal128Array
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~Decimal128Array.cast
+      ~Decimal128Array.dictionary_encode
+      ~Decimal128Array.equals
+      ~Decimal128Array.from_pandas
+      ~Decimal128Array.isnull
+      ~Decimal128Array.slice
+      ~Decimal128Array.to_pandas
+      ~Decimal128Array.to_pylist
+      ~Decimal128Array.unique
+      ~Decimal128Array.validate
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.DictionaryArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.DictionaryArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.DictionaryArray.rst.txt
index f7e49d5..8937e7b 100644
--- a/docs/python/_sources/generated/pyarrow.lib.DictionaryArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.DictionaryArray.rst.txt
@@ -14,6 +14,7 @@ pyarrow\.lib\.DictionaryArray
    .. autosummary::
    
       ~DictionaryArray.cast
+      ~DictionaryArray.dictionary_encode
       ~DictionaryArray.equals
       ~DictionaryArray.from_arrays
       ~DictionaryArray.from_pandas
@@ -21,6 +22,7 @@ pyarrow\.lib\.DictionaryArray
       ~DictionaryArray.slice
       ~DictionaryArray.to_pandas
       ~DictionaryArray.to_pylist
+      ~DictionaryArray.unique
       ~DictionaryArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.FixedSizeBinaryArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.FixedSizeBinaryArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.FixedSizeBinaryArray.rst.txt
index 07dc01e..28a9f2f 100644
--- a/docs/python/_sources/generated/pyarrow.lib.FixedSizeBinaryArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.FixedSizeBinaryArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.FixedSizeBinaryArray
    .. autosummary::
    
       ~FixedSizeBinaryArray.cast
+      ~FixedSizeBinaryArray.dictionary_encode
       ~FixedSizeBinaryArray.equals
       ~FixedSizeBinaryArray.from_pandas
       ~FixedSizeBinaryArray.isnull
       ~FixedSizeBinaryArray.slice
       ~FixedSizeBinaryArray.to_pandas
       ~FixedSizeBinaryArray.to_pylist
+      ~FixedSizeBinaryArray.unique
       ~FixedSizeBinaryArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.FloatingPointArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.FloatingPointArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.FloatingPointArray.rst.txt
index f7f66e8..c863c6b 100644
--- a/docs/python/_sources/generated/pyarrow.lib.FloatingPointArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.FloatingPointArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.FloatingPointArray
    .. autosummary::
    
       ~FloatingPointArray.cast
+      ~FloatingPointArray.dictionary_encode
       ~FloatingPointArray.equals
       ~FloatingPointArray.from_pandas
       ~FloatingPointArray.isnull
       ~FloatingPointArray.slice
       ~FloatingPointArray.to_pandas
       ~FloatingPointArray.to_pylist
+      ~FloatingPointArray.unique
       ~FloatingPointArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Int16Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Int16Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Int16Array.rst.txt
index ac59dbc..d4ca8b8 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Int16Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Int16Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Int16Array
    .. autosummary::
    
       ~Int16Array.cast
+      ~Int16Array.dictionary_encode
       ~Int16Array.equals
       ~Int16Array.from_pandas
       ~Int16Array.isnull
       ~Int16Array.slice
       ~Int16Array.to_pandas
       ~Int16Array.to_pylist
+      ~Int16Array.unique
       ~Int16Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Int32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Int32Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Int32Array.rst.txt
index 09ed608..d143c57 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Int32Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Int32Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Int32Array
    .. autosummary::
    
       ~Int32Array.cast
+      ~Int32Array.dictionary_encode
       ~Int32Array.equals
       ~Int32Array.from_pandas
       ~Int32Array.isnull
       ~Int32Array.slice
       ~Int32Array.to_pandas
       ~Int32Array.to_pylist
+      ~Int32Array.unique
       ~Int32Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Int64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Int64Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Int64Array.rst.txt
index 238e66e..0d71e94 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Int64Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Int64Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Int64Array
    .. autosummary::
    
       ~Int64Array.cast
+      ~Int64Array.dictionary_encode
       ~Int64Array.equals
       ~Int64Array.from_pandas
       ~Int64Array.isnull
       ~Int64Array.slice
       ~Int64Array.to_pandas
       ~Int64Array.to_pylist
+      ~Int64Array.unique
       ~Int64Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Int8Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Int8Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Int8Array.rst.txt
index 2a26e25..05d509d 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Int8Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Int8Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Int8Array
    .. autosummary::
    
       ~Int8Array.cast
+      ~Int8Array.dictionary_encode
       ~Int8Array.equals
       ~Int8Array.from_pandas
       ~Int8Array.isnull
       ~Int8Array.slice
       ~Int8Array.to_pandas
       ~Int8Array.to_pylist
+      ~Int8Array.unique
       ~Int8Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.IntegerArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.IntegerArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.IntegerArray.rst.txt
index 64ef960..2ca770f 100644
--- a/docs/python/_sources/generated/pyarrow.lib.IntegerArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.IntegerArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.IntegerArray
    .. autosummary::
    
       ~IntegerArray.cast
+      ~IntegerArray.dictionary_encode
       ~IntegerArray.equals
       ~IntegerArray.from_pandas
       ~IntegerArray.isnull
       ~IntegerArray.slice
       ~IntegerArray.to_pandas
       ~IntegerArray.to_pylist
+      ~IntegerArray.unique
       ~IntegerArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.ListArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.ListArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.ListArray.rst.txt
index 42dd122..6a74271 100644
--- a/docs/python/_sources/generated/pyarrow.lib.ListArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.ListArray.rst.txt
@@ -14,6 +14,7 @@ pyarrow\.lib\.ListArray
    .. autosummary::
    
       ~ListArray.cast
+      ~ListArray.dictionary_encode
       ~ListArray.equals
       ~ListArray.from_arrays
       ~ListArray.from_pandas
@@ -21,6 +22,7 @@ pyarrow\.lib\.ListArray
       ~ListArray.slice
       ~ListArray.to_pandas
       ~ListArray.to_pylist
+      ~ListArray.unique
       ~ListArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.NullArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.NullArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.NullArray.rst.txt
index d14e428..cc89e94 100644
--- a/docs/python/_sources/generated/pyarrow.lib.NullArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.NullArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.NullArray
    .. autosummary::
    
       ~NullArray.cast
+      ~NullArray.dictionary_encode
       ~NullArray.equals
       ~NullArray.from_pandas
       ~NullArray.isnull
       ~NullArray.slice
       ~NullArray.to_pandas
       ~NullArray.to_pylist
+      ~NullArray.unique
       ~NullArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.NumericArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.NumericArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.NumericArray.rst.txt
index b6bf1b1..bbb46fc 100644
--- a/docs/python/_sources/generated/pyarrow.lib.NumericArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.NumericArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.NumericArray
    .. autosummary::
    
       ~NumericArray.cast
+      ~NumericArray.dictionary_encode
       ~NumericArray.equals
       ~NumericArray.from_pandas
       ~NumericArray.isnull
       ~NumericArray.slice
       ~NumericArray.to_pandas
       ~NumericArray.to_pylist
+      ~NumericArray.unique
       ~NumericArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.StringArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.StringArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.StringArray.rst.txt
index 59ceba8..5078ca6 100644
--- a/docs/python/_sources/generated/pyarrow.lib.StringArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.StringArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.StringArray
    .. autosummary::
    
       ~StringArray.cast
+      ~StringArray.dictionary_encode
       ~StringArray.equals
       ~StringArray.from_pandas
       ~StringArray.isnull
       ~StringArray.slice
       ~StringArray.to_pandas
       ~StringArray.to_pylist
+      ~StringArray.unique
       ~StringArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Time32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Time32Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Time32Array.rst.txt
index 448710e..785300a 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Time32Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Time32Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Time32Array
    .. autosummary::
    
       ~Time32Array.cast
+      ~Time32Array.dictionary_encode
       ~Time32Array.equals
       ~Time32Array.from_pandas
       ~Time32Array.isnull
       ~Time32Array.slice
       ~Time32Array.to_pandas
       ~Time32Array.to_pylist
+      ~Time32Array.unique
       ~Time32Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.Time64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.Time64Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.Time64Array.rst.txt
index 51771ce..84734a8 100644
--- a/docs/python/_sources/generated/pyarrow.lib.Time64Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.Time64Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.Time64Array
    .. autosummary::
    
       ~Time64Array.cast
+      ~Time64Array.dictionary_encode
       ~Time64Array.equals
       ~Time64Array.from_pandas
       ~Time64Array.isnull
       ~Time64Array.slice
       ~Time64Array.to_pandas
       ~Time64Array.to_pylist
+      ~Time64Array.unique
       ~Time64Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.TimestampArray.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.TimestampArray.rst.txt b/docs/python/_sources/generated/pyarrow.lib.TimestampArray.rst.txt
index d25e69c..7ad4b4f 100644
--- a/docs/python/_sources/generated/pyarrow.lib.TimestampArray.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.TimestampArray.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.TimestampArray
    .. autosummary::
    
       ~TimestampArray.cast
+      ~TimestampArray.dictionary_encode
       ~TimestampArray.equals
       ~TimestampArray.from_pandas
       ~TimestampArray.isnull
       ~TimestampArray.slice
       ~TimestampArray.to_pandas
       ~TimestampArray.to_pylist
+      ~TimestampArray.unique
       ~TimestampArray.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.UInt16Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.UInt16Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.UInt16Array.rst.txt
index ce477f4..a0214bd 100644
--- a/docs/python/_sources/generated/pyarrow.lib.UInt16Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.UInt16Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.UInt16Array
    .. autosummary::
    
       ~UInt16Array.cast
+      ~UInt16Array.dictionary_encode
       ~UInt16Array.equals
       ~UInt16Array.from_pandas
       ~UInt16Array.isnull
       ~UInt16Array.slice
       ~UInt16Array.to_pandas
       ~UInt16Array.to_pylist
+      ~UInt16Array.unique
       ~UInt16Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.UInt32Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.UInt32Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.UInt32Array.rst.txt
index 7a0a128..8211042 100644
--- a/docs/python/_sources/generated/pyarrow.lib.UInt32Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.UInt32Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.UInt32Array
    .. autosummary::
    
       ~UInt32Array.cast
+      ~UInt32Array.dictionary_encode
       ~UInt32Array.equals
       ~UInt32Array.from_pandas
       ~UInt32Array.isnull
       ~UInt32Array.slice
       ~UInt32Array.to_pandas
       ~UInt32Array.to_pylist
+      ~UInt32Array.unique
       ~UInt32Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.UInt64Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.UInt64Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.UInt64Array.rst.txt
index 7530297..50a38c8 100644
--- a/docs/python/_sources/generated/pyarrow.lib.UInt64Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.UInt64Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.UInt64Array
    .. autosummary::
    
       ~UInt64Array.cast
+      ~UInt64Array.dictionary_encode
       ~UInt64Array.equals
       ~UInt64Array.from_pandas
       ~UInt64Array.isnull
       ~UInt64Array.slice
       ~UInt64Array.to_pandas
       ~UInt64Array.to_pylist
+      ~UInt64Array.unique
       ~UInt64Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.lib.UInt8Array.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.lib.UInt8Array.rst.txt b/docs/python/_sources/generated/pyarrow.lib.UInt8Array.rst.txt
index 552bf7e..d7837a5 100644
--- a/docs/python/_sources/generated/pyarrow.lib.UInt8Array.rst.txt
+++ b/docs/python/_sources/generated/pyarrow.lib.UInt8Array.rst.txt
@@ -14,12 +14,14 @@ pyarrow\.lib\.UInt8Array
    .. autosummary::
    
       ~UInt8Array.cast
+      ~UInt8Array.dictionary_encode
       ~UInt8Array.equals
       ~UInt8Array.from_pandas
       ~UInt8Array.isnull
       ~UInt8Array.slice
       ~UInt8Array.to_pandas
       ~UInt8Array.to_pylist
+      ~UInt8Array.unique
       ~UInt8Array.validate
    
    

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.parquet.ParquetWriter.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.parquet.ParquetWriter.rst.txt b/docs/python/_sources/generated/pyarrow.parquet.ParquetWriter.rst.txt
new file mode 100644
index 0000000..520232c
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.parquet.ParquetWriter.rst.txt
@@ -0,0 +1,24 @@
+pyarrow\.parquet\.ParquetWriter
+===============================
+
+.. currentmodule:: pyarrow.parquet
+
+.. autoclass:: ParquetWriter
+
+   
+   .. automethod:: __init__
+
+   
+   .. rubric:: Methods
+
+   .. autosummary::
+   
+      ~ParquetWriter.__init__
+      ~ParquetWriter.close
+      ~ParquetWriter.write_table
+   
+   
+
+   
+   
+   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_binary.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_binary.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_binary.rst.txt
new file mode 100644
index 0000000..0cacafb
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_binary.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_binary
+==========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_binary
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_boolean.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_boolean.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_boolean.rst.txt
new file mode 100644
index 0000000..2cadbb7
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_boolean.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_boolean
+===========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_boolean
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_date.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_date.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_date.rst.txt
new file mode 100644
index 0000000..57bd179
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_date.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_date
+========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_date
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_decimal.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_decimal.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_decimal.rst.txt
new file mode 100644
index 0000000..5371fc8
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_decimal.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_decimal
+===========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_decimal
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_dictionary.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_dictionary.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_dictionary.rst.txt
new file mode 100644
index 0000000..7d53a70
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_dictionary.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_dictionary
+==============================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_dictionary
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_fixed_size_binary.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_fixed_size_binary.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_fixed_size_binary.rst.txt
new file mode 100644
index 0000000..8568a20
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_fixed_size_binary.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_fixed\_size\_binary
+=======================================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_fixed_size_binary
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_floating.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_floating.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_floating.rst.txt
new file mode 100644
index 0000000..181e0f9
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_floating.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_floating
+============================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_floating
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_integer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_integer.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_integer.rst.txt
new file mode 100644
index 0000000..07011e4
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_integer.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_integer
+===========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_integer
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_list.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_list.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_list.rst.txt
new file mode 100644
index 0000000..0b69a86
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_list.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_list
+========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_list
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_map.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_map.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_map.rst.txt
new file mode 100644
index 0000000..73f74b9
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_map.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_map
+=======================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_map
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_nested.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_nested.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_nested.rst.txt
new file mode 100644
index 0000000..f7985e8
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_nested.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_nested
+==========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_nested
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_null.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_null.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_null.rst.txt
new file mode 100644
index 0000000..e373aed
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_null.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_null
+========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_null
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_signed_integer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_signed_integer.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_signed_integer.rst.txt
new file mode 100644
index 0000000..ee89c44
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_signed_integer.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_signed\_integer
+===================================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_signed_integer
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_string.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_string.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_string.rst.txt
new file mode 100644
index 0000000..f5eceb6
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_string.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_string
+==========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_string
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_struct.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_struct.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_struct.rst.txt
new file mode 100644
index 0000000..363393d
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_struct.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_struct
+==========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_struct
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_temporal.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_temporal.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_temporal.rst.txt
new file mode 100644
index 0000000..60c65ef
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_temporal.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_temporal
+============================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_temporal
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_time.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_time.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_time.rst.txt
new file mode 100644
index 0000000..78b1b36
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_time.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_time
+========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_time
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_timestamp.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_timestamp.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_timestamp.rst.txt
new file mode 100644
index 0000000..c477556
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_timestamp.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_timestamp
+=============================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_timestamp
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_unicode.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_unicode.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_unicode.rst.txt
new file mode 100644
index 0000000..fa7ddd2
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_unicode.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_unicode
+===========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_unicode
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_union.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_union.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_union.rst.txt
new file mode 100644
index 0000000..8231ab0
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_union.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_union
+=========================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_union
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/35611f84/docs/python/_sources/generated/pyarrow.types.is_unsigned_integer.rst.txt
----------------------------------------------------------------------
diff --git a/docs/python/_sources/generated/pyarrow.types.is_unsigned_integer.rst.txt b/docs/python/_sources/generated/pyarrow.types.is_unsigned_integer.rst.txt
new file mode 100644
index 0000000..039dc87
--- /dev/null
+++ b/docs/python/_sources/generated/pyarrow.types.is_unsigned_integer.rst.txt
@@ -0,0 +1,6 @@
+pyarrow\.types\.is\_unsigned\_integer
+=====================================
+
+.. currentmodule:: pyarrow.types
+
+.. autofunction:: is_unsigned_integer
\ No newline at end of file