Return all rows that have at least one null in one of the columns using Polars
I need all the rows that have null in one of the predefined columns.
I basically need this but i have one more requirement that I cant seem to figure out.
Not every column needs to be checked.
Return all rows that have at least one null in one of the columns using Polars
I need all the rows that have null in one of the predefined columns.
I basically need this but i have one more requirement that I cant seem to figure out.
Not every column needs to be checked.