Skip to content

Commit

Permalink
Deploying to gh-pages from @ aebb80f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Aug 18, 2023
1 parent b814558 commit a256c5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _sources/autoapi/arkouda/io/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ Functions
with a .parquet appended to the prefix_path.
Parquet files were previously ALWAYS stored with a ``.parquet`` extension.

This function will be deprecated when glob flags are added to read_* functions
ak.load does not support loading a single file.
For loading single HDF5 files without the _LOCALE#### suffix please use ak.read().

CSV files without the Arkouda Header are not supported.

Expand Down
3 changes: 2 additions & 1 deletion autoapi/arkouda/io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,8 @@ <h3>Functions<a class="headerlink" href="#functions" title="Permalink to this he
<p>If you have a previously saved Parquet file that is raising a FileNotFound error, try loading it
with a .parquet appended to the prefix_path.
Parquet files were previously ALWAYS stored with a <code class="docutils literal notranslate"><span class="pre">.parquet</span></code> extension.</p>
<p>This function will be deprecated when glob flags are added to read_* functions</p>
<p>ak.load does not support loading a single file.
For loading single HDF5 files without the _LOCALE#### suffix please use ak.read().</p>
<p>CSV files without the Arkouda Header are not supported.</p>
<p class="rubric">Examples</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="c1"># Loading from file without extension</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit a256c5e

Please sign in to comment.