tech.tablesaw.io.DataReader Maven / Gradle / Ivy
The newest version!
package tech.tablesaw.io;
import tech.tablesaw.api.Table;
public interface DataReader {
Table read(Source source);
Table read(O options);
}
package tech.tablesaw.io;
import tech.tablesaw.api.Table;
public interface DataReader {
Table read(Source source);
Table read(O options);
}