databrickslabs / tempo

API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
https://pypi.org/project/dbl-tempo
Other
310 stars 53 forks source link

fix timestamp col type checking #398

Closed tnixon closed 7 months ago

tnixon commented 7 months ago

Fix for #397 - should be using isinstance to do run-time type checking.