cf.Data.loads

Data.loads(j, chunk=True)[source]

Reset the data in place from a string serialization.

See also

dumpd, loadd

Parameters
j: str

A JSON document string serialization of a cf.Data object.

chunk: bool, optional

If True (the default) then the reset data array will be re-partitioned according the current chunk size, as defined by the cf.chunksize function.

Returns

None