Skip to content

Allow to only save only dataframes instead of both fnames and derived fnames #164

@basnijholt

Description

@basnijholt

Also allow to pass these kwargs:

def save_dataframe(
    fname: str | list[str],
    *,
    format: _DATAFRAME_FORMATS = "parquet",  # noqa: A002
    save_kwargs: dict[str, Any] | None = None,
    expand_dicts: bool = True,
    **to_dataframe_kwargs: Any,
) -> Callable[[adaptive.BaseLearner], None]:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions