MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 49 callersMethodnth
Take the nth row from each group if n is an int, or a subset of rows if n is a list of ints. If dropna, will take the nth no
site-packages/pandas/core/groupby/groupby.py:1531
↓ 49 callersMethodput
Apply the `put` method to its `values` attribute if it has one. See Also -------- numpy.ndarray.put
site-packages/pandas/core/series.py:587
↓ 49 callersFunctionunion_categoricals
Combine list-like of Categorical-like, unioning categories. All categories must have the same dtype. .. versionadded:: 0.19.0 Param
site-packages/pandas/core/dtypes/concat.py:212
↓ 49 callersMethodupdate
(self)
site-packages/progress/bar.py:35
↓ 49 callersMethodweekday
(self, name)
site-packages/dateutil/parser/_parser.py:328
↓ 48 callersMethodcontains
(self, key)
site-packages/pandas/core/indexes/base.py:3926
↓ 48 callersFunctionis_bool_dtype
Check whether the provided array or dtype is of a boolean dtype. Parameters ---------- arr_or_dtype : array-like The array o
site-packages/pandas/core/dtypes/common.py:1602
↓ 48 callersMethodupdate
Modify Panel in place using non-NA values from other Panel. May also use object coercible to Panel. Will align on items. Pa
site-packages/pandas/core/panel.py:1395
↓ 48 callersFunctionvalidate_bool_kwarg
Ensures that argument passed in arg_name is of type bool.
site-packages/pandas/util/_validators.py:221
↓ 47 callersFunction_ustr
Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries str(obj). If that fails with a UnicodeEncodeError,
Pyto Mac/pip/_vendor/pyparsing.py:186
↓ 47 callersFunction_ustr
Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries str(obj). If that fails with a UnicodeEncodeError,
site-packages/pyparsing.py:186
↓ 47 callersFunction_ustr
Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries str(obj). If that fails with a UnicodeEncodeError, then
site-packages/pkg_resources/_vendor/pyparsing.py:154
↓ 47 callersFunction_ustr
Drop-in replacement for str(obj) that tries to be Unicode friendly. It first tries str(obj). If that fails with a UnicodeEncodeError, then
site-packages/setuptools/_vendor/pyparsing.py:154
↓ 47 callersFunctionarray
Shortcut to MaskedArray. The options are in a different order for convenience and backwards compatibility.
site-packages/numpy/ma/core.py:6364
↓ 47 callersFunctionasanyarray
Convert the input to an ndarray, but pass ndarray subclasses through. Parameters ---------- a : array_like Input data, in any for
site-packages/numpy/core/numeric.py:542
↓ 47 callersFunctionassert_
(cond, *args)
site-packages/wsgiref/validate.py:126
↓ 47 callersFunctionassert_
(cond, *args)
site-packages/webencodings/wsgiref/validate.py:126
↓ 47 callersFunctionassert_index_equal
Check that left and right Index are equal. Parameters ---------- left : Index right : Index exact : bool / string {'equiv'}, defa
site-packages/pandas/util/testing.py:767
↓ 47 callersMethoddroplevel
Return DataFrame with requested index / column level(s) removed. .. versionadded:: 0.24.0 Parameters ----------
site-packages/pandas/core/generic.py:711
↓ 47 callersMethodget_yticklabels
Get the y tick labels as a list of :class:`~matplotlib.text.Text` instances. Parameters ---------- minor : b
site-packages/matplotlib/axes/_base.py:3753
↓ 47 callersMethodis_
More flexible, faster check like ``is`` but that works through views. Note: this is *not* the same as ``Index.identical()``, which c
site-packages/pandas/core/indexes/base.py:613
↓ 47 callersMethodmpl_connect
Connect event with string *s* to *func*. The signature of *func* is:: def func(event) where event is a :class:`matplotli
site-packages/matplotlib/backend_bases.py:2134
↓ 47 callersFunctionpng_muldiv
muldiv functions */ This API takes signed arguments and rounds the result to the nearest * integer (or, for a fixed point number - the standard argum
libpng/png.c:3236
↓ 47 callersMethodputmask
Return a new Index of the values set with the mask. See Also -------- numpy.ndarray.putmask
site-packages/pandas/core/indexes/base.py:4031
↓ 47 callersMethodreduce
Reduce target along the given axis.
site-packages/numpy/ma/core.py:6464
↓ 47 callersMethodtext
Add text to the axes. Add the text *s* to the axes at location *x*, *y* in data coordinates. Parameters ----------
site-packages/matplotlib/axes/_axes.py:649
↓ 47 callersFunctionvendored
(modulename)
Pyto Mac/pip/_vendor/__init__.py:29
↓ 46 callersMethodadd_axes
Add an axes to the figure. Call signatures:: add_axes(rect, projection=None, polar=False, **kwargs) add_axe
site-packages/matplotlib/figure.py:1107
↓ 46 callersFunctionget_dummies
Convert categorical variable into dummy/indicator variables. Parameters ---------- data : array-like, Series, or DataFrame D
site-packages/pandas/core/reshape/reshape.py:701
↓ 46 callersMethodget_figure
Return the `.Figure` instance the artist belongs to.
site-packages/matplotlib/artist.py:623
↓ 46 callersMethodnunique
(s)
site-packages/pandas/tests/frame/test_analytics.py:732
↓ 46 callersFunctionpng_app_error
libpng/pngerror.c:404
↓ 46 callersMethodrename
Alter axes labels. Function / dict values must be unique (1-to-1). Labels not contained in a dict / Series will be left as-i
site-packages/pandas/core/frame.py:3908
↓ 46 callersMethodto_frame
Convert Series to DataFrame. Parameters ---------- name : object, default None The passed name should su
site-packages/pandas/core/series.py:1505
↓ 45 callersMethodTriangulation
site-packages/matplotlib/tri/_tri.cpp:220
↓ 45 callersMethod_from_sequence
(cls, scalars, dtype=None, copy=False)
site-packages/pandas/tests/extension/json/array.py:76
↓ 45 callersMethodadd
site-packages/matplotlib/tri/_tri.cpp:161
↓ 45 callersFunctionasarray
Convert the input to an array. Parameters ---------- a : array_like Input data, in any form that can be converted to an array. T
site-packages/numpy/core/numeric.py:470
↓ 45 callersMethodassert_array_equal
Checks the elementwise equality of two masked arrays.
site-packages/numpy/ma/timer_comparison.py:109
↓ 45 callersMethodconnect
Register *func* to be called when signal *s* is generated.
site-packages/matplotlib/cbook/__init__.py:162
↓ 45 callersMethodconvert
(x)
site-packages/pandas/tests/extension/decimal/test_decimal.py:67
↓ 45 callersFunctioninteger_array
Infer and return an integer array of the values. Parameters ---------- values : 1D list-like dtype : dtype, optional dty
site-packages/pandas/core/arrays/integer.py:92
↓ 45 callersMethoditems
od.items() -> list of (key, value) pairs in od
site-packages/distlib/compat.py:757
↓ 45 callersMethodjoin
(self, other, how='left', level=None, return_indexers=False, sort=False)
site-packages/pandas/core/indexes/base.py:3231
↓ 45 callersMethodscatter
A scatter plot of *y* vs *x* with varying marker size and/or color. Parameters ---------- x, y : array_like, shape (
site-packages/matplotlib/axes/_axes.py:4025
↓ 45 callersMethodset_text
Set the text string *s*. It may contain newlines (``\\n``) or math in LaTeX syntax. Parameters ---------- s
site-packages/matplotlib/text.py:1179
↓ 45 callersFunctionto_numeric
Convert argument to a numeric type. The default return dtype is `float64` or `int64` depending on the data supplied. Use the `downcast`
site-packages/pandas/core/tools/numeric.py:14
↓ 44 callersMethod_assert
(self, a, b)
site-packages/pandas/tests/arrays/sparse/test_arithmetics.py:16
↓ 44 callersMethodasof
Return the last row(s) without any NaNs before `where`. The last row (for each element in `where`, if list) without any NaN
site-packages/pandas/core/generic.py:6857
↓ 44 callersMethodelementInScope
(self, target, variant=None)
Pyto Mac/pip/_vendor/html5lib/treebuilders/base.py:196
↓ 44 callersMethodmode
Return the mode(s) of the dataset. Always returns Series even if only one value is returned. Parameters ----------
site-packages/pandas/core/series.py:1620
↓ 44 callersMethodsum
Return the sum of the array elements over the given axis. Masked elements are set to 0 internally. Refer to `numpy.sum` for
site-packages/numpy/ma/core.py:4965
↓ 44 callersMethodtotal_seconds
Return total duration of each element expressed in seconds. This method is available directly on TimedeltaArray, TimedeltaIndex
site-packages/pandas/core/arrays/timedeltas.py:746
↓ 44 callersMethodunique
Return unique values of Series object. Uniques are returned in order of appearance. Hash table-based unique, therefore does
site-packages/pandas/core/series.py:1641
↓ 44 callersMethodutcoffset
(self, dt)
site-packages/dateutil/test/test_tz.py:2253
↓ 44 callersMethodvalues
Return Series as ndarray or ndarray-like depending on the dtype. .. warning:: We recommend using :attr:`Series.array` or
site-packages/pandas/core/series.py:436
↓ 43 callersMethod_check_roundtrip
(self, obj, comparator, compression=False, **kwargs)
site-packages/pandas/tests/io/test_pytables.py:3801
↓ 43 callersFunctionasarray
Convert the input to a masked array of the given data-type. No copy is performed if the input is already an `ndarray`. If `a` is a subcl
site-packages/numpy/ma/core.py:7724
↓ 43 callersMethodautoscale_view
Autoscale the view limits using the data limits. You can selectively autoscale only a single axis, e.g., the xaxis by settin
site-packages/matplotlib/axes/_base.py:2401
↓ 43 callersMethodconvert_xunits
For artists in an axes, if the xaxis has units support, convert *x* using xaxis unit type
site-packages/matplotlib/artist.py:179
↓ 43 callersMethodempty
(self)
site-packages/pandas/tests/frame/common.py:87
↓ 43 callersMethodextend
Generic import function for any type of header-like object. Adapted version of MutableMapping.update in order to insert items with sel
Pyto Mac/pip/_vendor/urllib3/_collections.py:225
↓ 43 callersMethodis_dtype
(cls, dtype)
site-packages/pandas/core/arrays/sparse.py:279
↓ 43 callersMethodmessage
(self, msg)
site-packages/pdb.py:460
↓ 43 callersMethodnormalize
Return the Unicode normal form for the strings in the Series/Index. For more information on the forms, see the :func:`unicode
site-packages/pandas/core/strings.py:2821
↓ 43 callersFunctionoutmess
(t)
site-packages/numpy/f2py/auxfuncs.py:64
↓ 43 callersMethodsplit
Generator method to split a string using the given expression as a separator. May be called with optional ``maxsplit`` argument, to l
site-packages/pyparsing.py:1966
↓ 42 callersMethodas_array
Convert the blockmanager data into an numpy array. Parameters ---------- transpose : boolean, default False If Tr
site-packages/pandas/core/internals/managers.py:732
↓ 42 callersMethodastype
(self, dtype, copy=False, errors='raise', values=None, **kwargs)
site-packages/pandas/core/internals/blocks.py:519
↓ 42 callersMethodchildren
(self)
site-packages/jedi/evaluate/representation.py:336
↓ 42 callersMethodconvert_yunits
For artists in an axes, if the yaxis has units support, convert *y* using yaxis unit type
site-packages/matplotlib/artist.py:188
↓ 42 callersMethodfind
(self, resource_name)
Pyto Mac/pip/_vendor/distlib/resources.py:155
↓ 42 callersMethodinfo
Print a concise summary of a DataFrame. This method prints information about a DataFrame including the index dtype and colum
site-packages/pandas/core/frame.py:2219
↓ 42 callersFunctionlzip
(*args, **kwargs)
site-packages/pandas/compat/__init__.py:127
↓ 42 callersMethodnext
(self)
site-packages/distlib/util.py:1622
↓ 42 callersFunctionproduct
Return the product of array elements over a given axis. See Also -------- prod : equivalent function; see for details.
site-packages/numpy/core/fromnumeric.py:3386
↓ 42 callersFunctionread_stata
(filepath_or_buffer, convert_dates=True, convert_categoricals=True, encoding=None, index_col=No
site-packages/pandas/io/stata.py:174
↓ 42 callersMethodrollforward
Roll provided date forward to next offset only if not on offset.
site-packages/pandas/tseries/offsets.py:344
↓ 42 callersMethodsetParseAction
Define one or more actions to perform when successfully matching parse element definition. Parse action fn is a callable method with
Pyto Mac/pip/_vendor/pyparsing.py:1391
↓ 42 callersMethodsetParseAction
Define one or more actions to perform when successfully matching parse element definition. Parse action fn is a callable method wit
site-packages/pkg_resources/_vendor/pyparsing.py:1250
↓ 42 callersMethodtolist
Transforms the mvoid object into a tuple. Masked fields are replaced by None. Returns ------- returned_tuple Tuple of f
site-packages/numpy/ma/core.py:6170
↓ 42 callersFunctionunpackb
Unpack an object from `packed`. Raises `ExtraData` when `packed` contains extra bytes. See :class:`Unpacker` for options.
Pyto Mac/pip/_vendor/msgpack/fallback.py:111
↓ 42 callersMethodwarn_deprecated
()
site-packages/setuptools/dist.py:1188
↓ 41 callersMethod_check_bar_alignment
(self, df, kind='bar', stacked=False, subplots=False, align='center', width=0.5,
site-packages/pandas/tests/plotting/test_frame.py:1262
↓ 41 callersFunctionbox
Several array-like containers that should have effectively identical behavior with respect to arithmetic operations.
site-packages/pandas/tests/arithmetic/conftest.py:146
↓ 41 callersMethodget
Returns value occupying requested label, default to specified missing value if not present. Analogous to dict.get Parameters
site-packages/pandas/core/sparse/series.py:323
↓ 41 callersMethodget_group
Construct NDFrame from group with provided name. Parameters ---------- name : object the name of the gro
site-packages/pandas/core/groupby/groupby.py:626
↓ 41 callersFunctionlookup
Look for an encoding by its label. This is the spec’s `get an encoding <http://encoding.spec.whatwg.org/#concept-encoding-get>`_ algorith
site-packages/webencodings/__init__.py:61
↓ 41 callersFunctionpivot_table
(data, values=None, index=None, columns=None, aggfunc='mean', fill_value=None, margins=False,
site-packages/pandas/core/reshape/pivot.py:25
↓ 41 callersMethodquantile
Return values at the given quantile over requested axis. Parameters ---------- q : float or array-like, default 0.5
site-packages/pandas/core/frame.py:7688
↓ 41 callersMethodrsplit
(self, pat=None, n=-1, expand=False)
site-packages/pandas/core/strings.py:2408
↓ 41 callersMethodseek
(self, offset)
site-packages/pandas/tests/io/test_html.py:1124
↓ 41 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/CFNetwork/_metadata.py:8
↓ 41 callersMethodsize
The width and height of the bounding box. May be negative, in the same way as :attr:`width` and :attr:`height`.
site-packages/matplotlib/transforms.py:414
↓ 41 callersMethodtime
Returns numpy array of datetime.time. The time part of the Timestamps.
site-packages/pandas/core/arrays/datetimes.py:1277
↓ 41 callersMethodunget
(self, char)
Pyto Mac/pip/_vendor/html5lib/_inputstream.py:367
↓ 41 callersMethodvalue
(self)
site-packages/distlib/util.py:683
↓ 41 callersMethodvisit
(self, node, **kwargs)
site-packages/pandas/core/computation/expr.py:317
↓ 40 callersMethod__init__
( self, exprs, savelist = False )
Pyto Mac/pip/_vendor/pyparsing.py:3766
↓ 40 callersMethod__init__
( self, exprs, savelist = False )
site-packages/pyparsing.py:3766
← previousnext →501–600 of 43,589, ranked by callers