Skip to content

Commit 5ecc74e

Browse files
committed
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

Lines changed: 15 additions & 85 deletions
Large diffs are not rendered by default.

lab_06_slides/lab_06.qmd

Lines changed: 1 addition & 0 deletions
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)