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

pipeline error in eGon2035.py: append-function does't match with pandas version #338

Open
2 tasks
lenzim97 opened this issue Nov 5, 2024 · 0 comments
Open
2 tasks
Assignees

Comments

@lenzim97
Copy link

lenzim97 commented Nov 5, 2024

  • In eGon2035.py (line 324) the append- function is called, which leads to an pandas-error cause of pandas-version.

Current workaround:
old code: grouped_capacities = grouped_capacities.append(df_conv_2035)
fixed code: rouped_capacities = pd.concat([grouped_capacities, df_conv_2035], ignore_index=True)

  • same problem for the task insert-chp-egon2035:
    in function match_nep.py append-function is called either multiple times
@lenzim97 lenzim97 self-assigned this Nov 5, 2024
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