Skip to content

Commit 5ecc74e

Browse files
committedFeb 28, 2025·
removed ydata output
1 parent f1c6dd3 commit 5ecc74e

File tree

3 files changed

+16
-85
lines changed

3 files changed

+16
-85
lines changed
 

‎lab_06_slides/lab_06.html

+15-85
Large diffs are not rendered by default.

‎lab_06_slides/lab_06.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Task:
2929
::: {style="font-size: 80%"}
3030
```{python}
3131
#| echo: true
32+
#| eval: false
3233
data = pd.read_csv('../lab_04/videos_data.csv')
3334
data['Likes_numeric'] = data['Likes'].str.replace(',', '').astype(int)
3435
profile = ProfileReport(data, title="Pandas Profiling Report")
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.