MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 111 callersMethodall
Returns True if all elements evaluate to True. The output array is masked where all the values along the given axis are mask
site-packages/numpy/ma/core.py:4740
↓ 111 callersMethodcopy
Make a copy of this object's indices and data. When ``deep=True`` (default), a new object will be created with a copy of the
site-packages/pandas/core/generic.py:5703
↓ 111 callersMethodimshow
Display an image, i.e. data on a 2D regular raster. Parameters ---------- X : array-like or PIL image Th
site-packages/matplotlib/axes/_axes.py:5316
↓ 111 callersFunctionis_categorical_dtype
Check whether an array-like or dtype is of the Categorical dtype. Parameters ---------- arr_or_dtype : array-like The array-
site-packages/pandas/core/dtypes/common.py:578
↓ 111 callersMethodslice_locs
Compute slice locations for input labels. Parameters ---------- start : label, default None If None, def
site-packages/pandas/core/indexes/base.py:4831
↓ 109 callersMethodastype
(self, typecode)
site-packages/numpy/lib/user_array.py:240
↓ 109 callersMethoddropna
Drop 2D from panel, holding passed axis constant. Parameters ---------- axis : int, default 0 Axis to ho
site-packages/pandas/core/panel.py:702
↓ 109 callersFunctionpng_warning
This function is called whenever there is a non-fatal error. This function * should not be changed. If there is a need to handle warnings different
libpng/pngerror.c:215
↓ 108 callersMethodkeys
Return the keys of currently supported file openers. Parameters ---------- None Returns -------
site-packages/numpy/lib/_datasource.py:203
↓ 106 callersMethodisfile
this should return wether name is an existing file.
site-packages/stashutils/fsi/base.py:80
↓ 106 callersFunctionread_excel
(io, sheet_name=0, header=0, names=None, index_col
site-packages/pandas/io/excel/_base.py:262
↓ 105 callersMethodget
(self, key, default=None)
site-packages/numpy/core/_type_aliases.py:42
↓ 105 callersMethodreplace
For each element in `self`, return a copy of the string with all occurrences of substring `old` replaced by `new`. See also
site-packages/numpy/core/defchararray.py:2415
↓ 105 callersMethodsort
Sort the array, in-place Parameters ---------- a : array_like Array to be sorted. axis : int, op
site-packages/numpy/ma/core.py:5488
↓ 105 callersMethodunpack
(self, func=None)
site-packages/jedi/evaluate/param.py:69
↓ 104 callersMethodoffset
Alias for self._offset.
site-packages/pandas/tseries/offsets.py:438
↓ 104 callersMethodview
Return a view of the MaskedArray data Parameters ---------- dtype : data-type or ndarray sub-class, optional
site-packages/numpy/ma/core.py:3080
↓ 103 callersMethod_check_visible
Check each artist is visible or not Parameters ---------- collections : matplotlib Artist or its list-like
site-packages/pandas/tests/plotting/common.py:142
↓ 103 callersMethodastype
(self, dtype, copy=True)
site-packages/pandas/core/indexes/base.py:732
↓ 103 callersMethodexists
(self)
Pyto Mac/pip/_vendor/distlib/wheel.py:203
↓ 103 callersMethodextend
Add sequence of elements to end of ParseResults list of elements. Example:: patt = OneOrMore(Word(alphas))
site-packages/pkg_resources/_vendor/pyparsing.py:619
↓ 103 callersMethodget
(self, name, default=None)
site-packages/numpy/distutils/fcompiler/environment.py:42
↓ 103 callersFunctionmerge
(left, right, how='inner', on=None, left_on=None, right_on=None, left_index=False, right_index=False
site-packages/pandas/core/reshape/merge.py:39
↓ 103 callersMethodto_sql
(self, *args, **kwargs)
site-packages/pandas/io/sql.py:947
↓ 102 callersMethod_get_axis_number
(cls, axis)
site-packages/pandas/core/generic.py:350
↓ 102 callersFunction_maybe_remove
For tests using tables, try removing the table to be sure there is no content from previous tests using the same table name.
site-packages/pandas/tests/io/test_pytables.py:113
↓ 102 callersMethodgetvalue
(self)
Pyto Mac/pip/_vendor/msgpack/fallback.py:44
↓ 102 callersFunctionis_datetime64tz_dtype
Check whether an array-like or dtype is of a DatetimeTZDtype dtype. Parameters ---------- arr_or_dtype : array-like The arra
site-packages/pandas/core/dtypes/common.py:439
↓ 102 callersMethodscale
Scale column widths by xscale and row heights by yscale.
site-packages/matplotlib/table.py:492
↓ 102 callersMethodsub
Return Regex with an attached parse action to transform the parsed result as if called using `re.sub(expr, repl, string) <https://doc
site-packages/pyparsing.py:3067
↓ 102 callersMethodto_excel
Write each DataFrame in Panel to a separate excel sheet. Parameters ---------- path : string or ExcelWriter object
site-packages/pandas/core/panel.py:417
↓ 102 callersMethodtranslate
Adds a translation in place. Returns *self*, so this method can easily be chained with more calls to :meth:`rotate`, :meth:`
site-packages/matplotlib/transforms.py:2013
↓ 101 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/HIServices/_metadata.py:8
↓ 101 callersMethodsplit
Generator method to split a string using the given expression as a separator. May be called with optional C{maxsplit} argument, to
site-packages/setuptools/_vendor/pyparsing.py:1799
↓ 101 callersMethodunique
(self)
site-packages/pandas/tests/extension/json/array.py:168
↓ 100 callersMethod__finalize__
Propagate metadata from other to self. Parameters ---------- other : the object from which to get the attributes tha
site-packages/pandas/core/generic.py:5040
↓ 100 callersMethodindex
(self)
site-packages/pandas/core/apply.py:94
↓ 100 callersFunctionpprint_thing
This function is the sanctioned way of converting objects to a unicode representation. properly handles nested sequences containing unic
site-packages/pandas/io/formats/printing.py:156
↓ 99 callersMethodget
Return the Axes instance that was added with *key*. If it is not present, return *None*.
site-packages/matplotlib/figure.py:88
↓ 99 callersMethodget_xlim
Return the x-axis view limits. Returns ------- left, right : (float, float) The current x-axis limits in
site-packages/matplotlib/axes/_base.py:3101
↓ 99 callersMethoditems
iterate on key->group
site-packages/pandas/io/pytables.py:546
↓ 99 callersMethodmatch
Check if the provided version matches the constraints. :param version: The version to match against this instance. :type ver
Pyto Mac/pip/_vendor/distlib/version.py:129
↓ 98 callersFunctionassert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
site-packages/matplotlib/backends/web_backend/jquery/js/jquery-1.11.3.js:929
↓ 98 callersMethoddrop_duplicates
Return Series with duplicate values removed. Parameters ---------- keep : {'first', 'last', ``False``}, default 'fir
site-packages/pandas/core/series.py:1703
↓ 98 callersMethodrename
(self, items=None, major_axis=None, minor_axis=None, **kwargs)
site-packages/pandas/core/panel.py:1254
↓ 98 callersMethodset_xlabel
Set the label for the x-axis. Parameters ---------- xlabel : str The label text. labelpad : sca
site-packages/matplotlib/axes/_axes.py:242
↓ 98 callersFunctionsum
Sum of array elements over a given axis. Parameters ---------- a : array_like Elements to sum. axis : None or int or tup
site-packages/numpy/core/fromnumeric.py:1967
↓ 98 callersMethodvalues
Return a list of all header values. These will be sorted in the order they appeared in the original header list, or were added to thi
site-packages/wsgiref/headers.py:113
↓ 97 callersMethodappend
(self, value)
Pyto Mac/PyObjC/objc/_properties.py:398
↓ 97 callersMethodget_xticklabels
Get the x tick labels as a list of :class:`~matplotlib.text.Text` instances. Parameters ---------- minor : b
site-packages/matplotlib/axes/_base.py:3365
↓ 97 callersMethodreindex
(self, index=None, **kwargs)
site-packages/pandas/core/series.py:3806
↓ 96 callersMethod_get_axis
(self, axis)
site-packages/pandas/core/generic.py:377
↓ 96 callersMethodget
Returns named result matching the given key, or if there is no such name, then returns the given C{defaultValue} or C{None} if no
site-packages/setuptools/_vendor/pyparsing.py:563
↓ 96 callersMethodslice
(self, start=None, stop=None, step=None)
site-packages/pandas/core/strings.py:2651
↓ 95 callersMethodadd
(tmpdir)
site-packages/matplotlib/backends/backend_pgf.py:750
↓ 95 callersMethodempty
Return whether the stack is empty.
site-packages/matplotlib/cbook/__init__.py:685
↓ 94 callersMethodadd
Add `dist` to working set, associated with `entry` If `entry` is unspecified, it defaults to the ``.location`` of `dist`. On exit fro
site-packages/pkg_resources/__init__.py:685
↓ 94 callersMethodsplitlines
For each element in `self`, return a list of the lines in the element, breaking at line boundaries. See also -------
site-packages/numpy/core/defchararray.py:2510
↓ 93 callersMethodget_level_values
Return vector of label values for requested level, equal to the length of the index. Parameters ---------- l
site-packages/pandas/core/indexes/multi.py:1380
↓ 93 callersMethodlog
logs/prints a message to self.logger.
site-packages/stashutils/fsi/base.py:96
↓ 92 callersMethodany
Returns True if any of the elements of `a` evaluate to True. Masked values are considered as False during computation. Refe
site-packages/numpy/ma/core.py:4780
↓ 92 callersMethodexecute
Simple passthrough to SQLAlchemy connectable
site-packages/pandas/io/sql.py:988
↓ 92 callersFunctionis_object_dtype
Check whether an array-like or dtype is of the object dtype. Parameters ---------- arr_or_dtype : array-like The array-like
site-packages/pandas/core/dtypes/common.py:131
↓ 92 callersMethodisdir
(self, name)
site-packages/stashutils/fsi/FTP.py:196
↓ 92 callersMethodlstrip
(self, to_strip=None)
site-packages/pandas/core/strings.py:2741
↓ 91 callersMethodread
(self, nrows=None, convert_dates=None, convert_categoricals=None, index_col=None, co
site-packages/pandas/io/stata.py:1463
↓ 89 callersMethod_check_axes_shape
Check expected number of axes is drawn in expected layout Parameters ---------- axes : matplotlib Axes object, or it
site-packages/pandas/tests/plotting/common.py:317
↓ 89 callersMethodfail
(self)
Pyto Mac/pip/_vendor/pytoml/parser.py:104
↓ 89 callersMethodreplace
(self, to_replace=None, value=None, inplace=False, limit=None, regex=False, method='pad')
site-packages/pandas/core/frame.py:4000
↓ 88 callersMethodall
Return True if all values in the group are truthful, else False. Parameters ---------- skipna : bool, default True
site-packages/pandas/core/groupby/groupby.py:1061
↓ 88 callersMethodfill
Plot filled polygons. Parameters ---------- args : sequence of x, y, [color] Each polygon is defined by
site-packages/matplotlib/axes/_axes.py:4903
↓ 88 callersFunctiongca
Get the current :class:`~matplotlib.axes.Axes` instance on the current figure matching the given keyword args, or create one. Examples
site-packages/matplotlib/pyplot.py:917
↓ 88 callersFunctionl_not
(f)
site-packages/numpy/f2py/auxfuncs.py:581
↓ 88 callersFunctionpng_crc_finish
Optionally skip data and then check the CRC. Depending on whether we * are reading an ancillary or critical chunk, and how the program has set * th
libpng/pngrutil.c:201
↓ 88 callersMethodpop
Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].
site-packages/distlib/compat.py:605
↓ 88 callersMethodstd
(x)
site-packages/pandas/tests/frame/test_analytics.py:741
↓ 87 callersMethodto_frame
Transform wide format into long (stacked) format as DataFrame whose columns are the Panel's items and whose index is a MultiIndex for
site-packages/pandas/core/panel.py:923
↓ 86 callersMethodceil
(self, freq, ambiguous='raise', nonexistent='raise')
site-packages/pandas/core/arrays/datetimelike.py:317
↓ 86 callersMethodexpanduser
(self, s)
site-packages/system/shparsers.py:616
↓ 86 callersFunctionl_and
(*f)
site-packages/numpy/f2py/auxfuncs.py:565
↓ 85 callersFunctionf
(g)
site-packages/pandas/tests/groupby/test_apply.py:94
↓ 85 callersMethodinfo
(self, message)
site-packages/numpy/distutils/misc_util.py:858
↓ 85 callersFunctionis_integer_dtype
Check whether the provided array or dtype is of an integer dtype. Unlike in `in_any_int_dtype`, timedelta64 instances will return False.
site-packages/pandas/core/dtypes/common.py:881
↓ 85 callersMethodloads
(self, request, data)
Pyto Mac/pip/_vendor/cachecontrol/serialize.py:74
↓ 85 callersMethodsort_values
(self, by, axis=0, ascending=True, inplace=False, kind='quicksort', na_position='last')
site-packages/pandas/core/frame.py:4655
↓ 85 callersMethodtransform_point
A convenience function that returns the transformed copy of a single point. The point is given as a sequence of length :attr
site-packages/matplotlib/transforms.py:1500
↓ 85 callersMethodwidth
The width of the bounding box. It may be negative if :attr:`x1` < :attr:`x0`.
site-packages/matplotlib/transforms.py:396
↓ 84 callersMethodset_ylabel
Set the label for the y-axis. Parameters ---------- ylabel : str The label text. labelpad : sca
site-packages/matplotlib/axes/_axes.py:274
↓ 84 callersMethodstrftime
Convert to Index using specified date_format. Return an Index of formatted strings specified by date_format, which supports
site-packages/pandas/core/arrays/datetimelike.py:140
↓ 84 callersMethodview
(self)
site-packages/pandas/tests/indexing/test_indexing.py:424
↓ 83 callersMethodappend
Add single element to end of ParseResults list of elements. Example:: print(OneOrMore(Word(nums)).parseString("0 123 32
site-packages/pyparsing.py:721
↓ 83 callersFunctionensure_clean
Gets a temporary path and agrees to remove on close. Parameters ---------- filename : str (optional) if None, creates a temporary
site-packages/pandas/util/testing.py:675
↓ 83 callersMethodto_pydatetime
Return Datetime Array/Index as object ndarray of datetime.datetime objects Returns ------- datetimes : ndarr
site-packages/pandas/core/arrays/datetimes.py:1060
↓ 83 callersMethodupdate
Update properties from a dictionary.
site-packages/matplotlib/text.py:180
↓ 82 callersMethodcopy
(self)
site-packages/matplotlib/__init__.py:948
↓ 82 callersMethoddtype
(self)
site-packages/numpy/ma/core.py:3350
↓ 82 callersFunctionfunc
(dataf)
site-packages/pandas/tests/groupby/test_groupby.py:112
↓ 82 callersMethodgroups
return a list of all the top-level nodes (that are not themselves a pandas storage object)
site-packages/pandas/io/pytables.py:1082
↓ 82 callersMethodhist
Draw one histogram of the DataFrame's columns. A histogram is a representation of the distribution of data. This function gr
site-packages/pandas/plotting/_core.py:3221
↓ 82 callersFunctionpng_chunk_benign_error
libpng/pngerror.c:513
← previousnext →201–300 of 43,589, ranked by callers