Skip to content
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

chore: optimize appending new columns to Pandas DataFrame #348

Merged
merged 3 commits into from
Oct 20, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Oct 18, 2021

Closes #347

Proposed Changes

Optimized how is a Pandas DataFrame created.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar changed the title chore: optimize creating Pandas DataFrame chore: optimize appending new columns to Pandas DataFrame Oct 18, 2021
@bednar bednar marked this pull request as ready for review October 18, 2021 09:12
@bednar bednar requested a review from rhajek October 18, 2021 09:47
@bednar bednar merged commit d284254 into master Oct 20, 2021
@bednar bednar deleted the chore/optimize-pandas branch October 20, 2021 12:29
@bednar bednar added this to the 1.22.0 milestone Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

query_data_frame with many columns throws Pandas PerformanceWarning
2 participants