Skip to content

ENH: Make top-level Pandas functions serializable #35611

Closed
@mrocklin

Description

@mrocklin
import pandas as pd
import pickle
pickle.dumps(pd.read_csv)
AttributeError: Can't pickle local object '_make_parser_function.<locals>.parser_f'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions