-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ilianherzi
committed
Nov 19, 2020
1 parent
c2f86ab
commit 908de11
Showing
7 changed files
with
39,948 additions
and
11,944 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"'Accommodation',\n", | ||
" 'Accommodation and Food Services',\n", | ||
" 'Administrative and Support Services',\n", | ||
" 'Administrative and Support and Waste Management and Remediation Services',\n", | ||
" 'Agriculture, Forestry, Fishing and Hunting',\n", | ||
" 'Ambulatory Health Care Services',\n", | ||
" 'Amusement, Gambling, and Recreation Industries',\n", | ||
" 'Arts, Entertainment, and Recreation',\n", | ||
" 'Automotive Repair and Maintenance',\n", | ||
" 'Building Material and Garden Equipment and Supplies Dealers',\n", | ||
" 'Clothing and Clothing Accessories Stores',\n", | ||
" 'Commercial and Industrial Machinery and Equipment (except Automotive and Electronic) Repair and Maintenance',\n", | ||
" 'Construction',\n", | ||
" 'Construction of Buildings',\n", | ||
" 'Credit Intermediation and Related Activities',\n", | ||
" 'Death Care Services',\n", | ||
" 'Drycleaning and Laundry Services',\n", | ||
" 'Educational Services',\n", | ||
" 'Fabricated Metal Product Manufacturing',\n", | ||
" 'Finance and Insurance',\n", | ||
" 'Fishing, Hunting and Trapping',\n", | ||
" 'Food Manufacturing',\n", | ||
" 'Food Services and Drinking Places',\n", | ||
" 'Food and Beverage Stores',\n", | ||
" 'Forestry and Logging',\n", | ||
" 'Furniture and Home Furnishings Stores',\n", | ||
" 'Furniture and Related Product Manufacturing',\n", | ||
" 'Gasoline Stations',\n", | ||
" 'General Merchandise Stores',\n", | ||
" 'Health Care and Social Assistance',\n", | ||
" 'Health and Personal Care Stores',\n", | ||
" 'Heavy and Civil Engineering Construction',\n", | ||
" 'Independent Artists, Writers, and Performers',\n", | ||
" 'Industries not classified',\n", | ||
" 'Information',\n", | ||
" 'Insurance Carriers and Related Activities',\n", | ||
" 'Machinery Manufacturing',\n", | ||
" 'Management of Companies and Enterprises',\n", | ||
" 'Manufacturing',\n", | ||
" 'Merchant Wholesalers, Durable Goods',\n", | ||
" 'Merchant Wholesalers, Nondurable Goods',\n", | ||
" 'Mining, Quarrying, and Oil and Gas Extraction',\n", | ||
" 'Miscellaneous Manufacturing',\n", | ||
" 'Miscellaneous Store Retailers',\n", | ||
" 'Motor Vehicle and Parts Dealers',\n", | ||
" 'Nonmetallic Mineral Product Manufacturing',\n", | ||
" 'Nonstore Retailers',\n", | ||
" 'Nursing and Residential Care Facilities',\n", | ||
" 'Other Information Services',\n", | ||
" 'Other Personal Services',\n", | ||
" 'Other Services (except Public Administration)',\n", | ||
" 'Performing Arts Companies',\n", | ||
" 'Performing Arts, Spectator Sports, and Related Industries',\n", | ||
" 'Personal Care Services',\n", | ||
" 'Personal and Household Goods Repair and Maintenance',\n", | ||
" 'Personal and Laundry Services',\n", | ||
" 'Plastics and Rubber Products Manufacturing',\n", | ||
" 'Primary Metal Manufacturing',\n", | ||
" 'Printing and Related Support Activities',\n", | ||
" 'Professional, Scientific, and Technical Services',\n", | ||
" 'Publishing Industries (except Internet)',\n", | ||
" 'Real Estate',\n", | ||
" 'Real Estate and Rental and Leasing',\n", | ||
" 'Religious Organizations',\n", | ||
" 'Religious, Grantmaking, Civic, Professional, and Similar Organizations',\n", | ||
" 'Rental and Leasing Services',\n", | ||
" 'Repair and Maintenance',\n", | ||
" 'Restaurants and Other Eating Places',\n", | ||
" 'Retail Trade',\n", | ||
" 'Securities, Commodity Contracts, and Other Financial Investments and Related Activities',\n", | ||
" 'Social Assistance',\n", | ||
" 'Special Food Services',\n", | ||
" 'Specialty Trade Contractors',\n", | ||
" 'Spectator Sports',\n", | ||
" 'Sporting Goods, Hobby, Musical Instrument, and Book Stores',\n", | ||
" 'Support Activities for Agriculture and Forestry',\n", | ||
" 'Support Activities for Transportation',\n", | ||
" 'Telecommunications',\n", | ||
" 'Transit and Ground Passenger Transportation',\n", | ||
" 'Transportation and Warehousing',\n", | ||
" 'Traveler Accommodation',\n", | ||
" 'Truck Transportation',\n", | ||
" 'Utilities',\n", | ||
" 'Wholesale Electronic Markets and Agents and Brokers',\n", | ||
" 'Wholesale Trade',\n", | ||
" 'Wood Product Manufacturing'" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"policy_to_activity_map = {\n", | ||
" 'School':\n", | ||
"}" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.7.3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.