Open svittapu opened 3 years ago
Thanks for the report.
@JovanVeljanoski I wonder if this is because of a date comparison issue, or that the dff
does not report the column as date type.
Indeed the issue comes because somewhere in the process the group
variable in the example above has turned into a python datetime.date type, which causes comparison problems..
The following code gives an error in versions 4.0.x and 4.1.x.