TidierOrg / TidierData.jl

Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.
MIT License
86 stars 7 forks source link

Add interpolation support to `values_fill` argument of `pivot_wider` #101

Open GlenHertz opened 6 months ago

GlenHertz commented 6 months ago

Interpolation like pivot_wider(..., values_fill=!!myval) does not work. I tried to provide a patch but my macro skills are lacking, sorry.

kdpsingh commented 6 months ago

Thank you for reporting this! I'll take a look when I get a chance.