Skip to content

Automatic blocksize for dask.dataframe.read_csv #1147

@mrocklin

Description

@mrocklin

We could automatically tune the default blocksize based on total physical or available memory and the number of cores. This would avoid memory errors for smaller machines and novice users.

This would probably depend on the optional presence of psutil

psutil.virtual_memory()
psutil.cpu_count()

Metadata

Metadata

Assignees

No one assigned

    Labels

    dataframegood first issueClearly described and easy to accomplish. Good for beginners to the project.io

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions