FAQ - UWFGeoDataCenter/src GitHub Wiki

Which sections refer to the SQL table(s) and which sections refer to the CSV(s)?

There are multiple tables from multiple sources being compared within this script and configuration file, so it is best to understand what sections are referring to the SQL tables and what sections are referring to the CSVs either downloaded or created. While this is briefly discussed in the provided documentation, this section of the FAQ should help clear up any confusion.

The first CSV (CSV1) is the one downloaded (exported) by the .export() method early in the script. CSV1 is assigned to the output_file variable.

This will contain all the current records associated with the AGOL feature layer. CSV1 will then be read as a pandas DataFrame and given the variable df.

CSV1 (as df ) will then be imported into the

************* IN PROGRESS **************