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
%maven tech.tablesaw:tablesaw-core:0.43.1
import tech.tablesaw.api.*;
var table = Table.read().url("https://raw.githubusercontent.com/gmsharpe/edumore/master/data/elections.csv")
---------------------------------------------------------------------------
java.lang.NoClassDefFoundError: com/google/common/io/Files
at tech.tablesaw.io.DataFrameReader.getExtension(DataFrameReader.java:108)
at tech.tablesaw.io.DataFrameReader.url(DataFrameReader.java:74)
at tech.tablesaw.io.DataFrameReader.url(DataFrameReader.java:66)
at tech.tablesaw.io.DataFrameReader.url(DataFrameReader.java:48)
at .do_it$Aux(#16:1)
at .(#16:1)
Adding %maven com.google.guava:guava:33.3.0-jre did not help.
As of the current version (M2), it fixes a number of dependency resolution issues, and one more will be fixed in M3 that will be published some time next week.
Adding
%maven com.google.guava:guava:33.3.0-jre
did not help.This may be related to #63.
How do I work with tablesaw in IJava?
The text was updated successfully, but these errors were encountered: