sixty-north/asq

Outer join

taarimalta opened this issue · 1 comments

Asq only does inner join using the join function. How can we do other types of join like left outer join?

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.