DataFramesMeta.jl
3 mins read
Annotating columns of a data frame with DataFramesMeta.jl – Beragampengetahuan
By: Blog by Bogumił Kamiński Re-posted from: Today I want to discuss a functionality that was recently added to DataFramesMeta.jl.These utility macros and functions make it easy to add custom labels and notes to columnsof a data frame. This functionality is especially useful when working with wide data frames,as is often the case when e.g. […]