-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1245 from cal-itp/scrub-qc-code
Remove printed contact info
- Loading branch information
Showing
1 changed file
with
6 additions
and
341 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -24,237 +24,6 @@ | |
{ | ||
"cell_type": "code", | ||
"execution_count": 3, | ||
"id": "7e78279c-c1ab-45ca-886c-7d02a420e160", | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"data": { | ||
"text/html": [ | ||
"<div>\n", | ||
"<style scoped>\n", | ||
" .dataframe tbody tr th:only-of-type {\n", | ||
" vertical-align: middle;\n", | ||
" }\n", | ||
"\n", | ||
" .dataframe tbody tr th {\n", | ||
" vertical-align: top;\n", | ||
" }\n", | ||
"\n", | ||
" .dataframe thead th {\n", | ||
" text-align: right;\n", | ||
" }\n", | ||
"</style>\n", | ||
"<table border=\"1\" class=\"dataframe\">\n", | ||
" <thead>\n", | ||
" <tr style=\"text-align: right;\">\n", | ||
" <th></th>\n", | ||
" <th>ENTITY_NAME</th>\n", | ||
" <th>FISCAL_YEAR</th>\n", | ||
" <th>CHAIR_FIRST_NAME</th>\n", | ||
" <th>CHAIR_MI</th>\n", | ||
" <th>CHAIR_LAST_NAME</th>\n", | ||
" <th>CHAIR_PHONE</th>\n", | ||
" <th>CHAIR_EMAIL</th>\n", | ||
" <th>EXEC_FIRST_NAME</th>\n", | ||
" <th>EXEC_MI</th>\n", | ||
" <th>EXEC_LAST_NAME</th>\n", | ||
" <th>...</th>\n", | ||
" <th>FISCAL_OFFICER_MI</th>\n", | ||
" <th>FISCAL_OFFICER_LAST_NAME</th>\n", | ||
" <th>FISCAL_OFFICER_PHONE</th>\n", | ||
" <th>FISCAL_OFFICER_EMAIL</th>\n", | ||
" <th>STREET_ADDRESS1</th>\n", | ||
" <th>STREET_ADDRESS2</th>\n", | ||
" <th>CITY</th>\n", | ||
" <th>STATE</th>\n", | ||
" <th>ZIP</th>\n", | ||
" <th>ADDRESS_CHANGE</th>\n", | ||
" </tr>\n", | ||
" </thead>\n", | ||
" <tbody>\n", | ||
" <tr>\n", | ||
" <th>0</th>\n", | ||
" <td>Alpine County Transportation Commission</td>\n", | ||
" <td>2022</td>\n", | ||
" <td>David</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Griffith</td>\n", | ||
" <td>(530) 694-2168</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>JT</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Chevalier</td>\n", | ||
" <td>...</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Leitenbauer</td>\n", | ||
" <td>(530) 694-2284 ext.134</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>Alpine County Community Development</td>\n", | ||
" <td>50 Diamond Valley Road</td>\n", | ||
" <td>Markleeville</td>\n", | ||
" <td>CA</td>\n", | ||
" <td>96120</td>\n", | ||
" <td>False</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>1</th>\n", | ||
" <td>Amador County Transportation Commission</td>\n", | ||
" <td>2022</td>\n", | ||
" <td>Patrick</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Crew</td>\n", | ||
" <td>(209) 267-2282</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>John</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Gedney</td>\n", | ||
" <td>...</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Yakesh</td>\n", | ||
" <td>(209) 267-2282</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>117 Valley View Way</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Sutter Creek</td>\n", | ||
" <td>CA</td>\n", | ||
" <td>95685</td>\n", | ||
" <td>False</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>2</th>\n", | ||
" <td>Butte County Association of Governments</td>\n", | ||
" <td>2022</td>\n", | ||
" <td>Jodie</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Jones</td>\n", | ||
" <td>(530) 538-6834</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>Jon</td>\n", | ||
" <td>A</td>\n", | ||
" <td>Clark</td>\n", | ||
" <td>...</td>\n", | ||
" <td>P</td>\n", | ||
" <td>Quinn</td>\n", | ||
" <td>(530) 809-4616</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>326 Huss Drive, Suite 150</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Chico</td>\n", | ||
" <td>CA</td>\n", | ||
" <td>95928-8441</td>\n", | ||
" <td>False</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>3</th>\n", | ||
" <td>Calaveras Council of Governments</td>\n", | ||
" <td>2022</td>\n", | ||
" <td>Amanda</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Folendorf</td>\n", | ||
" <td>(209) 754-2094</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Michael</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Azevedo</td>\n", | ||
" <td>...</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Navarro</td>\n", | ||
" <td>(530) 458-0400</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>546 Jay Street, Suite 202</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Colusa</td>\n", | ||
" <td>CA</td>\n", | ||
" <td>95932-2489</td>\n", | ||
" <td>False</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>4</th>\n", | ||
" <td>Colusa County Local Transportation Commission</td>\n", | ||
" <td>2022</td>\n", | ||
" <td>Frank</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Kennedy</td>\n", | ||
" <td>(530) 473-2955 ext.117</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>Mary</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Gilbert</td>\n", | ||
" <td>...</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Rivera</td>\n", | ||
" <td>(831) 637-7665</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" <td>330 Tres Pinos Road, Suite C7</td>\n", | ||
" <td>NaN</td>\n", | ||
" <td>Hollister</td>\n", | ||
" <td>CA</td>\n", | ||
" <td>95023</td>\n", | ||
" <td>False</td>\n", | ||
" </tr>\n", | ||
" </tbody>\n", | ||
"</table>\n", | ||
"<p>5 rows × 23 columns</p>\n", | ||
"</div>" | ||
], | ||
"text/plain": [ | ||
" ENTITY_NAME FISCAL_YEAR \\\n", | ||
"0 Alpine County Transportation Commission 2022 \n", | ||
"1 Amador County Transportation Commission 2022 \n", | ||
"2 Butte County Association of Governments 2022 \n", | ||
"3 Calaveras Council of Governments 2022 \n", | ||
"4 Colusa County Local Transportation Commission 2022 \n", | ||
"\n", | ||
" CHAIR_FIRST_NAME CHAIR_MI CHAIR_LAST_NAME CHAIR_PHONE \\\n", | ||
"0 David NaN Griffith (530) 694-2168 \n", | ||
"1 Patrick NaN Crew (209) 267-2282 \n", | ||
"2 Jodie NaN Jones (530) 538-6834 \n", | ||
"3 Amanda NaN Folendorf (209) 754-2094 \n", | ||
"4 Frank NaN Kennedy (530) 473-2955 ext.117 \n", | ||
"\n", | ||
" CHAIR_EMAIL EXEC_FIRST_NAME EXEC_MI EXEC_LAST_NAME ... \\\n", | ||
"0 [email protected] JT NaN Chevalier ... \n", | ||
"1 [email protected] John NaN Gedney ... \n", | ||
"2 [email protected] Jon A Clark ... \n", | ||
"3 NaN Michael NaN Azevedo ... \n", | ||
"4 [email protected] Mary NaN Gilbert ... \n", | ||
"\n", | ||
" FISCAL_OFFICER_MI FISCAL_OFFICER_LAST_NAME FISCAL_OFFICER_PHONE \\\n", | ||
"0 NaN Leitenbauer (530) 694-2284 ext.134 \n", | ||
"1 NaN Yakesh (209) 267-2282 \n", | ||
"2 P Quinn (530) 809-4616 \n", | ||
"3 NaN Navarro (530) 458-0400 \n", | ||
"4 NaN Rivera (831) 637-7665 \n", | ||
"\n", | ||
" FISCAL_OFFICER_EMAIL STREET_ADDRESS1 \\\n", | ||
"0 [email protected] Alpine County Community Development \n", | ||
"1 [email protected] 117 Valley View Way \n", | ||
"2 [email protected] 326 Huss Drive, Suite 150 \n", | ||
"3 [email protected] 546 Jay Street, Suite 202 \n", | ||
"4 [email protected] 330 Tres Pinos Road, Suite C7 \n", | ||
"\n", | ||
" STREET_ADDRESS2 CITY STATE ZIP ADDRESS_CHANGE \n", | ||
"0 50 Diamond Valley Road Markleeville CA 96120 False \n", | ||
"1 NaN Sutter Creek CA 95685 False \n", | ||
"2 NaN Chico CA 95928-8441 False \n", | ||
"3 NaN Colusa CA 95932-2489 False \n", | ||
"4 NaN Hollister CA 95023 False \n", | ||
"\n", | ||
"[5 rows x 23 columns]" | ||
] | ||
}, | ||
"execution_count": 3, | ||
"metadata": {}, | ||
"output_type": "execute_result" | ||
} | ||
], | ||
"source": [ | ||
"scolist.head()" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 4, | ||
"id": "a9244346-f15e-4cba-8aa3-21d75bcad312", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -265,7 +34,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 18, | ||
"execution_count": 4, | ||
"id": "7f206544-e452-4a76-b876-672e080f8df9", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -279,7 +48,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 22, | ||
"execution_count": 5, | ||
"id": "5c0e0077-c1c3-4a11-b20e-71a4275f092e", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -293,7 +62,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 24, | ||
"execution_count": 6, | ||
"id": "a2f1a8c0-f261-4ae9-bce2-4715cd5d3bb3", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -307,7 +76,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 25, | ||
"execution_count": 7, | ||
"id": "3414acb0-7f1a-4bfc-b47a-103f4a38ebc2", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -317,7 +86,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 27, | ||
"execution_count": 8, | ||
"id": "6fc251f9-c5a7-4f9e-bdc2-85a32b84428d", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -327,111 +96,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 28, | ||
"id": "21d0db01-1ebd-444b-b207-cbc91345bd14", | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"data": { | ||
"text/html": [ | ||
"<div>\n", | ||
"<style scoped>\n", | ||
" .dataframe tbody tr th:only-of-type {\n", | ||
" vertical-align: middle;\n", | ||
" }\n", | ||
"\n", | ||
" .dataframe tbody tr th {\n", | ||
" vertical-align: top;\n", | ||
" }\n", | ||
"\n", | ||
" .dataframe thead th {\n", | ||
" text-align: right;\n", | ||
" }\n", | ||
"</style>\n", | ||
"<table border=\"1\" class=\"dataframe\">\n", | ||
" <thead>\n", | ||
" <tr style=\"text-align: right;\">\n", | ||
" <th></th>\n", | ||
" <th>ENTITY_NAME</th>\n", | ||
" <th>position</th>\n", | ||
" <th>first_name</th>\n", | ||
" <th>last_name</th>\n", | ||
" <th>email</th>\n", | ||
" </tr>\n", | ||
" </thead>\n", | ||
" <tbody>\n", | ||
" <tr>\n", | ||
" <th>0</th>\n", | ||
" <td>Alpine County Transportation Commission</td>\n", | ||
" <td>CHAIR</td>\n", | ||
" <td>David</td>\n", | ||
" <td>Griffith</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>1</th>\n", | ||
" <td>Alpine County Transportation Commission</td>\n", | ||
" <td>EXEC</td>\n", | ||
" <td>JT</td>\n", | ||
" <td>Chevalier</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>2</th>\n", | ||
" <td>Alpine County Transportation Commission</td>\n", | ||
" <td>FISCAL_OFFICER</td>\n", | ||
" <td>Klaus</td>\n", | ||
" <td>Leitenbauer</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>3</th>\n", | ||
" <td>Amador County Transportation Commission</td>\n", | ||
" <td>CHAIR</td>\n", | ||
" <td>Patrick</td>\n", | ||
" <td>Crew</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" </tr>\n", | ||
" <tr>\n", | ||
" <th>4</th>\n", | ||
" <td>Amador County Transportation Commission</td>\n", | ||
" <td>EXEC</td>\n", | ||
" <td>John</td>\n", | ||
" <td>Gedney</td>\n", | ||
" <td>[email protected]</td>\n", | ||
" </tr>\n", | ||
" </tbody>\n", | ||
"</table>\n", | ||
"</div>" | ||
], | ||
"text/plain": [ | ||
" ENTITY_NAME position first_name \\\n", | ||
"0 Alpine County Transportation Commission CHAIR David \n", | ||
"1 Alpine County Transportation Commission EXEC JT \n", | ||
"2 Alpine County Transportation Commission FISCAL_OFFICER Klaus \n", | ||
"3 Amador County Transportation Commission CHAIR Patrick \n", | ||
"4 Amador County Transportation Commission EXEC John \n", | ||
"\n", | ||
" last_name email \n", | ||
"0 Griffith [email protected] \n", | ||
"1 Chevalier [email protected] \n", | ||
"2 Leitenbauer [email protected] \n", | ||
"3 Crew [email protected] \n", | ||
"4 Gedney [email protected] " | ||
] | ||
}, | ||
"execution_count": 28, | ||
"metadata": {}, | ||
"output_type": "execute_result" | ||
} | ||
], | ||
"source": [ | ||
"contacts.head()" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 29, | ||
"execution_count": 9, | ||
"id": "32402a66-3e55-43fd-9d3f-9387a86ae5b7", | ||
"metadata": {}, | ||
"outputs": [], | ||
|