Slackbot
03/16/2024, 10:52 AMjay
03/17/2024, 4:20 AMF.and_
, which is an alternative method chaining like we do. Interested to hear your thoughts there as well.Peter
03/17/2024, 9:10 AMis_in
operator. I scanned through the sidenav of the Exppressions API, but I did not catch what I was looking for, maybe the line break messed up my quick scan.
This solves my question. With regards to enhancing the docs, I would have two suggestions.
It would be great to have either more concise hyperlinks (e.g. removing the daft.Expression.
prefix) or a wider sidenav to accommodate the fully qualified names of the API members.
More importantly, I think it would be useful to provide more advanced examples under the DataFrame
methods like daft.DataFrame.where
. Having a one-liner example there featuring how to use is_in
(and also indicating that such a utility exists) would be great.jay
03/18/2024, 5:58 PMdaft.Expression
or daft.DataFrame
prefixes)Peter
03/18/2024, 6:40 PM