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

benchmarks: avoid use of deprecated pandas API #339

Merged
merged 1 commit into from
Jul 26, 2022

Commits on Jul 26, 2022

  1. benchmarks: avoid use of deprecated pandas API

    The append method of DataFrame is deprecated since pandas 1.4.0
    The recommendation is to use pandas.concat instead:
    https://pandas.pydata.org/docs/whatsnew/v1.4.0.html#whatsnew-140-deprecations-frame-series-append
    grlee77 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    32b013a View commit details
    Browse the repository at this point in the history