We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8e128 commit c28e4a7Copy full SHA for c28e4a7
src/abstractdataset/show.jl
@@ -348,7 +348,7 @@ and `allrows`, `allcols` and `allgroups` default to `false`.
348
`limit` set.
349
- `rowlabel::Symbol = :Row`: The label to use for the column containing row numbers.
350
- `summary::Bool = true`: Whether to print a brief string summary of the data frame.
351
-- `eltypes::Bool = true`: Whether to print the column types under column names.
+- `eltypes::Bool = true`: Whether to print the column types and formats under column names.
352
- `truncate::Int = 32`: the maximal display width the output can use before
353
being truncated (in the `textwidth` sense, excluding `…`).
354
If `truncate` is 0 or less, no truncation is applied.
0 commit comments