MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 82 callersFunctionpng_free
Free a pointer allocated by png_malloc(). If ptr is NULL, return * without taking any action. */
libpng/pngmem.c:231
↓ 81 callersMethodappend
Append rows of `other` to the end of caller, returning a new object. Columns in `other` that are not in the caller are added as new
site-packages/pandas/core/frame.py:6517
↓ 81 callersFunctionassert_offset_equal
(offset, base, expected)
site-packages/pandas/tests/tseries/offsets/common.py:7
↓ 81 callersMethodfillna
(self, value=None, method=None, axis=None, inplace=False, limit=None, downcast=None, **kwargs)
site-packages/pandas/core/series.py:3903
↓ 81 callersMethodintersection
Form the intersection of two Index objects. This returns a new Index with elements common to the index and `other`. Paramet
site-packages/pandas/core/indexes/base.py:2356
↓ 81 callersMethodshow
(cls, parent, help_entries)
site-packages/matplotlib/backends/backend_wx.py:1990
↓ 81 callersMethodwrite
(self, **kwargs)
site-packages/pandas/io/pytables.py:2432
↓ 80 callersMethodeq
(val)
site-packages/pandas/tests/test_config.py:359
↓ 80 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/SceneKit/_metadata.py:8
↓ 80 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/QTKit/_metadata.py:8
↓ 79 callersMethodany
(self, axis=0, out=None)
site-packages/pandas/tests/extension/arrow/bool.py:140
↓ 79 callersMethodexpanding
(self, min_periods=1, center=False, axis=0)
site-packages/pandas/core/generic.py:10157
↓ 79 callersFunctionfunc
(arr, indexer, out, fill_value=np.nan)
site-packages/pandas/core/algorithms.py:1436
↓ 79 callersMethodget
(self, key, default=None)
site-packages/distlib/compat.py:549
↓ 79 callersMethodlegend
Place a legend on the axes. Call signatures:: legend() legend(labels) legend(handles, labels)
site-packages/matplotlib/axes/_axes.py:317
↓ 79 callersMethodto_hdf
Write the contained data to an HDF5 file using HDFStore. Hierarchical Data Format (HDF) is self-describing, allowing an appl
site-packages/pandas/core/generic.py:2275
↓ 79 callersMethodto_period
Convert Series from DatetimeIndex to PeriodIndex with desired frequency (inferred from index if not passed). Parameters
site-packages/pandas/core/series.py:4425
↓ 79 callersFunctionto_timedelta
Convert argument to timedelta. Timedeltas are absolute differences in times, expressed in difference units (e.g. days, hours, minutes, s
site-packages/pandas/core/tools/timedeltas.py:18
↓ 78 callersMethodclose
Close the file.
site-packages/numpy/lib/npyio.py:212
↓ 77 callersMethodflatten
Return a flattened copy of the matrix. All `N` elements of the matrix are placed into a single row. Parameters ----
site-packages/numpy/matrixlib/defmatrix.py:378
↓ 77 callersFunctioninterval_range
Return a fixed frequency IntervalIndex Parameters ---------- start : numeric or datetime-like, default None Left bound for g
site-packages/pandas/core/indexes/interval.py:1159
↓ 76 callersMethod_data
(self)
site-packages/pandas/core/indexes/range.py:177
↓ 76 callersMethodappend
Add single element to end of ParseResults list of elements. Example:: print(OneOrMore(Word(nums)).parseString("0 123
site-packages/pkg_resources/_vendor/pyparsing.py:605
↓ 76 callersMethodchar
Read one character from the stream or queue if available. Return EOF when EOF is reached.
Pyto Mac/pip/_vendor/html5lib/_inputstream.py:240
↓ 76 callersMethodclose
Flush all buffers and free all resources.
site-packages/matplotlib/backends/backend_pdf.py:600
↓ 76 callersFunctionis_extension_array_dtype
Check if an object is a pandas extension array type. See the :ref:`Use Guide <extending.extension-types>` for more. Parameters ----
site-packages/pandas/core/dtypes/common.py:1727
↓ 76 callersMethodsplitext
(self)
Pyto Mac/pip/_internal/models/link.py:86
↓ 76 callersMethodxs
Return slice of panel along selected axis. Parameters ---------- key : object Label axis : {'ite
site-packages/pandas/core/panel.py:842
↓ 75 callersMethoddifference
Return a new Index with elements from the index that are not in `other`. This is the set difference of two Index objects.
site-packages/pandas/core/indexes/base.py:2444
↓ 75 callersMethodsavefig
Saves a :class:`~matplotlib.figure.Figure` to this file as a new page. Any other keyword arguments are passed to :meth:`~mat
site-packages/matplotlib/backends/backend_pgf.py:1125
↓ 75 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/CoreAudio/_metadata.py:8
↓ 74 callersFunctionensure_index
Ensure that we have an index from some index-like object. Parameters ---------- index : sequence An Index or other sequence
site-packages/pandas/core/indexes/base.py:5317
↓ 74 callersMethodfrom_breaks
(cls, breaks, closed='right', copy=False, dtype=None)
site-packages/pandas/core/arrays/interval.py:260
↓ 74 callersMethodparent
(self)
site-packages/jedi/evaluate/iterable.py:263
↓ 74 callersMethodset_transform
(self, trans)
site-packages/matplotlib/table.py:59
↓ 74 callersMethodwrite
(self, s, no_wait=False)
site-packages/system/shio.py:159
↓ 73 callersMethodadd_patch
Add a :class:`~matplotlib.patches.Patch` *p* to the list of axes patches; the clipbox will be set to the Axes clipping box.
site-packages/matplotlib/axes/_base.py:1957
↓ 73 callersMethodcheck_result
(self, name, method1, key1, method2, key2, typs=None, objs=None, axes=None, fails=None)
site-packages/pandas/tests/indexing/common.py:200
↓ 73 callersFunctioneval
Evaluate a Python expression as a string using various backends. The following arithmetic operations are supported: ``+``, ``-``, ``*``, ``/`
site-packages/pandas/core/computation/eval.py:156
↓ 73 callersMethodfirst
Convenience method for subsetting initial periods of time series data based on a date offset. Parameters ----------
site-packages/pandas/core/generic.py:8168
↓ 73 callersFunctionis_timedelta64_dtype
Check whether an array-like or dtype is of the timedelta64 dtype. Parameters ---------- arr_or_dtype : array-like The array-
site-packages/pandas/core/dtypes/common.py:477
↓ 73 callersMethodquantile
Return value at the given quantile. Parameters ---------- q : float or array-like, default 0.5 (50% quantile)
site-packages/pandas/core/series.py:2052
↓ 73 callersFunctionread_json
Convert a JSON string to pandas object. Parameters ---------- path_or_buf : a valid JSON string or file-like, default: None
site-packages/pandas/io/json/json.py:229
↓ 73 callersMethodupdate
(self)
site-packages/matplotlib/backends/_backend_tk.py:733
↓ 72 callersFunctiongetmask
Return the mask of a masked array, or nomask. Return the mask of `a` as an ndarray if `a` is a `MaskedArray` and the mask is not `nomask
site-packages/numpy/ma/core.py:1361
↓ 72 callersFunctionis_dtype_equal
Check if two dtypes are equal. Parameters ---------- source : The first dtype to compare target : The second dtype to compare
site-packages/pandas/core/dtypes/common.py:756
↓ 72 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/CoreServices/LaunchServices/_metadata.py:8
↓ 72 callersMethodtransform
Transform the font by slanting or extending. *effects* should be a dict where ``effects['slant']`` is the tangent of the angl
site-packages/matplotlib/type1font.py:307
↓ 71 callersFunctionassert_array_almost_equal
Raises an AssertionError if two objects are not equal up to desired precision. .. note:: It is recommended to use one of `assert_allclos
site-packages/numpy/testing/_private/utils.py:899
↓ 71 callersMethodset_title
Set a title for the axes. Set one of the three available axes titles. The available titles are positioned above the axes in
site-packages/matplotlib/axes/_axes.py:172
↓ 71 callersMethodview
(self, cls=None)
site-packages/pandas/core/indexes/base.py:699
↓ 70 callersMethodargsort
Override ndarray.argsort. Argsorts the value, omitting NA/null values, and places the result in the same locations as the non-NA valu
site-packages/pandas/core/series.py:3051
↓ 70 callersFunctionfunc
(ax, x, y)
site-packages/matplotlib/tests/test_preprocess_data.py:43
↓ 70 callersFunctionoutmess
(line, flag=1)
site-packages/numpy/f2py/crackfortran.py:233
↓ 69 callersMethod_shallow_copy
(self, values=None, **kwargs)
site-packages/pandas/core/indexes/base.py:567
↓ 69 callersMethodcreateElement
Create an element but don't insert it anywhere
Pyto Mac/pip/_vendor/html5lib/treebuilders/base.py:301
↓ 69 callersMethodmerge
Merge holiday calendars together. The caller's class rules take precedence. The merge will be done based on each holiday's
site-packages/pandas/tseries/holiday.py:451
↓ 69 callersMethodspecgram
Plot a spectrogram. Call signature:: specgram(x, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none, wind
site-packages/matplotlib/axes/_axes.py:7470
↓ 68 callersMethod_check_colors
(bp, box_c, whiskers_c, medians_c, caps_c='k', fliers_c=None)
site-packages/pandas/tests/plotting/test_frame.py:2119
↓ 68 callersMethodremove
(self, pathname)
site-packages/distlib/wheel.py:107
↓ 67 callersMethodcontains
Test whether the mouse event occurred in the axes. Returns *True* / *False*, {}
site-packages/matplotlib/axes/_base.py:4275
↓ 67 callersFunctionpackb
Pack object `o` and return packed bytes See :class:`Packer` for options.
site-packages/pandas/io/msgpack/__init__.py:36
↓ 67 callersMethodsetParseAction
Define one or more actions to perform when successfully matching parse element definition. Parse action fn is a callable method wit
site-packages/setuptools/_vendor/pyparsing.py:1250
↓ 67 callersMethodwrite
(self, path=None, fileobj=None, legacy=False, skip_unknown=True)
Pyto Mac/pip/_vendor/distlib/metadata.py:1047
↓ 66 callersFunctionbdate_range
Return a fixed frequency DatetimeIndex, with business day as the default frequency Parameters ---------- start : string or datet
site-packages/pandas/core/indexes/datetimes.py:1528
↓ 66 callersFunctiondatapath
Get the path to a data file. Parameters ---------- path : str Path to the file, relative to ``pandas/tests/`` Returns --
site-packages/pandas/conftest.py:282
↓ 66 callersFunctionid
Return the distro ID of the current distribution, as a machine-readable string. For a number of OS distributions, the returned distro ID
site-packages/distro.py:123
↓ 66 callersMethodpivot_table
(self, values=None, index=None, columns=None, aggfunc='mean', fill_value=None, margins=Fal
site-packages/pandas/core/frame.py:5709
↓ 66 callersMethodwrite
(self, s)
Pyto Mac/pip/_vendor/msgpack/fallback.py:38
↓ 65 callersMethodclip
Trim values at input threshold(s). Assigns values outside boundary to boundary values. Thresholds can be singular values or
site-packages/pandas/core/generic.py:7210
↓ 65 callersMethodfloor
(self, freq, ambiguous='raise', nonexistent='raise')
site-packages/pandas/core/arrays/datetimelike.py:313
↓ 65 callersMethodget
Retrieve a :py:class:`datetime.tzinfo` object by its ``tzid``. :param tzid: If there is exactly one time zone available,
site-packages/dateutil/tz/tz.py:1271
↓ 65 callersFunctionwriteln
(fh, line)
site-packages/matplotlib/backends/backend_pgf.py:111
↓ 64 callersMethoddraw
Draw everything (plot lines, axes, labels)
site-packages/matplotlib/axes/_base.py:2557
↓ 64 callersMethodget_ylim
Return the y-axis view limits. Returns ------- bottom, top : (float, float) The current y-axis limits in
site-packages/matplotlib/axes/_base.py:3509
↓ 64 callersMethodset_visible
(self, b)
site-packages/mpl_toolkits/axes_grid1/mpl_axes.py:95
↓ 64 callersMethodset_visible
Set the artist's visibility. Parameters ---------- b : bool
site-packages/matplotlib/artist.py:848
↓ 64 callersMethodtake
(self, indices, axis=0, allow_fill=True, fill_value=None, **kwargs)
site-packages/pandas/core/indexes/base.py:784
↓ 64 callersMethodto_rgba
Return a normalized rgba array corresponding to *x*. In the normal case, *x* is a 1-D or 2-D sequence of scalars, and the co
site-packages/matplotlib/cm.py:222
↓ 64 callersMethodtranspose
(self, *args, **kwargs)
site-packages/pandas/core/panel.py:1272
↓ 63 callersMethodappend
Add single element to end of ParseResults list of elements. Example:: print(OneOrMore(Word(nums)).parseString("0 123 32
Pyto Mac/pip/_vendor/pyparsing.py:721
↓ 63 callersMethodappend
Add single element to end of ParseResults list of elements. Example:: print(OneOrMore(Word(nums)).parseString("0 123
site-packages/setuptools/_vendor/pyparsing.py:605
↓ 63 callersMethodapply
Apply a function along an axis of the DataFrame. Objects passed to the function are Series objects whose index is either the
site-packages/pandas/core/frame.py:6267
↓ 63 callersMethodastimezone
(self, tzinfo)
site-packages/matplotlib/tests/test_dates.py:540
↓ 63 callersMethodcolorbar
Create a colorbar for a ScalarMappable instance, *mappable*. Documentation for the pyplot thin wrapper: %(colorbar_doc)s
site-packages/matplotlib/figure.py:2127
↓ 63 callersFunctioncreate_mgr
Construct BlockManager from string description. String description syntax looks similar to np.matrix initializer. It looks like this::
site-packages/pandas/tests/internals/test_internals.py:138
↓ 63 callersFunctionf
(self, other)
site-packages/pandas/core/ops.py:1411
↓ 63 callersMethodfrom_records
Convert structured or record ndarray to DataFrame. Parameters ---------- data : ndarray (structured dtype), list of
site-packages/pandas/core/frame.py:1415
↓ 63 callersFunctionis_datetime64_dtype
Check whether an array-like or dtype is of the datetime64 dtype. Parameters ---------- arr_or_dtype : array-like The array-l
site-packages/pandas/core/dtypes/common.py:408
↓ 63 callersFunctionis_float_dtype
Check whether the provided array or dtype is of a float dtype. This function is internal and should not be exposed in the public API. P
site-packages/pandas/core/dtypes/common.py:1568
↓ 63 callersMethodwarn
(self, msg)
site-packages/setuptools/command/egg_info.py:558
↓ 62 callersMethod_on
(self)
site-packages/pandas/core/window.py:76
↓ 62 callersMethoddiff
First discrete difference of element. Calculates the difference of a Series element compared with another element in the Ser
site-packages/pandas/core/series.py:2193
↓ 62 callersMethodfilled
Return a copy with masked fields filled with a given value. Parameters ---------- fill_value : scalar, optional
site-packages/numpy/ma/core.py:6148
↓ 62 callersMethodlistdir
(self, path=".")
site-packages/stashutils/fsi/FTP.py:147
↓ 62 callersMethodsetName
Define name for this expression, makes debugging and exception messages clearer. Example:: Word(nums).parseS
site-packages/setuptools/_vendor/pyparsing.py:1190
↓ 61 callersMethodboxplot
Make a box and whisker plot. Make a box and whisker plot for each column of ``x`` or each vector in sequence ``x``. The box
site-packages/matplotlib/axes/_axes.py:3316
↓ 61 callersMethodextract
(r)
site-packages/pandas/io/parsers.py:1474
↓ 61 callersMethodreplace
Return a datetime with the same attributes, except for those attributes given new values by whichever keyword arguments are
site-packages/dateutil/tz/_common.py:64
↓ 61 callersMethodsearchsorted
(self, value, side='left', sorter=None)
site-packages/pandas/core/series.py:2394
← previousnext →301–400 of 43,589, ranked by callers