| <!DOCTYPE html> | 
 |  | 
 | <html lang="en" data-content_root="./"> | 
 |   <head> | 
 |     <meta charset="utf-8" /> | 
 |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 
 |     <title>Index — Apache Arrow Python Cookbook  documentation</title> | 
 |     <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d1102ebc" /> | 
 |     <link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" /> | 
 |     <link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=64f5c0e4" /> | 
 |     <script src="_static/documentation_options.js?v=5929fcd5"></script> | 
 |     <script src="_static/doctools.js?v=9bcbadda"></script> | 
 |     <script src="_static/sphinx_highlight.js?v=dc90522c"></script> | 
 |     <link rel="icon" href="_static/favicon.ico"/> | 
 |     <link rel="index" title="Index" href="#" /> | 
 |     <link rel="search" title="Search" href="search.html" /> | 
 |    | 
 |     | 
 |   <link rel="stylesheet" href="_static/custom.css" type="text/css" /> | 
 |    | 
 |  | 
 |    | 
 |    | 
 |   <!-- Matomo --> | 
 |   <script> | 
 |     var _paq = window._paq = window._paq || []; | 
 |     /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | 
 |     /* We explicitly disable cookie tracking to avoid privacy issues */ | 
 |     _paq.push(['disableCookies']); | 
 |     _paq.push(['trackPageView']); | 
 |     _paq.push(['enableLinkTracking']); | 
 |     (function() { | 
 |       var u="https://analytics.apache.org/"; | 
 |       _paq.push(['setTrackerUrl', u+'matomo.php']); | 
 |       _paq.push(['setSiteId', '20']); | 
 |       var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; | 
 |       g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); | 
 |     })(); | 
 |   </script> | 
 |   <!-- End Matomo Code --> | 
 |  | 
 |   </head><body> | 
 |    | 
 |  | 
 |     <div class="document"> | 
 |       <div class="documentwrapper"> | 
 |         <div class="bodywrapper"> | 
 |            | 
 |  | 
 |           <div class="body" role="main"> | 
 |              | 
 |  | 
 | <h1 id="index">Index</h1> | 
 |  | 
 | <div class="genindex-jumpbox"> | 
 |   | 
 | </div> | 
 |  | 
 |  | 
 |           </div> | 
 |            | 
 |         </div> | 
 |       </div> | 
 |       <div class="sphinxsidebar" role="navigation" aria-label="Main"> | 
 |         <div class="sphinxsidebarwrapper"> | 
 | <p class="logo"> | 
 |   <a href="index.html"> | 
 |     <img class="logo" src="_static/arrow-logo_vertical_black-txt_transparent-bg.svg" alt="Logo" /> | 
 |      | 
 |   </a> | 
 | </p> | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 | <p> | 
 | <iframe src="https://ghbtns.com/github-btn.html?user=apache&repo=arrow-cookbook&type=none&count=true&size=large&v=2" | 
 |   allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe> | 
 | </p> | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 | <search id="searchbox" style="display: none" role="search"> | 
 |     <div class="searchformwrapper"> | 
 |     <form class="search" action="search.html" method="get"> | 
 |       <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/> | 
 |       <input type="submit" value="Go" /> | 
 |     </form> | 
 |     </div> | 
 | </search> | 
 | <script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3> | 
 | <p class="caption" role="heading"><span class="caption-text">Contents:</span></p> | 
 | <ul> | 
 | <li class="toctree-l1"><a class="reference internal" href="io.html">Reading and Writing Data</a></li> | 
 | <li class="toctree-l1"><a class="reference internal" href="create.html">Creating Arrow Objects</a></li> | 
 | <li class="toctree-l1"><a class="reference internal" href="schema.html">Working with Schema</a></li> | 
 | <li class="toctree-l1"><a class="reference internal" href="data.html">Data Manipulation</a></li> | 
 | <li class="toctree-l1"><a class="reference internal" href="flight.html">Arrow Flight</a></li> | 
 | </ul> | 
 |  | 
 |  | 
 | <hr /> | 
 | <ul> | 
 |      | 
 |     <li class="toctree-l1"><a href="https://arrow.apache.org/docs/python/index.html">User Guide</a></li> | 
 |      | 
 |     <li class="toctree-l1"><a href="https://arrow.apache.org/docs/python/api.html">API Reference</a></li> | 
 |      | 
 |     <li class="toctree-l1"><a href="../">All Cookbooks</a></li> | 
 |      | 
 | </ul> | 
 | <div class="relations"> | 
 | <h3>Related Topics</h3> | 
 | <ul> | 
 |   <li><a href="index.html">Documentation overview</a><ul> | 
 |   </ul></li> | 
 | </ul> | 
 | </div> | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |  | 
 |         </div> | 
 |       </div> | 
 |       <div class="clearer"></div> | 
 |     </div> | 
 |     <div class="footer"> | 
 |       ©2022, Apache Software Foundation. | 
 |        | 
 |       | | 
 |       Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.2.3</a> | 
 |       & <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a> | 
 |        | 
 |     </div> | 
 |  | 
 |      | 
 |  | 
 |      | 
 |   </body> | 
 | </html> |