I recently used Polars … inside an AWS Lambda … to fill a novel and somewhat obtuse CSV formatting issue. We were receiving CSV files that contained rows with specific columns that were empty because the following values matched the first one, until a different value finally appeared. Let me show you. +-----------+-----------+---------+ | City […] The post Solving a “Fill Forward” NULL problem with Polars appeared first on Confessions of a Data Guy.