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

Passing an empty dataframe to Pipe.filter_existing() loads the entire table into memory. #95

Closed
bmeares opened this issue Nov 21, 2022 · 0 comments

Comments

@bmeares
Copy link
Owner

bmeares commented Nov 21, 2022

Currently, datetime bounds are set to None if a datetime value cannot be determined from an incoming dataframe. To avoid this behavior, this logic needs to be broken up into several checks: one for if a datetime index is set, another for if the dataframe is empty, and finally if the dateframe contains the datetime column.

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