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
306 stars 52 forks source link

fix timestamp col type checking #398

Closed tnixon closed 5 months ago

tnixon commented 5 months ago

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