DataFrame
8 mins read
DataFrame vs NamedTuple: a comparison – Beragampengetahuan
By: Blog by Bogumił Kamiński Re-posted from: In Julia we have a common interface for working with tabular data. It is provided by the Tables.jl package. The fact that such an interface is defined greatly simplifies interoperability between packages.However, it introduces also a challenge. User needs to decide which concrete type of table to use? […]