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

pandas performance warning #126

Merged
merged 1 commit into from
Jan 17, 2023
Merged

pandas performance warning #126

merged 1 commit into from
Jan 17, 2023

Conversation

claudiodonofrio
Copy link
Member

adding series to a pandas dataframe creates a performance warning append to dataframe is deprecated, use concat instead pandas-dev/pandas#35407

adding series to a pandas dataframe creates a performance warning
append to dataframe is deprecated, use concat instead
pandas-dev/pandas#35407
Copy link
Collaborator

@altix altix left a comment

Choose a reason for hiding this comment

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

Tested okay on exploretest

@ZogopZ ZogopZ self-assigned this Jan 17, 2023
@ZogopZ ZogopZ added the fix Fix something that is not working as intended label Jan 17, 2023
@ZogopZ ZogopZ merged commit a8bcc43 into master Jan 17, 2023
@ZogopZ ZogopZ deleted the 124_pandas_performance branch January 17, 2023 15:55
@ZogopZ ZogopZ linked an issue Jan 17, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix something that is not working as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance message in Dobj()
3 participants