mirror of
https://github.com/fenago/data-science.git
synced 2026-05-04 16:41:05 +00:00
added
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"import pandas as pd\n",
|
||||
"import altair as alt"
|
||||
"import altair as alt\n",
|
||||
"\n",
|
||||
"import warnings\n",
|
||||
"warnings.filterwarnings(\"ignore\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
"source": [
|
||||
"# Importing necessary packages\n",
|
||||
"import pandas as pd\n",
|
||||
"import altair as alt"
|
||||
"import altair as alt\n",
|
||||
"\n",
|
||||
"import warnings\n",
|
||||
"warnings.filterwarnings(\"ignore\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user