All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.tablesaw.io.DataReader Maven / Gradle / Ivy

There is a newer version: 0.43.1
Show newest version
package tech.tablesaw.io;

import java.io.IOException;

import tech.tablesaw.api.Table;

public interface DataReader {

    Table read(Source source) throws IOException;

    Table read(O options) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy