pub fn pyobjects_to_bars(data: Vec<Bound<'_, PyAny>>) -> PyResult<Vec<Bar>>
Transforms the given data Python objects into a vector of Bar objects.
data
Bar