pub fn prepare_kde_data<T: AsRef<str>>(
lf: &LazyFrame,
columns: &[T],
bandwidth_factor: f64,
row_limit: usize,
) -> Result<KdeData>Expand description
Prepare KDE data for one or more numeric columns. Uses a single collect for all columns.