Skip to content

Commit 20dacb1

Browse files
committed
pandas-profiling 🠒 ydata-profiling
1 parent cde944b commit 20dacb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/notebooks/21 - Exploratory Data Analysis.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"metadata": {},
165165
"outputs": [],
166166
"source": [
167-
"from pandas_profiling import ProfileReport"
167+
"from ydata_profiling import ProfileReport"
168168
]
169169
},
170170
{

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matplotlib>=3.3.0
88
missingno>=0.4.2
99
numpy>=1.19.1
1010
pandas>=1.0.5
11-
pandas-profiling>=2.8.0
11+
ydata-profiling>=2.8.0
1212
pandera>=0.4.4
1313
scikit-learn>=0.23.1
1414
scipy>=1.5.0

0 commit comments

Comments
 (0)