Ejemplo n.º 1
0
def unsupported_property_rolling(property_name, deprecated=False, reason=""):
    return _unsupported_property(
        class_name="pandas.core.window.Rolling",
        property_name=property_name,
        deprecated=deprecated,
        reason=reason,
    )
Ejemplo n.º 2
0
def unsupported_property(property_name, deprecated=False, reason=""):
    return _unsupported_property(
        class_name="pd.groupby.GroupBy",
        property_name=property_name,
        deprecated=deprecated,
        reason=reason,
    )
Ejemplo n.º 3
0
def unsupported_property(property_name, deprecated=False, reason=""):
    return _unsupported_property(class_name='pd.Index',
                                 property_name=property_name,
                                 deprecated=deprecated,
                                 reason=reason)
Ejemplo n.º 4
0
def unsupported_property(property_name, deprecated=False, reason=""):
    return _unsupported_property(class_name="pd.Series",
                                 property_name=property_name,
                                 deprecated=deprecated,
                                 reason=reason)
Ejemplo n.º 5
0
def unsupported_property(property_name, deprecated=False):
    return _unsupported_property(class_name='pd.Index',
                                 property_name=property_name,
                                 deprecated=deprecated)
Ejemplo n.º 6
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.Series',
                                 property_name=property_name)
Ejemplo n.º 7
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.DataFrame',
                                 property_name=property_name)
Ejemplo n.º 8
0
def unsupported_property(property_name, deprecated=False):
    return _unsupported_property(class_name='pd.groupby.GroupBy',
                                 property_name=property_name,
                                 deprecated=deprecated)
Ejemplo n.º 9
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.Series', property_name=property_name)
Ejemplo n.º 10
0
def unsupported_property_expanding(property_name, deprecated=False, reason=""):
    return _unsupported_property(
        class_name='pandas.core.window.Expanding', property_name=property_name,
        deprecated=deprecated, reason=reason)
Ejemplo n.º 11
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.groupby.GroupBy',
                                 property_name=property_name)
Ejemplo n.º 12
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.DataFrame', property_name=property_name)
Ejemplo n.º 13
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.groupby.GroupBy', property_name=property_name)