Hide clutter
This commit is contained in:
parent
af5798ffa5
commit
7dbff652a6
3 changed files with 10 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"!rm -f tracing_database.json\n",
|
||||
"%pip install great-ai > /dev/null"
|
||||
"%pip install --upgrade great-ai > /dev/null"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"source": [
|
||||
"import pandas as pd\n",
|
||||
"\n",
|
||||
"data = pd.read_csv('data.csv')\n",
|
||||
"data = pd.read_csv('data/data.csv')\n",
|
||||
"\n",
|
||||
"pd.set_option(\"display.max_rows\", 30)\n",
|
||||
"pd.set_option(\"display.max_columns\", 30)\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue