Azure / pykusto

Query Kusto like a pro from the comfort of your Jupyter notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iff type check not working

shaike87 opened this issue · comments

.extend(timeDelta=f.iff(col.day - col.day1 == 0, timedelta(last_seen_period), col.day - col.day1))

Subtraction between two AnyTypeColumn yields NumberExpression instead of TimespanExpression in this case.