Skip to main content

get_binance_arrow_schema_map

Function get_binance_arrow_schema_map 

Source
pub fn get_binance_arrow_schema_map(
    py: Python<'_>,
    cls: &Bound<'_, PyType>,
) -> PyResult<Py<PyAny>>
Expand description

Returns a mapping from field names to Arrow data types for the BinanceBar class.

ยงErrors

Returns a PyErr if the class name is not recognized.