not using tabulate, remove import

This commit is contained in:
Markus 2018-12-28 14:16:44 -02:00
parent 47b326351f
commit ee8bc97ce0
1 changed files with 3 additions and 5 deletions

View File

@ -120,7 +120,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"single_proc: [<SimCAD.configuration.Configuration object at 0x104ba30f0>]\n"
"single_proc: [<SimCAD.configuration.Configuration object at 0x102f32fd0>]\n"
]
}
],
@ -179,7 +179,6 @@
"source": [
"%matplotlib inline\n",
"import pandas as pd\n",
"from tabulate import tabulate\n",
"df = pd.DataFrame(raw_result)\n",
"df.plot('timestamp', 'signal')\n",
"df['signal'].describe()"
@ -313,7 +312,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"single_proc: [<SimCAD.configuration.Configuration object at 0x1080d0978>]\n"
"single_proc: [<SimCAD.configuration.Configuration object at 0x106486c18>]\n"
]
}
],
@ -443,7 +442,6 @@
"source": [
"%matplotlib inline\n",
"import pandas as pd\n",
"from tabulate import tabulate\n",
"df = pd.DataFrame(raw_result)\n",
"df.plot('timestamp', ['signal','follow'])\n",
"df[['signal','follow']].describe()"
@ -466,7 +464,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.6.5"
}
},
"nbformat": 4,