Outer join
taarimalta opened this issue · 1 comments
taarimalta commented
Asq only does inner join using the join function. How can we do other types of join like left outer join?
rob-smallshire commented
You're right. I suggest you try to translate one of these examples from C# LINQ to Python asq syntax.
If you get something working, you could create an extension as described here.