squirrel.driver.feather

Module Contents

Classes

FeatherDriver

Drives the access to a data source.

class squirrel.driver.feather.FeatherDriver(url: squirrel.constants.URL, *args, **kwargs)

Bases: squirrel.driver.data_frame.DataFrameDriver

Drives the access to a data source.

Driver to read Feather files into a DataFrame.

Parameters
  • url (URL) – URL to file. Prefix with a protocol like s3:// or gs:// to read from other filesystems. For a full list of accepted types, refer to pandas.read_feather().

  • *args – See DataFrameDriver.

  • **kwargs – See DataFrameDriver.

name = feather