forked from rtdip/core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Interval Filtering not working for EventTime column of type 'datetime' #53
Labels
bug
Something isn't working
Comments
dh1542
added a commit
that referenced
this issue
Nov 25, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542
added a commit
that referenced
this issue
Nov 25, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
dh1542
added a commit
that referenced
this issue
Nov 26, 2024
Signed-off-by: Dominik Hoffmann <[email protected]>
Timm638
added a commit
that referenced
this issue
Nov 26, 2024
…etime-datatype-column Hotfix/#53 inteval filtering datetime datatype column
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
filter()
-method of Interval Filtering doesn't filtering, if the EventTime-column is of the type datetime.filter()
fails at the last line, where the internal pandas dataframe is converted into a PySpark dataframe.To Reproduce
Download example data
Example data:
Actual Generation per Production Type_2024-2025.csv
execute following code
Expected behavior
Receiving an output from the component
Installation Setup (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: