Skip to content

Commit

Permalink
small docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeffebach committed Mar 1, 2024
1 parent c759d6b commit c978abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ To remove all notes from a column, run

```
note!(df, :wage, ""; append = false)
````
```

### Printing metadata

Expand Down Expand Up @@ -1112,7 +1112,7 @@ julia> printlabels(df, [:wage, :age]; unlabelled = false)
└────────┴────────────────────────┘
```

#### `printlabels`: For printing notes
#### `printnotes`: For printing notes

Use `printnotes` to print the notes of columns in a data frame. The optional
argument `cols` determines which columns to print, while the keyword
Expand Down

0 comments on commit c978abd

Please sign in to comment.