pub fn hist( s: &Series, bins: Option<&Series>, bin_count: Option<usize>, start: Option<f64>, stop: Option<f64>) -> Result<DataFrame>