Jay Chia

Results 126 comments of Jay Chia

Oh actually I thought about it a bit moreโ€ฆ the sort_merge join strategy will have results sorted by the join key, but not the original row_number. In the meantime to...

> I just tried `df._add_monotonically_increasing_id(โ€œ_indexโ€)` and that works for me. Thank you for the support! Awesome! Glad this helped. We'll take a look at the bug that you found with...

> @jaychia are we making a section for "feature of the week"? I was thinking this would be a really good idea, similar to Python's Module-of-the-week https://pymotw.com/3/

Closing this pending new execution model

Just copied it to `s3://daft-public-data/testing_data/bad-polars-lineitem.parquet` which is our fully public bucket. Let me know if it's accessible!

Congrats @siddharth-gulia on the **big** PR merge! ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰ I really wish we could still call you @sherlockbeard ๐Ÿ˜‹

Hi @valgai! This is really interesting. Daft doesn't currently have any concept of quantities, and it might be tricky to implement this in core Daft as a first-class concept. However,...

> couldn't we evaluate the aggregate, then repeat the value over the other column's length? > > ```python > from daft import col > import daft > > df =...

> @jaychia can you merge in the tests behind a pytest skip? I'll take a look after that! Sounds good, pending merge: https://github.com/Eventual-Inc/Daft/pull/2084