Пример #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,
    )
Пример #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,
    )
Пример #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)
Пример #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)
Пример #5
0
def unsupported_property(property_name, deprecated=False):
    return _unsupported_property(class_name='pd.Index',
                                 property_name=property_name,
                                 deprecated=deprecated)
Пример #6
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.Series',
                                 property_name=property_name)
Пример #7
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.DataFrame',
                                 property_name=property_name)
Пример #8
0
def unsupported_property(property_name, deprecated=False):
    return _unsupported_property(class_name='pd.groupby.GroupBy',
                                 property_name=property_name,
                                 deprecated=deprecated)
Пример #9
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.Series', property_name=property_name)
Пример #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)
Пример #11
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.groupby.GroupBy',
                                 property_name=property_name)
Пример #12
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.DataFrame', property_name=property_name)
Пример #13
0
def unsupported_property(property_name):
    return _unsupported_property(class_name='pd.groupby.GroupBy', property_name=property_name)