400
edits
(→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> | ||
<span id="reconcile-the-data"></span> | <span id="reconcile-the-data"></span> | ||
== Reconcile the Data == | == Reconcile the Data == | ||