Skip to content

Commit 7eff21b

Browse files
authored
typo in dataframes.md (#905)
1 parent db91641 commit 7eff21b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/dataframes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ The dataset has 5 columns and 5,429,252 rows. We can check that by using the
5656
# │ name │ columns │ rows │
5757
├───┼────────┼─────────┼─────────┤
5858
│ 0 │ $df │ 5 │ 5429252 │
59-
╰───┴────────┴─────────┴─────────╯```
59+
╰───┴────────┴─────────┴─────────╯
60+
```
6061

6162
We can have a look at the first lines of the file using [`first`](/commands/docs/first.md):
6263

0 commit comments

Comments
 (0)