@hackage hgg-dataframe0.1.0.0

Hackage dataframe binding for hgg (PlotData instance for DataFrame)

Bridges the Hackage dataframe package to hgg, so a DataFrame can be plotted directly by column name. . * instance PlotData DataFrame — makes df |>> spec accept a DataFrame (e.g. one returned by readCsv) with no conversion step. * dfResolver / plotDF — the underlying resolver and a one-call save helper. . Nullable columns are supported: a Maybe column can be referenced by name and missing entries are dropped, mirroring ggplot2's na.rm. . hgg-core and hgg-frame stay independent of any dataframe library; this package is the opt-in binding for users of Hackage dataframe.