Item talk:Q44146: Difference between revisions

→‎Additional Preprocessing: removed unnecessary step
(→‎Building the schema: updated schema)
(→‎Additional Preprocessing: removed unnecessary step)
Line 187: Line 187:


<syntaxhighlight lang="python">return cells['Y'].value + ',' + cells['X'].value</syntaxhighlight>
<syntaxhighlight lang="python">return cells['Y'].value + ',' + cells['X'].value</syntaxhighlight>
Since we know where the data originated from, we can create one more column named <code>data_source</code> with the following Python added into the textarea.


<syntaxhighlight lang="python">return 'https://www.sciencebase.gov/catalog/item/5a1492c3e4b09fc93dcfd574'</syntaxhighlight>
This will be used as a reference URL when building the schema.


<span id="reconcile-the-data"></span>
<span id="reconcile-the-data"></span>
== Reconcile the Data ==
== Reconcile the Data ==