Re: [I] Add DataFrame fill_nan [datafusion]

2025-02-19 Thread via GitHub
niebayes commented on issue #14770: URL: https://github.com/apache/datafusion/issues/14770#issuecomment-2668069671 A possible implementation is to design a bunch of fill UDFs, such as fill_value, fill_prev, fill_linear etc, which act on a column expression in the select list. The users c

[I] Add DataFrame fill_nan [datafusion]

2025-02-19 Thread via GitHub
kosiew opened a new issue, #14770: URL: https://github.com/apache/datafusion/issues/14770 ### Is your feature request related to a problem or challenge? a ### Describe the solution you'd like a ### Describe alternatives you've considered a ### Additio