Skip to content

Commit

Permalink
tidy code
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby-Wheelis committed May 7, 2024
1 parent 41db5cf commit fb7bc70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions viz_scripts/survey_responses.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
" normalized_responses = pd.json_normalize(df.apply(get_response_to_normalize, axis=1))\n",
" normalized_responses['survey_name'] = df['survey_name']\n",
" normalized_responses['user_id'] = df['user_id']\n",
" \n",
"\n",
" #update the column names\n",
" rename_nests = {}\n",
Expand Down Expand Up @@ -241,7 +240,6 @@
"metadata": {},
"outputs": [],
"source": [
"#load all of the composite trips - require sections\n",
"tq = scaffolding.get_time_query(year, month)\n",
"all_confirmed_trips = scaffolding.load_all_confirmed_trips(tq)\n",
"#we need to filter out trips (based on if including test users)\n",
Expand Down

0 comments on commit fb7bc70

Please sign in to comment.