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

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

package tech.tablesaw.io;

import tech.tablesaw.api.Table;

public interface DataReader {

  Table read(Source source);

  Table read(O options);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy