We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c042cc commit 3b5a559Copy full SHA for 3b5a559
docs/user-guide/missing-vals-tbl.qmd
@@ -60,8 +60,6 @@ The `small_table` dataset has only 13 rows to it. Let's use that as a Pandas Dat
60
[`missing_vals_tbl()`](https://posit-dev.github.io/pointblank/reference/missing_vals_tbl.html):
61
62
```{python}
63
-import pointblank as pb
64
-
65
small_table = pb.load_dataset(dataset="small_table", tbl_type="pandas")
66
pb.missing_vals_tbl(small_table)
67
```
@@ -74,8 +72,6 @@ The `game_revenue` dataset has *no* missing values. And this can be easily prove
74
72
it:
75
73
76
77
78
79
game_revenue = pb.load_dataset(dataset="game_revenue", tbl_type="duckdb")
80
pb.missing_vals_tbl(game_revenue)
81
0 commit comments