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

CI FutureWarning: The frame.append method is deprecated #330

Open
DimitriPapadopoulos opened this issue Feb 1, 2023 · 0 comments
Open

Comments

@DimitriPapadopoulos
Copy link
Contributor

DimitriPapadopoulos commented Feb 1, 2023

pandas.DataFrame.appendpandas.concat

CI warning to fix:

rampwf/hyperopt/tests/test_hyperparameter.py: 256 warnings
  /home/runner/work/ramp-workflow/ramp-workflow/rampwf/hyperopt/hyperopt.py:442: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
    self.df_scores_ = self.df_scores_.append(row, ignore_index=True)

See Don’t append rows to a pandas DataFrame.

@DimitriPapadopoulos DimitriPapadopoulos changed the title CI FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. CI FutureWarning: The frame.append method is deprecated Feb 1, 2023
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

No branches or pull requests

1 participant