mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
64 lines
No EOL
2.4 KiB
HTML
64 lines
No EOL
2.4 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Reference: arrays — Miller 6.0.0-alpha documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/scrolls.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/print.css" type="text/css" />
|
|
|
|
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
|
<script src="_static/jquery.js"></script>
|
|
<script src="_static/underscore.js"></script>
|
|
<script src="_static/doctools.js"></script>
|
|
<script src="_static/language_data.js"></script>
|
|
<script src="_static/theme_extras.js"></script>
|
|
<link rel="index" title="Index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="search.html" />
|
|
<link rel="next" title="Reference: null data" href="reference-main-null-data.html" />
|
|
<link rel="prev" title="Reference: data types" href="reference-main-data-types.html" />
|
|
</head><body>
|
|
<div id="content">
|
|
<div class="header">
|
|
<h1 class="heading"><a href="index.html"
|
|
title="back to the documentation overview"><span>Reference: arrays</span></a></h1>
|
|
</div>
|
|
<div class="relnav" role="navigation" aria-label="related navigation">
|
|
<a href="reference-main-data-types.html">« Reference: data types</a> |
|
|
<a href="#">Reference: arrays</a>
|
|
| <a href="reference-main-null-data.html">Reference: null data »</a>
|
|
</div>
|
|
<div id="contentwrapper">
|
|
<div role="main">
|
|
|
|
<div class="section" id="reference-arrays">
|
|
<h1>Reference: arrays<a class="headerlink" href="#reference-arrays" title="Permalink to this headline">¶</a></h1>
|
|
<p>TODO</p>
|
|
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span><span class="hll"> mlr --json cat data/array-example.json
|
|
</span> {
|
|
"key": "ax04",
|
|
"samples": [45, 67, 22]
|
|
}
|
|
{
|
|
"key": "cz09",
|
|
"samples": [11, 29, 84, 91]
|
|
}
|
|
</pre></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2021, John Kerl.
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
|
|
</div>
|
|
</body>
|
|
</html> |