"retriving the dataset locally if it does not already exists (based on the approach from the model document/solution for the exercice)"
"Retriving the dataset locally if it does not already exists (based on the approach from the model document/solution for the exercice). This way, the script allways work with the same file, and will still work offline (with a proper installation) or in case the remote file becomes inaccessible."
]
},
{
...
...
@@ -2221,9 +2221,26 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 10,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "TypeError",
"evalue": "Empty 'DataFrame': no numeric data to plot",
"\u001b[0;32m<ipython-input-10-0966cd984262>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0msorted_data\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'inc'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mplot\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",