public class DataFrameReader extends Object
Constructor and Description |
---|
DataFrameReader() |
Modifier and Type | Method and Description |
---|---|
Table |
csv(CsvReadOptions.Builder options) |
Table |
csv(CsvReadOptions options) |
Table |
csv(File file) |
Table |
csv(InputStream stream,
String tableName) |
Table |
csv(Reader reader,
String tableName) |
Table |
csv(String file) |
Table |
csv(String contents,
String tableName) |
Table |
db(ResultSet resultSet,
String tableName) |
Table |
fixedWidth(File file) |
Table |
fixedWidth(FixedWidthReadOptions.Builder options) |
Table |
fixedWidth(FixedWidthReadOptions options) |
Table |
fixedWidth(InputStream stream,
String tableName) |
Table |
fixedWidth(Reader reader,
String tableName) |
Table |
fixedWidth(String file) |
Table |
fixedWidth(String contents,
String tableName) |
Table |
html(String url)
Modules that call this method must add the optional dependency tech.tablesaw:tablesaw-html
|
Table |
json(Reader contents,
String tableName)
Modules that call this method must add the optional dependency tech.tablesaw:tablesaw-json
|
Table |
json(String url)
Modules that call this method must add the optional dependency tech.tablesaw:tablesaw-json
|
List<Table> |
xlsx(tech.tablesaw.io.xlsx.XlsxReadOptions.Builder options)
Modules that call this method must add the optional dependency tech.tablesaw:tablesaw-excel
|
List<Table> |
xlsx(tech.tablesaw.io.xlsx.XlsxReadOptions options)
Modules that call this method must add the optional dependency tech.tablesaw:tablesaw-excel
|
public Table csv(String file) throws IOException
IOException
public Table csv(File file) throws IOException
IOException
public Table csv(InputStream stream, String tableName) throws IOException
IOException
public Table csv(Reader reader, String tableName) throws IOException
IOException
public Table csv(CsvReadOptions.Builder options) throws IOException
IOException
public Table csv(CsvReadOptions options) throws IOException
IOException
public Table fixedWidth(String file) throws IOException
IOException
public Table fixedWidth(File file) throws IOException
IOException
public Table fixedWidth(InputStream stream, String tableName) throws IOException
IOException
public Table fixedWidth(Reader reader, String tableName) throws IOException
IOException
public Table fixedWidth(FixedWidthReadOptions.Builder options) throws IOException
IOException
public Table fixedWidth(FixedWidthReadOptions options) throws IOException
IOException
public Table db(ResultSet resultSet, String tableName) throws SQLException
SQLException
public Table json(String url) throws MalformedURLException, IOException
MalformedURLException
IOException
public Table json(Reader contents, String tableName) throws IOException
IOException
public Table html(String url) throws IOException
IOException
public List<Table> xlsx(tech.tablesaw.io.xlsx.XlsxReadOptions options) throws IOException
IOException
public List<Table> xlsx(tech.tablesaw.io.xlsx.XlsxReadOptions.Builder options) throws IOException
IOException
Copyright © 2019. All rights reserved.