Methods¶
Summary¶
method | class parent | truncated documentation |
---|---|---|
__add__ |
WeightedArray | Addition |
__getattr__ |
WeightedSeries | Tries first to see if class Series has this attribute and then tries @see cl WeightedDoubleAccessor. |
__init__ |
WeightedArray | Overwrites the constructor to force dtype to be @see cl WeightedSeriesDtype. |
__init__ |
WeightedDoubleAccessor | |
__init__ |
WeightedSeries | Overwrites the constructor to force dtype to be @see cl WeightedSeriesDtype. |
__init__ |
WeightedSeriesDtype | Initializes dtype. |
__len__ |
WeightedDoubleAccessor | |
__mul__ |
WeightedArray | Multiplication |
__str__ |
WeightedSeriesDtype | usual |
__sub__ |
WeightedArray | Soustraction |
__truediv__ |
WeightedArray | Division |
_new_series |
WeightedDoubleAccessor | |
isna |
WeightedArray | is nan? |
isnan |
WeightedDoubleAccessor | Tells if values are missing. |
kill |
KThread | Kills the thread if not alreayd finished. Source: Python-Kill-Thread-Extension. … |