Skip to content

[DataFrame] Improve performance by passing dtypes_cache to the DataFrame constructor #1987

Closed
@pschafhalter

Description

@pschafhalter

Certain dataframe methods (e.g. isna()) return dataframes with known dtypes. We can pass the dtypes_cache to the constructor for the returned dataframe for performance improvements.

Fix this once #1930 is merged.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions