boundedline-pkg
boundedline-pkg copied to clipboard
Breaks if X variable is of type datetime
If the first argument (X) is of type datetime, it breaks because isnan doesn't work on datetime (isnat works instead).
It's kinda hacky, but it worked. Feel free to use this as a starting point.