Exemple #1
0
def unsupported_function_rolling(method_name, deprecated=False, reason=""):
    return _unsupported_function(
        class_name="pandas.core.window.Rolling",
        method_name=method_name,
        deprecated=deprecated,
        reason=reason,
    )
Exemple #2
0
def unsupported_function(method_name, deprecated=False, reason=""):
    return _unsupported_function(
        class_name="pd.groupby.GroupBy",
        method_name=method_name,
        deprecated=deprecated,
        reason=reason,
    )
Exemple #3
0
def unsupported_function(method_name, deprecated=False):
    return _unsupported_function(class_name='pd.Series',
                                 method_name=method_name,
                                 deprecated=deprecated)
Exemple #4
0
def unsupported_function(method_name):
    return _unsupported_function(class_name='pd.Series',
                                 method_name=method_name)
Exemple #5
0
def unsupported_function(method_name):
    return _unsupported_function(class_name='pd.DataFrame',
                                 method_name=method_name)
Exemple #6
0
def unsupported_function(method_name, deprecated=False):
    return _unsupported_function(class_name='pd.groupby.GroupBy',
                                 method_name=method_name,
                                 deprecated=deprecated)
Exemple #7
0
def unsupported_function(method_name):
    return _unsupported_function(class_name='pd.Series', method_name=method_name)
Exemple #8
0
def unsupported_function(method_name):
    return _unsupported_function(class_name='pd.groupby.GroupBy', method_name=method_name)
Exemple #9
0
 def kde(self, bw_method=None, ind=None, **kwds):
     return _unsupported_function(class_name='pd.Series', method_name='kde')()
Exemple #10
0
def unsupported_function_expanding(method_name, deprecated=False, reason=""):
    return _unsupported_function(class_name='pandas.core.window.Expanding', method_name=method_name,
                                 deprecated=deprecated, reason=reason)
Exemple #11
0
 def hist(self, bw_method=None, ind=None, **kwds):
     return _unsupported_function(class_name='pd.DataFrame', method_name='hist')()
Exemple #12
0
 def density(self, bw_method=None, ind=None, **kwds):
     return _unsupported_function(class_name='pd.DataFrame', method_name='density')()
Exemple #13
0
def unsupported_function(method_name):
    return _unsupported_function(class_name='pd.groupby.GroupBy',
                                 method_name=method_name)
Exemple #14
0
def unsupported_function(method_name):
    return _unsupported_function(class_name='pd.DataFrame', method_name=method_name)
Exemple #15
0
def unsupported_function(method_name, deprecated=False, reason=""):
    return _unsupported_function(class_name="pd.Series",
                                 method_name=method_name,
                                 deprecated=deprecated,
                                 reason=reason)
Exemple #16
0
def unsupported_function(method_name, deprecated=False, reason=""):
    return _unsupported_function(class_name='pd.Index',
                                 method_name=method_name,
                                 deprecated=deprecated,
                                 reason=reason)
Exemple #17
0
 def pie(self, **kwds):
     return _unsupported_function(class_name='pd.Series', method_name='pie')()