Skip to content

Remove repeated DF joins.#90

Closed
HansAschenloher wants to merge 1 commit intologpai:masterfrom
HansAschenloher:improve-performance
Closed

Remove repeated DF joins.#90
HansAschenloher wants to merge 1 commit intologpai:masterfrom
HansAschenloher:improve-performance

Conversation

@HansAschenloher
Copy link
Copy Markdown

Highly repeated joins to a pandas Dataframe, causes highly fragmented
Dataframes, this leads to poor performance and warnings are printed.
I replaced it, as recommended, with a single join

Highly repeated joins to a pandas Dataframe, causes highly fragmented
Dataframes, this leads to poor performance and warnings are printed.
I replaced it, as recomended, with a single join
@HansAschenloher HansAschenloher closed this by deleting the head repository Apr 6, 2026
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

Successfully merging this pull request may close these issues.

1 participant