BinaryDataStream Class

Inheritance
nimbusml.internal.utils.data_stream.DataStream
BinaryDataStream

Constructor

BinaryDataStream(filename=None)

Methods

clone

Copy/clone the object.

get_dataframe_schema
head
save
to_df

clone

Copy/clone the object.

clone()

get_dataframe_schema

get_dataframe_schema()

head

head(n=5, skip=0)

Parameters

Name Description
n
Default value: 5
skip
Default value: 0

save

save(file)

Parameters

Name Description
file
Required

to_df

to_df()