I like polars.col("Dataset") that's a good workaround for the lack of NSE
(aand, "filter' means what it means, as does "select" hurrah)
I like polars.col("Dataset") that's a good workaround for the lack of NSE
(aand, "filter' means what it means, as does "select" hurrah)
gawd what is up with this though, can't we just grab a column as list
d0 = d.slice(0, 10).select("source")
polars.Series(d0).to_list()