diff --git a/Project.toml b/Project.toml index f9a8885..d5b68be 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DataFramesMeta" uuid = "1313f7d8-7da2-5740-9ea0-a2ca25f37964" -version = "0.15.0" +version = "0.15.1" [deps] Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc" diff --git a/docs/src/index.md b/docs/src/index.md index ad0b566..5833f63 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1081,7 +1081,7 @@ To remove all notes from a column, run ``` note!(df, :wage, ""; append = false) -```` +``` ### Printing metadata @@ -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