Skip to content
Snippets Groups Projects
Commit 01374277 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Added comment to ggLevel variable for QCEW

parent d0a25e71
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ function us_qcew(conn::MySQL.Connection, selection::Dict)
# getting valuable info from dictionary
year = selection["year"]
geo_id = selection["geo_id"]
# the agg level refers to the number of NAICS digits and goes from 2 to 6
agg_level = selection["agg_level"]
# object to be returned
dftemp = DataFrame()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment