cf.Data.loads¶
-
Data.loads(j, chunk=True)[source]¶ Reset the data in place from a string serialization.
- Parameters
- j:
str A JSON document string serialization of a
cf.Dataobject.- 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.chunksizefunction.
- j:
- Returns