MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / functions

Functions43,589 in github.com/ColdGrub1384/Pyto

↓ 30 callersMethodtitle
For each element in `self`, return a titlecased version of the string: words start with uppercase characters, all remaining cased
site-packages/numpy/core/defchararray.py:2558
↓ 30 callersMethodto_dict
Convert Series to {label -> value} dict or dict-like object. Parameters ---------- into : class, default dict
site-packages/pandas/core/series.py:1470
↓ 29 callersMethodargmax
Return an ndarray of the maximum argument indexer. Parameters ---------- axis : {None} Dummy argument fo
site-packages/pandas/core/base.py:1023
↓ 29 callersMethodargmin
Return a ndarray of the minimum argument indexer. Parameters ---------- axis : {None} Dummy argument for
site-packages/pandas/core/base.py:1080
↓ 29 callersMethoddot
Compute the dot product between the Series and the columns of other. This method computes the dot product between the Series and ano
site-packages/pandas/core/series.py:2302
↓ 29 callersMethoddraw
Draws the `.Text` object to the given *renderer*.
site-packages/matplotlib/text.py:695
↓ 29 callersFunctionfn
(x)
site-packages/pandas/tests/test_common.py:18
↓ 29 callersMethodget_ticklocs
Get the tick locations in data coordinates as a numpy array
site-packages/matplotlib/axis.py:1320
↓ 29 callersMethodisfile
(self)
Pyto Mac/pip/_vendor/distlib/_backport/tarfile.py:1560
↓ 29 callersFunctionnp_datetime64_compat
provide compat for construction of strings to numpy datetime64's with tz-changes in 1.11 that make '2015-01-01 09:00:00Z' show a deprecation
site-packages/pandas/compat/numpy/__init__.py:38
↓ 29 callersMethodscatter
Create a scatter plot with varying marker point size and color. The coordinates of each point are defined by two dataframe columns a
site-packages/pandas/plotting/_core.py:3435
↓ 29 callersMethodset_xticks
Set the x ticks with list of *ticks* Parameters ---------- ticks : list List of x-axis tick locations.
site-packages/matplotlib/axes/_base.py:3324
↓ 29 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/pkg_resources/_vendor/pyparsing.py:1799
↓ 29 callersMethodtz_localize
Localize tz-naive Datetime Array/Index to tz-aware Datetime Array/Index. This method takes a time zone (tz) naive Datetime A
site-packages/pandas/core/arrays/datetimes.py:871
↓ 28 callersFunction_na_map
(f, arr, na_result=np.nan, dtype=object)
site-packages/pandas/core/strings.py:57
↓ 28 callersMethodcheck_output
(self, want, got, optionflags)
site-packages/numpy/testing/_private/noseclasses.py:110
↓ 28 callersMethodcombine_first
Combine Series values, choosing the calling Series's values first. Parameters ---------- other : Series
site-packages/pandas/core/series.py:2636
↓ 28 callersFunctioncontainer_wrap
(v)
Pyto Mac/PyObjC/objc/_convenience.py:94
↓ 28 callersFunctionconv
(i)
site-packages/pandas/core/indexes/api.py:168
↓ 28 callersFunctiondisplay_path
Gives the display value for a given path, making it relative to cwd if possible.
Pyto Mac/pip/_internal/utils/misc.py:139
↓ 28 callersMethodexists
Test if path exists. Test if `path` exists as (and in this order): - a local file. - a remote URL that has been dow
site-packages/numpy/lib/_datasource.py:518
↓ 28 callersMethodfind
(self, resource_name)
site-packages/distlib/resources.py:155
↓ 28 callersMethodget_rotation
Return the text angle as float in degrees.
site-packages/matplotlib/text.py:242
↓ 28 callersMethodparse
Parse expression *s* using the given *fonts_object* for output, at the given *fontsize* and *dpi*. Returns the parse tree of
site-packages/matplotlib/mathtext.py:2498
↓ 28 callersMethodpartition
(self, sep=' ', expand=True)
site-packages/pandas/core/strings.py:2502
↓ 28 callersMethodprocessStartTag
(self, token)
Pyto Mac/pip/_vendor/html5lib/html5parser.py:471
↓ 28 callersMethodptp
Return (maximum - minimum) along the given dimension (i.e. peak-to-peak value). Parameters ---------- axis :
site-packages/numpy/ma/core.py:5749
↓ 28 callersMethodsearch
(self, terms, operator=None)
Pyto Mac/pip/_vendor/distlib/index.py:509
↓ 28 callersMethodtrigger
(self, *args)
site-packages/matplotlib/backends/backend_wx.py:2000
↓ 28 callersMethodtype
Return the type of UnitDbl data.
site-packages/matplotlib/testing/jpl_units/UnitDbl.py:231
↓ 28 callersMethodvar
(x)
site-packages/pandas/tests/frame/test_analytics.py:738
↓ 27 callersFunctionDEBUG_MSG
(string, lvl=3, o=None)
site-packages/matplotlib/backends/backend_wx.py:46
↓ 27 callersMethod_construct
construct an object for the given shape if value is specified use that if its a scalar if value is an array, repeat it as nee
site-packages/pandas/tests/generic/test_generic.py:35
↓ 27 callersMethod_constructor
(self)
site-packages/pandas/core/series.py:340
↓ 27 callersMethodastype
(self, dtype, copy=True)
site-packages/pandas/core/indexes/timedeltas.py:324
↓ 27 callersMethodbar
r""" Make a bar plot. The bars are positioned at *x* with the given *align*\ment. Their dimensions are given by *width* and *
site-packages/matplotlib/axes/_axes.py:2076
↓ 27 callersMethodcombine
Combine the Series with a Series or scalar according to `func`. Combine the Series and `other` using `func` to perform elementwise
site-packages/pandas/core/series.py:2531
↓ 27 callersMethodcontourf
(self, *args, **kwargs)
site-packages/matplotlib/axes/_axes.py:6237
↓ 27 callersFunctioncreate_pandas_abc_type
(name, attr, comp)
site-packages/pandas/core/dtypes/generic.py:6
↓ 27 callersMethodget_axes
Return a list of axes in the Figure. You can access and modify the axes in the Figure through this list. Do not modify the l
site-packages/matplotlib/figure.py:1690
↓ 27 callersMethodget_subplotspec
get the SubplotSpec instance associated with the subplot
site-packages/matplotlib/axes/_subplots.py:111
↓ 27 callersMethodget_transform
Return transform scaling circle areas to data space.
site-packages/matplotlib/tests/test_collections.py:531
↓ 27 callersMethodinternal_values
return an internal format, currently just the ndarray this should be the pure internal API format
site-packages/pandas/core/internals/blocks.py:166
↓ 27 callersFunctionl_or
(*f)
site-packages/numpy/f2py/auxfuncs.py:573
↓ 27 callersMethodset_xscale
Set the x-axis scale. Parameters ---------- value : {"linear", "log", "symlog", "logit", ...} The axis s
site-packages/matplotlib/axes/_base.py:3286
↓ 27 callersMethodset_yticks
Set the y ticks with list of *ticks* Parameters ---------- ticks : list List of y-axis tick locations
site-packages/matplotlib/axes/_base.py:3713
↓ 27 callersMethodswapaxes
Interchange axes and swap values axes appropriately. Returns ------- y : same as input
site-packages/pandas/core/generic.py:685
↓ 27 callersMethodtick_params
Change the appearance of ticks, tick labels, and gridlines. Parameters ---------- axis : {'x', 'y', 'both'}, optional
site-packages/matplotlib/axes/_base.py:2899
↓ 27 callersMethodunion
Return a :class:`Bbox` that contains all of the given bboxes.
site-packages/matplotlib/transforms.py:727
↓ 27 callersMethodunstack
Pivot a level of the (necessarily hierarchical) index labels, returning a DataFrame having a new level of column labels whose inner-m
site-packages/pandas/core/frame.py:5888
↓ 27 callersMethodupdate
search order for local (i.e., @variable) variables: scope, key_variable [('locals', 'local_name'), ('globals', 'loc
site-packages/pandas/core/computation/ops.py:89
↓ 26 callersMethod__setmask__
Set the mask.
site-packages/numpy/ma/core.py:3377
↓ 26 callersMethod_check_comparison_ops
(self, a, b, a_dense, b_dense)
site-packages/pandas/tests/arrays/sparse/test_arithmetics.py:82
↓ 26 callersMethod_value
(self, s, loc, tokens)
site-packages/matplotlib/fontconfig_pattern.py:141
↓ 26 callersMethodassertIs
(self, value, test, message = None)
Pyto Mac/PyObjC/PyObjCTools/TestSupport.py:894
↓ 26 callersMethodbxp
Drawing function for box and whisker plots. Make a box and whisker plot for each column of *x* or each vector in sequence *x
site-packages/matplotlib/axes/_axes.py:3618
↓ 26 callersMethodcommunicate
(self)
site-packages/matplotlib/animation.py:906
↓ 26 callersFunctionexpected_html
Read HTML file from formats data directory. Parameters ---------- datapath : pytest fixture The datapath fixture injected in
site-packages/pandas/tests/io/formats/test_to_html.py:19
↓ 26 callersMethodget_label
Return the axis label as a Text instance
site-packages/matplotlib/axis.py:1226
↓ 26 callersMethodget_siblings
Returns all of the items joined with *a*, including itself.
site-packages/matplotlib/cbook/__init__.py:970
↓ 26 callersMethodget_storer
return the storer object for a key, raise if not in the file
site-packages/pandas/io/pytables.py:1153
↓ 26 callersMethodget_window_extent
Return the `Bbox` bounding the text, in display units. In addition to being used internally, this is useful for specifying c
site-packages/matplotlib/text.py:892
↓ 26 callersMethodget_ydata
Return the ydata. If *orig* is *True*, return the original data, else the processed data.
site-packages/matplotlib/lines.py:926
↓ 26 callersMethodinsert
Inserts new element at location index in the list of parsed tokens. Similar to ``list.insert()``. Example:: pr
Pyto Mac/pip/_vendor/pyparsing.py:700
↓ 26 callersMethodisAnchored
(self)
site-packages/pandas/tseries/offsets.py:1323
↓ 26 callersMethodis_dtype_equal
Returns True if categoricals are the same dtype same categories, and same ordered Parameters ---------- ot
site-packages/pandas/core/arrays/categorical.py:2348
↓ 26 callersMethodmax
Return the maximum along a given axis. Parameters ---------- axis : {None, int}, optional Axis along whi
site-packages/numpy/ma/core.py:5686
↓ 26 callersMethodmkdir
(self, name)
site-packages/stashutils/fsi/FTP.py:132
↓ 26 callersMethodonOffset
(self, dt)
site-packages/pandas/tseries/offsets.py:1393
↓ 26 callersFunctionpng_crc_read
Read data, and (optionally) run it through the CRC. */
libpng/pngrutil.c:186
↓ 26 callersMethodpop
Removes and returns item at specified index (default= ``last``). Supports both ``list`` and ``dict`` semantics for ``pop()``. If
Pyto Mac/pip/_vendor/pyparsing.py:622
↓ 26 callersMethodrestore
(self)
site-packages/matplotlib/backends/backend_cairo.py:465
↓ 26 callersMethodseek
(self, arg)
site-packages/matplotlib/mlab.py:2744
↓ 26 callersFunctionsel32or64
(a, b)
Pyto Mac/PyObjC/LatentSemanticMapping/_metadata.py:8
↓ 26 callersMethodset
Modify Block in-place with new item value Returns ------- None
site-packages/pandas/core/internals/blocks.py:322
↓ 26 callersMethodto_series
(mi, level)
site-packages/pandas/tests/frame/test_query_eval.py:337
↓ 26 callersMethodtshift
(self, periods=1, freq=None, axis='major')
site-packages/pandas/core/panel.py:1341
↓ 26 callersMethodtype
The type of the completion objects. Follows imports. For a further description, look at :attr:`jedi.api.classes.BaseDefinition.type`.
site-packages/jedi/api/classes.py:452
↓ 26 callersMethodupdate
(self)
Pyto Mac/pip/_vendor/progress/bar.py:35
↓ 26 callersMethodwrite
(self, path=None, fileobj=None, legacy=False, skip_unknown=True)
site-packages/distlib/metadata.py:1044
↓ 26 callersMethodwrite
(self, data_bytes)
site-packages/pandas/tests/io/json/test_ujson.py:587
↓ 26 callersMethodwriteObject
(self, object, contents)
site-packages/matplotlib/backends/backend_pdf.py:1513
↓ 25 callersFunction_check_plot_works
(f, freq=None, series=None, *args, **kwargs)
site-packages/pandas/tests/plotting/test_datetimelike.py:1517
↓ 25 callersMethod_check_ticks_props
Check each axes has expected tick properties Parameters ---------- axes : matplotlib Axes object, or its list-like
site-packages/pandas/tests/plotting/common.py:250
↓ 25 callersMethod_get_attributes_dict
Return an attributes dict for my class.
site-packages/pandas/core/indexes/base.py:547
↓ 25 callersMethodconstruct_from_string
(cls, string)
site-packages/pandas/tests/extension/json/array.py:49
↓ 25 callersMethoddropna
Remove missing values. See the :ref:`User Guide <missing_data>` for more on which values are considered missing, and how to
site-packages/pandas/core/frame.py:4413
↓ 25 callersMethodextractall
(self, pat, flags=0)
site-packages/pandas/core/strings.py:2780
↓ 25 callersMethodget
r"""Sends a GET request. Returns :class:`Response` object. :param url: URL for the new :class:`Request` object. :param \*\*kwargs: Op
Pyto Mac/pip/_vendor/requests/sessions.py:537
↓ 25 callersMethodget
Remove and return an item from the queue. If optional args 'block' is true and 'timeout' is None (the default), block if necessary un
site-packages/queue.py:153
↓ 25 callersMethodget
r"""Sends a GET request. Returns :class:`Response` object. :param url: URL for the new :class:`Request` object. :param \*\*kwargs: Op
site-packages/requests/sessions.py:537
↓ 25 callersMethodget_legend
Return the `Legend` instance, or None if no legend is defined.
site-packages/matplotlib/axes/_base.py:1722
↓ 25 callersMethodget_matrix
Get the underlying transformation matrix as a 3x3 numpy array:: a c e b d f 0 0 1 .
site-packages/matplotlib/transforms.py:1908
↓ 25 callersMethodget_parent_until
(self)
site-packages/jedi/evaluate/iterable.py:266
↓ 25 callersMethodget_points
(self)
site-packages/matplotlib/transforms.py:439
↓ 25 callersMethodget_renderer
(self)
site-packages/matplotlib/backends/backend_pgf.py:948
↓ 25 callersMethodidxmax
Return the row label of the maximum value. If multiple values equal the maximum, the first row label with that value is retu
site-packages/pandas/core/series.py:1923
↓ 25 callersFunctionis_numeric_dtype
Check whether the provided array or dtype is of a numeric dtype. Parameters ---------- arr_or_dtype : array-like The array o
site-packages/pandas/core/dtypes/common.py:1493
↓ 25 callersFunctionisarray
(var)
site-packages/numpy/f2py/auxfuncs.py:96
↓ 25 callersMethoditertuples
Iterate over DataFrame rows as namedtuples. Parameters ---------- index : bool, default True If True, re
site-packages/pandas/core/frame.py:833
← previousnext →801–900 of 43,589, ranked by callers