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

Drop empty dataframes before merge with appropriate error handling #1782

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ChNgineer
Copy link

Resolves #1382 and Implements suggested filtering of empty DataFrames before merge and realignment to address TypeError of object column when dataframe is empty. Implemented appropriate error logging to inform user that merge with certain tickers was unsuccessful, but does not kill the process outright and returns a merged DataFrame of only the non-empty DataFrames.

@ValueRaider
Copy link
Collaborator

What is output when one DataFrame empty, or how does user find out that happened?

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.

None yet

2 participants