Skip to content

Commit 5d4a3df

Browse files
committed
Update Validate example to make executable
1 parent 34280d9 commit 5d4a3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pointblank/validate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,9 +2532,9 @@ def send_report():
25322532
validation_3
25332533
```
25342534

2535-
You can also work with the game revenue dataset using a Path object:
2535+
You can also use a Path object to specify the CSV file. Here's an example of how to do that:
25362536

2537-
```python
2537+
```{python}
25382538
from pathlib import Path
25392539

25402540
csv_file = Path(pb.get_data_path("game_revenue", "csv"))

0 commit comments

Comments
 (0)