akimbo.read_avro

akimbo.read_avro(url: str, storage_options: dict | None = None, extract: bool = True, backend: str = 'pandas', **kwargs)[source]

Read AVRO structured data files

Parameters:
  • url (data location (may include glob characters))

  • storage_options (any arguments for an fsspec backend)

  • extract (whether to turn top-level records into a dataframe. If False,) – will return a series.

  • backend (one of "pandas", "polars" or "dask")