Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/_freeze/chapters/quiz_01/execute-results/html.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/chapters/quiz_01.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ What do I need to open a `TableReport` saved with `.write_html("report.html")`?
### Solution
Answer: B)

After its generation, the `TableReport` can be persisted on disk as a HTML file.
After its generation, the `TableReport` can be persisted on disk as an HTML file.
The file can be opened using a regular internet browswer.

The `TableReport` is not updated dynamically, and is not connected to python consoles
Expand Down
2 changes: 1 addition & 1 deletion book/content/chapters/quiz_01/execute-results/html.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/_freeze/chapters/quiz_01/execute-results/html.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion slides/chapters/01_exploring_data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ TableReport(
- It provides precomputed statistics for all the columns
- It prepares distribution plots for each column
- It measures the association between columns
- It can be stored as a HTML file and shared without needing a running kernel
- It can be stored as an HTML file and shared without needing a running kernel