You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems as though this only happens when the key I'm using in the query, here the "a", is the smallest key in the df I'm joining on, and when there is a #f value somewhere in the column. That is,
(left-join (row-df [handle1] "c") df "handle1")
and
(left-join (row-df [handle2] "d") df "handle2")
Thanks for the nice library!
The text was updated successfully, but these errors were encountered:
Hi there! I'm not sure if anybody is still maintaining this, but I seem to have run into a bug.
I expect the program above to produce a result like
but instead I get an empty dataframe.
It seems as though this only happens when the key I'm using in the query, here the "a", is the smallest key in the
df
I'm joining on, and when there is a #f value somewhere in the column. That is,and
Thanks for the nice library!
The text was updated successfully, but these errors were encountered: