Skip to content

Commit

Permalink
edits to MSp52
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed May 14, 2020
1 parent 86cc1d6 commit f679b99
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Metadata



Returns a dataframe containing the associated metadata of a variable (such as data source, distributor, references, and etc..).
Returns a dataframe containing the associated metadata of a variable (such as data source, distributor, references, and etc.).
The inputs can be string literals (if only one table, and variable is passed) or a list of string literals.

|
Expand Down Expand Up @@ -53,6 +53,7 @@ Retrieve dataset metadata for the satellite SST and Argo salinity datasets.

**SQL Statement**


Here is how to achieve the same results using a direct SQL statement. Please refer to :ref:`query` for more information.

.. code-block:: sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
<p>
&copy; Copyright
<span class="lastupdated">
Last updated on May 04, 2020.
Last updated on May 14, 2020.
</span>

</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<dl class="method">
<dt id="get_metadata">
<code class="sig-name descname">get_metadata</code><span class="sig-paren">(</span><em class="sig-param">table</em>, <em class="sig-param">variable</em><span class="sig-paren">)</span><a class="headerlink" href="#get_metadata" title="Permalink to this definition"></a></dt>
<dd><p>Returns a dataframe containing the associated metadata of a variable (such as data source, distributor, references, and etc..).
<dd><p>Returns a dataframe containing the associated metadata of a variable (such as data source, distributor, references, and etc.).
The inputs can be string literals (if only one table, and variable is passed) or a list of string literals.</p>
<div class="line-block">
<div class="line"><br /></div>
Expand Down Expand Up @@ -325,7 +325,7 @@
<p>
&copy; Copyright
<span class="lastupdated">
Last updated on May 04, 2020.
Last updated on May 14, 2020.
</span>

</p>
Expand Down

0 comments on commit f679b99

Please sign in to comment.