Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pcc-git authored Feb 27, 2024
1 parent e16e6d9 commit 5eba5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Slides/p4/d1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Common questions:
You may also save data to a local filesystem and reference the data by file path. Altair has a JSON data transformer that will do this transparently when enabled:

```python
alt.data_transformers.disable_max_rows()
# Try doing data exploration with:
subset_data = denver.sample(n = 4999)
```

Expand Down

0 comments on commit 5eba5a6

Please sign in to comment.