incanter

stephenmhopper 2016-06-14T02:20:54.000002Z

Is there a way to do inner joins in incanter? I have two datasets and want to just keep the rows that exist when I join both datasets, but it looks like $join performs an outer join. Is there a better way to do this?