toggle menu
smile-kotlin
3.1.0
jvm
switch theme
search in API
smile-kotlin
/
smile
/
write
/
csv
csv
fun
csv
(
data
:
DataFrame
,
file
:
String
,
delimiter
:
Char
=
','
)
fun
csv
(
data
:
DataFrame
,
file
:
Path
,
delimiter
:
Char
)
Writes a DataFrame to a delimited text file.
Parameters
data
an attribute dataset.
file
the file path