Closed ieivanov closed 4 months ago
New call to df.ffill() outputs floats which need to be converted to ints for indexing
df.ffill()
Let's merge this to fix the remaining CI bugs on other PRs
New call to
df.ffill()
outputs floats which need to be converted to ints for indexing