TimedeltaIndex.base
  • References/Python/Pandas/API Reference/TimedeltaIndex

TimedeltaIndex.base return the base object if the memory of the underlying data is shared

2025-01-10 15:47:30
RandomState.gamma()
  • References/Python/NumPy/Routines/Random sampling

RandomState.gamma(shape, scale=1.0, size=None) Draw samples from a Gamma distribution. Samples are drawn

2025-01-10 15:47:30
eval()
  • References/Python/Python/Built-in Functions

eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals

2025-01-10 15:47:30
gzip.GzipFile.peek()
  • References/Python/Python/Data Compression

peek(n) Read n uncompressed bytes without advancing the file position. At most one single read on the compressed stream

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

classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed

2025-01-10 15:47:30
sandbox.regression.try_catdata.groupsstats_dummy()
  • References/Python/Statsmodels/Sandbox

statsmodels.sandbox.regression.try_catdata.groupsstats_dummy

2025-01-10 15:47:30
symtable.SymbolTable
  • References/Python/Python/Language

class symtable.SymbolTable A namespace table for a block. The constructor is not public.

2025-01-10 15:47:30
tkinter.ttk.Treeview.tag_has()
  • References/Python/Python/Tk

tag_has(tagname, item=None) If item is specified, returns 1 or 0 depending on whether the specified item has

2025-01-10 15:47:30
auth.models.Permission.name
  • References/Python/Django/API/contrib packages/django.contrib.auth

name Required. 255 characters or fewer. Example: 'Can vote'.

2025-01-10 15:47:30
itertools.tee()
  • References/Python/Python/Functional Programming

itertools.tee(iterable, n=2) Return n independent iterators from a single iterable. Roughly equivalent to:

2025-01-10 15:47:30