The page you navigated to does not exist, so we brought you to the closest page to it.
| Property |
Type |
Description |
PARQUET |
str |
|
def get_polars_storage_options(
protocol: typing.Optional[str],
anonymous: bool,
) -> typing.Dict[str, str]
Get storage options in a format compatible with Polars.
Polars requires storage_options to be a flat dict with string keys and values,
unlike fsspec which accepts nested dicts and complex objects.
| Parameter |
Type |
Description |
protocol |
typing.Optional[str] |
|
anonymous |
bool |
|