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
then sql --join-indexes 1 a.csv b.csv returns two data rows with ids 1 and 2, but sql --join-indexes 1 --all a.csv b.csv would return three data rows with ids 1, 2, and 3
The text was updated successfully, but these errors were encountered:
For example, given 2 inputs:
a.csv:
and b.csv:
then
sql --join-indexes 1 a.csv b.csv
returns two data rows with ids 1 and 2, butsql --join-indexes 1 --all a.csv b.csv
would return three data rows with ids 1, 2, and 3The text was updated successfully, but these errors were encountered: