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

clearing_ex_ante: replace deprecated functions calls #14

Closed
sdlumpp opened this issue Feb 11, 2022 · 0 comments
Closed

clearing_ex_ante: replace deprecated functions calls #14

sdlumpp opened this issue Feb 11, 2022 · 0 comments
Assignees
Labels
maintenance Housekeeping

Comments

@sdlumpp
Copy link
Contributor

sdlumpp commented Feb 11, 2022

Problem statement:
pandas.append() is used many times in this piece of code. This function is now deprecated.

Solution:
All uses of pandas.append() must be replaced by pandas.concat()

Implementation details:
Concise description of final implementation. List of modules, functions, variables (if used outside of the module) that were edited, added, removed.

@sdlumpp sdlumpp added the enhancement New feature or request label Feb 11, 2022
@sdlumpp sdlumpp added maintenance Housekeeping and removed enhancement New feature or request labels Feb 11, 2022
michelzade added a commit to michelzade/lemlab that referenced this issue Apr 7, 2022
@sdlumpp sdlumpp closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Housekeeping
Projects
None yet
Development

No branches or pull requests

2 participants