toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-format-dataframe
/
org.http4k.format.dataframe
/
DataFrameFormat
Data
Frame
Format
sealed
interface
DataFrameFormat
:
Function1
<
InputStream
,
AnyFrame
>
Represents the extraction format for taking data and converting it into a DataFrame.
Inheritors
CSV
JSON
Members
Properties
content
Type
Link copied to clipboard
abstract
val
contentType
:
ContentType
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
InputStream
)
:
AnyFrame