We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dataframes.md
1 parent db91641 commit 7eff21bCopy full SHA for 7eff21b
1 file changed
book/dataframes.md
@@ -56,7 +56,8 @@ The dataset has 5 columns and 5,429,252 rows. We can check that by using the
56
│ # │ name │ columns │ rows │
57
├───┼────────┼─────────┼─────────┤
58
│ 0 │ $df │ 5 │ 5429252 │
59
-╰───┴────────┴─────────┴─────────╯```
+╰───┴────────┴─────────┴─────────╯
60
+```
61
62
We can have a look at the first lines of the file using [`first`](/commands/docs/first.md):
63
0 commit comments