BaseArr#

class BaseArr(values, *args, **kwargs)[source]#

Bases: NDArrayOperatorsMixin

An object that acts exactly like a NumPy array, except stores the values in self.values.

Methods

convert(obj)[source]#

Check if an object is an array, and convert if so

disp()[source]#

Full display of object

asnew(values=None, cls=None, **kwargs)[source]#

Duplicate and copy (rather than link) data

update(skip_none=True, overwrite=True, force=False, **kwargs)[source]#

Update the attributes, skipping None values and raising an error if extra keys are added

to_json()[source]#

Return a dictionary representation of the Arr