DataFrame.sort_index()
  • References/Python/Pandas/API Reference/DataFrame

DataFrame.sort_index(axis=0, level=None, ascending=True, inplace=False, kind='quicksort', na_position='last', sort_remaining=True, by=None)

2025-01-10 15:47:30
PoissonZiGMLE.fit()
  • References/Python/Statsmodels/Other Models

statsmodels.miscmodels.count.PoissonZiGMLE.fit PoissonZiGMLE

2025-01-10 15:47:30
socketserver.BaseServer.finish_request()
  • References/Python/Python/Internet

finish_request() Actually processes the request by instantiating RequestHandlerClass and calling its handle()

2025-01-10 15:47:30
db.transaction.get_rollback()
  • References/Python/Django/Guides

get_rollback(using=None) [source]

2025-01-10 15:47:30
record.itemset()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.record

record.itemset() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and

2025-01-10 15:47:30
numpy.empty_like()
  • References/Python/NumPy/Routines/Array creation routines

numpy.empty_like(a, dtype=None, order='K', subok=True) Return a new array with the same shape and type as a given array.

2025-01-10 15:47:30
numpy.find_common_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.find_common_type(array_types, scalar_types)

2025-01-10 15:47:30
array.array.remove()
  • References/Python/Python/Data Types

array.remove(x) Remove the first occurrence of x from the array.

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__getslice__(i, j)

2025-01-10 15:47:30
socketserver.BaseRequestHandler.finish()
  • References/Python/Python/Internet

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2025-01-10 15:47:30