Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/analysis/3_format_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"cell_type": "code",
"execution_count": 92,
"source": [
"#Extracts empty string list opbjects from data\r\n",
"#Extracts empty string list objects from data\r\n",
"def cleanse_empty_data(data):\r\n",
" prod_data = []\r\n",
" for k in data:\r\n",
Expand Down Expand Up @@ -240,4 +240,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}