Skip to content

Commit

Permalink
see if ydata profiling is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Sep 6, 2024
1 parent ad03f84 commit bca0857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terra-jupyter-python/tests/smoke_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"source": [
"import numpy as np\n",
"import pandas as pd\n",
"from pandas_profiling import ydata_profiling\n",
"import ydata_profiling\n",
"\n",
"df = pd.DataFrame(\n",
" np.random.rand(100, 5),\n",
Expand Down

0 comments on commit bca0857

Please sign in to comment.