Luca
Luca
Hi @CameronBieganek , I am curious why you say the expected result should start with 100? The SQL statement has ordered by Sales descending, and the biggest Sales value is...
@CameronBieganek ok, I see it now. You are right that there is not an ORDER BY statement at the query, but the fact that duckDB sorts the dataframe makes sense...
@ritchie46 is there anything I can do to help with this? for example: testing different data types or file types?
if @ritchie46 agrees, having predicate, projection, and slice pushdown for Postgres would be a great addition
One additional thought on top of the point of @mcrumiller. SQL and Polars use different paradigms , and I like that Polars treats each column as an independent from the...
I agree with @CameronBieganek and I also think that having the window function accept a parameter such as order_by would be quite useful. On this topic - what about adding...
Good job @MrPowers to get this conversation started I think we have 3 ways to do this (going from less likely to have an impact to most likely to have...
Hi @machow I am the user who asked the question on Discord. If I may add to the list above one last thing: IBCS has a specific design for showing...