Crysda::PlotDataExtractor
Helper module for extracting plot data from DataFrames
Class methods
Extract single numeric column as Array(Float64), skipping nils
extract_numeric_pair(df : DataFrame, x_col : String, y_col : String) : Tuple(Array(Float64), Array(Float64))
Extract numeric column data as Array(Float64), skipping nil values Returns tuple of {x_values, y_values} with matching indices (nils removed from both)
Extract string column for x-axis labels