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
Hi,
I really like the interface and the possibilities of joinery. I am currently trying out different jvm tools for data manipulation and machine learning. I'd need a REPL for my purpose, and I am using scala, however, I am having some problems using joinery within scala as you can see below.
Please help to make this work.
Cheers!
Ben.
Error:(...) ambiguous reference to overloaded definition, both method add in class DataFrame of type (x$1: Any, x$2: java.util.List[Double])joinery.DataFrame[Double] and method add in class DataFrame of type (x$1: Object*)joinery.DataFrame[Double] match argument types (String,java.util.List[Double]) df.add("col1", col1)
The text was updated successfully, but these errors were encountered:
Hi,
I really like the interface and the possibilities of joinery. I am currently trying out different jvm tools for data manipulation and machine learning. I'd need a REPL for my purpose, and I am using scala, however, I am having some problems using joinery within scala as you can see below.
Please help to make this work.
Cheers!
Ben.
java example (works fine):
scala example (doesn't disambiguate between two methods):
Error:(...) ambiguous reference to overloaded definition, both method add in class DataFrame of type (x$1: Any, x$2: java.util.List[Double])joinery.DataFrame[Double] and method add in class DataFrame of type (x$1: Object*)joinery.DataFrame[Double] match argument types (String,java.util.List[Double]) df.add("col1", col1)
The text was updated successfully, but these errors were encountered: