Gmousse / dataframe-js

No Maintenance Intended
https://gmousse.gitbooks.io/dataframe-js/
MIT License
460 stars 38 forks source link

[BUG] leftjoin() takes forever #108

Open florianpe opened 4 years ago

florianpe commented 4 years ago

leftjoin() takes forever (14 seconds) to perform a leftjoin() on two dataframes of dimensions [15343, 6] and [1123, 5] while it takes milliseconds in R.

I just installed the library so I am running the latest version.