Beispiel #1
0
 def _update_inplace(self, result, **kwargs):
     raise AbstractMethodError(self)
Beispiel #2
0
 def aggregate(self, func, *args, **kwargs):
     raise AbstractMethodError(self)
Beispiel #3
0
 def _sub_datelike(self, other):
     raise AbstractMethodError(self)
Beispiel #4
0
 def __next__(self):
     raise AbstractMethodError(self)
Beispiel #5
0
 def _format_axes(self):
     raise AbstractMethodError(self)
Beispiel #6
0
 def _format_footer(self):
     raise AbstractMethodError(self)
Beispiel #7
0
 def _formatter_func(self):
     raise AbstractMethodError(self)
Beispiel #8
0
 def aggregate(self, func, *args, **kwargs):
     # type: (SelectionFunction, *Any, **Any) -> Any
     raise AbstractMethodError(self)
Beispiel #9
0
 def _make_accessor(cls, data):
     raise AbstractMethodError("_make_accessor should be implemented"
                               "by subclass and return an instance"
                               "of `cls`.")
 def float_precision_choices(self):
     raise AbstractMethodError(self)
Beispiel #11
0
 def read(self, path, columns=None, **kwargs):
     raise AbstractMethodError(self)
Beispiel #12
0
 def write(self, df, path, compression, **kwargs):
     raise AbstractMethodError(self)
Beispiel #13
0
 def __unicode__(self):
     # type: () -> Text
     raise AbstractMethodError(self)
Beispiel #14
0
 def __unicode__(self):
     raise AbstractMethodError(self)
Beispiel #15
0
 def _try_convert_dates(self):
     raise AbstractMethodError(self)
Beispiel #16
0
 def _box_func(self):
     """
     box function to get object from internal representation
     """
     raise AbstractMethodError(self)
Beispiel #17
0
 def _update_inplace(self, result, **kwargs):
     # type: (Any, **Any) -> Any
     raise AbstractMethodError(self)