Skip to content

Commit b536af9

Browse files
authored
Update abstractdataset.jl
1 parent 648e476 commit b536af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractdataset/abstractdataset.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function content(ds::AbstractDataset; output = false)
316316
if !output
317317
println("-----------------------------------")
318318
println("Columns information ")
319-
pretty_table(format_ds, header = (["col", "format", "eltype"]), alignment =:l, show_row_number = true)
319+
show(format_ds)
320320

321321
else
322322
[Dataset(meta = ["created", "modified", "info"], value = [_attributes(ds).meta.created, _attributes(ds).meta.modified[], _attributes(ds).meta.info[]]), format_ds]

0 commit comments

Comments
 (0)