Search code examples
Polars is much slower than DuckDB in conditional join + group_by/agg context...

pythonpython-polarsduckdb

Read More
Best way of sorting a group_by expression when taking first row...

python-polars

Read More
Sorting a group_by expression when taking first row, keeping all columns...

python-polars

Read More
GroupBy, column selection and mean in python-polars...

pythonpython-polars

Read More
group_by and add a counter column in polars dataframe...

pythonpython-polars

Read More
How to use polars.lit in group_by aggregation context...

pythonpython-polars

Read More
How to group_by and then cross join with polars?...

pythondataframepython-polars

Read More
Conditional aggregation of rows in polars...

pythonpython-polars

Read More
Sort within groups on entire table...

python-polars

Read More
Advice refactoring polars expr...

python-polars

Read More
how can we resample time series in polars...

pythonpython-polars

Read More
Filter on `list(Int64)` dtype in polars...

pythonpython-polars

Read More
python-polars split dataframe into many dfs by column value using dictionary...

pythonpython-polars

Read More
rolling sum with right-closed interval in duckdb...

pythonpostgresqlpython-polarsduckdb

Read More
Polars subtract numpy 1xn array from n columns...

pythondataframenumpypython-polars

Read More
How to idiomatically combine dataframes with overlapping rows and columns in Polars 1.0?...

dataframepython-polars

Read More
How to translate a nested groupby apply aggregation from pandas in to polars?...

pythonpython-polars

Read More
merge groups of columns in a polars dataframe to single columns...

pythonreshapepython-polars

Read More
when / then / otherwise with values from numpy array...

python-polars

Read More
How to convert multi column expressions from Pandas to Polars...

pythonpython-polars

Read More
Polars Selecting all columns without NaNs...

pythonpython-polars

Read More
Sample from each group in polars dataframe?...

pythondataframepython-polars

Read More
Iterate through a group_by with a tuple like pandas...

pythonpython-polars

Read More
How count occurrences *across all columns* in a polars dataframe?...

pythonpython-polars

Read More
Polars group_by + value_counts...

pythongroup-bypython-polars

Read More
How to group_by and rolling in polars?...

python-polars

Read More
Replace pivot operation for use in lazy evaluation with polars...

pythonlazy-evaluationpython-polars

Read More
How to pivot a lazy dataframe based on the years of a date column?...

python-polars

Read More
Weighted sum of a column in Polars dataframe...

pythonpython-polars

Read More
What is the polars equivalent of converting a numeric (Year) column to date in python?...

pythondatedatetimepython-polars

Read More
BackNext