uwdata / arquero

Query processing and transformation of array-backed data tables.
https://idl.uw.edu/arquero/
BSD 3-Clause "New" or "Revised" License
1.29k stars 63 forks source link

Interpolate missing values #284

Open TomBor opened 2 years ago

TomBor commented 2 years ago

Like na.approx from zoo package in R, it would be great to be able the same operation with arquero.

I can't figure it out to do it with arquero. Impute and op.fill_down/up seems not enough in that case.

However, it's always a real pleasure to use arquero!

As an example, I attached a table with missing values table_with_missing_values.json.zip .