Hide clutter
This commit is contained in:
parent
af5798ffa5
commit
7dbff652a6
3 changed files with 10 additions and 2 deletions
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.env": true,
|
||||||
|
"**/__pycache__": true,
|
||||||
|
"**/.ipynb_checkpoints": true,
|
||||||
|
"**/.cache": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Can't render this file because it is too large.
|
|
|
@ -16,7 +16,7 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!rm -f tracing_database.json\n",
|
"!rm -f tracing_database.json\n",
|
||||||
"%pip install great-ai > /dev/null"
|
"%pip install --upgrade great-ai > /dev/null"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"import pandas as pd\n",
|
"import pandas as pd\n",
|
||||||
"\n",
|
"\n",
|
||||||
"data = pd.read_csv('data.csv')\n",
|
"data = pd.read_csv('data/data.csv')\n",
|
||||||
"\n",
|
"\n",
|
||||||
"pd.set_option(\"display.max_rows\", 30)\n",
|
"pd.set_option(\"display.max_rows\", 30)\n",
|
||||||
"pd.set_option(\"display.max_columns\", 30)\n",
|
"pd.set_option(\"display.max_columns\", 30)\n",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue