public class DataFrameWriter extends Object
| Constructor and Description |
|---|
DataFrameWriter(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
csv(File file) |
void |
csv(String file) |
void |
html(OutputStream stream) |
public DataFrameWriter(Table table)
public void csv(String file) throws IOException
IOExceptionpublic void csv(File file) throws IOException
IOExceptionpublic void html(OutputStream stream) throws IOException
IOExceptionCopyright © 2017. All rights reserved.