Skip to content

ENH: Adding DataFrame plotting benchmarks for large datasets #61546

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shadnikn
Copy link

@shadnikn shadnikn commented Jun 4, 2025

@datapythonista datapythonista added the Benchmark Performance (ASV) benchmarks label Jun 4, 2025
@datapythonista
Copy link
Member

@rhshadrach do you have an opinion about this?


def time_plot_large_dataframe_single_column(self, size, datetime_index):
"""Baseline: plotting single column for comparison"""
self.df.iloc[:, 0].plot()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you do the iloc operation in setup so its not part of the timing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants