JSONTables.jl icon indicating copy to clipboard operation
JSONTables.jl copied to clipboard

Comment on performance of objecttable and arraytable

Open kawild opened this issue 1 year ago • 0 comments

Simply doing JSON3.write(Tables.columntable(::DataFrame)) or JSON3.write(Tables.rowtable(::DataFrame)) outperforms the functions of JSONTables for me.

But only tested with non-custom eltypes (Numbers, Strings, etc.).

Maybe this could be worth a note in the docs somewhere.

But thank you very much for your packages!!

regards

kawild avatar Dec 03 '24 15:12 kawild