HomeGuidesAPI ReferenceChangelog
Log In
API Reference

DSDataFrame

a DS Dataframe is a definition of a pandas Dataframe that can be stored and shared on Wizata.

Attributes

NameTypeDescription
df_iduuid.UUIDtechnical id of the dataframe.
generatedByIduuid.UUIDUUID of the Execution from which this dataframe was generated.
dataframepandas.DataFramethe actual pandas DataFrame content.

Methods

api_id()

return current object id on Web API format.

endpoint()

return endpoint name used to contact backend.

from_json()

load the object from a dict originating of a JSON format.

NameTypeDefaultDescription
objobject to load information from.

set_id()

specify the id_value neutrally

NameTypeDefaultDescription
id_value
return:

to_json()

transform current object into a dict that could be JSONIFY.

NameTypeDefaultDescription
targetstrNone
return: dumpable dict.