pub fn create_pandas_dataframe( py: Python<'_>, data: HashMap<String, Array1<f64>>, ) -> PyResult<Py<PyAny>>
Creates a pandas DataFrame from a HashMap of Array1 data