Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ functions
Functions
43,589 in github.com/ColdGrub1384/Pyto
⨍
Functions
43,589
◇
Types & classes
4,707
↳
Endpoints
515
↓ 25 callers
Method
plot
Plot 2D or 3D data. ========== ================================================ Argument Description ==========
site-packages/mpl_toolkits/mplot3d/axes3d.py:1507
↓ 25 callers
Method
read
Read the metadata values from a file path.
Pyto Mac/pip/_vendor/distlib/metadata.py:354
↓ 25 callers
Method
read
Read the metadata values from a file path.
site-packages/distlib/metadata.py:352
↓ 25 callers
Method
repeat
(self, repeats, axis=None)
site-packages/pandas/core/indexes/base.py:860
↓ 25 callers
Method
round
Round a DataFrame to a variable number of decimal places. Parameters ---------- decimals : int, dict, Series
site-packages/pandas/core/frame.py:6829
↓ 25 callers
Method
set_axis
(a, i)
site-packages/pandas/core/generic.py:263
↓ 25 callers
Method
sleep
Sleep between retry attempts. This method will respect a server's ``Retry-After`` response header and sleep the duration of the time
site-packages/urllib3/util/retry.py:267
↓ 25 callers
Method
swaplevel
Swap levels i and j in a MultiIndex. Parameters ---------- i, j : int, str (can be mixed) Level of index
site-packages/pandas/core/series.py:3282
↓ 25 callers
Method
tail
(self, n=5)
site-packages/pandas/core/panel.py:662
↓ 25 callers
Method
tz_convert
Convert tz-aware Datetime Array/Index from one time zone to another. Parameters ---------- tz : str, pytz.timezone,
site-packages/pandas/core/arrays/datetimes.py:796
↓ 25 callers
Function
wrap
(func)
site-packages/system/shcommon.py:198
↓ 24 callers
Method
_constructor
(self)
site-packages/pandas/core/window.py:2227
↓ 24 callers
Function
_ensure_decoded
if we have bytes, decode them to unicode
site-packages/pandas/io/pytables.py:53
↓ 24 callers
Method
_get_level_number
(self, level)
site-packages/pandas/core/indexes/base.py:1425
↓ 24 callers
Function
_make_index
(length, indices, kind)
site-packages/pandas/core/arrays/sparse.py:1880
↓ 24 callers
Method
_process_unit_info
Look for unit *kwargs* and update the axis instances as necessary
site-packages/matplotlib/axes/_base.py:2107
↓ 24 callers
Method
add
(cls)
site-packages/jedi/evaluate/representation.py:400
↓ 24 callers
Method
any
Tests whether at least one of elements evaluate True Returns ------- any : bool See Also --------
site-packages/pandas/core/arrays/sparse.py:1464
↓ 24 callers
Method
between_time
Select values between particular times of the day (e.g., 9:00-9:30 AM). By setting ``start_time`` to be later than ``end_time``,
site-packages/pandas/core/generic.py:7796
↓ 24 callers
Method
box
r""" Make a box plot of the DataFrame columns. A box plot is a method for graphically depicting groups of numerical data thro
site-packages/pandas/plotting/_core.py:3171
↓ 24 callers
Method
capitalize
Return a copy of `self` with only the first character of each element capitalized. See also -------- char.ca
site-packages/numpy/core/defchararray.py:2164
↓ 24 callers
Function
check_round_trip
Verify parquet serializer and deserializer produce the same results. Performs a pandas to disk and disk to pandas round trip, then compares t
site-packages/pandas/tests/io/test_parquet.py:99
↓ 24 callers
Function
compare
(slobj)
site-packages/pandas/tests/series/indexing/test_datetime.py:590
↓ 24 callers
Method
connect_event
Connect callback with an event. This should be used in lieu of `figure.canvas.mpl_connect` since this function stores callback ids fo
site-packages/matplotlib/widgets.py:119
↓ 24 callers
Function
constructor
Fixture for testing both interval container classes.
site-packages/pandas/tests/arrays/interval/test_ops.py:11
↓ 24 callers
Method
encode
(self, input, errors='strict')
site-packages/webencodings/x_user_defined.py:23
↓ 24 callers
Method
find
(self, sub, start=0, end=None)
site-packages/pandas/core/strings.py:2809
↓ 24 callers
Function
findfont
(prop, fontext='ttf')
site-packages/matplotlib/font_manager.py:1326
↓ 24 callers
Method
get
Get the first header value for 'name', or return 'default
site-packages/webencodings/wsgiref/headers.py:94
↓ 24 callers
Method
get_cmap
return the colormap
site-packages/matplotlib/cm.py:306
↓ 24 callers
Method
get_position
return the position of the rectangle.
site-packages/mpl_toolkits/axes_grid1/axes_divider.py:116
↓ 24 callers
Method
get_position
Return the position of the text as a tuple (*x*, *y*)
site-packages/matplotlib/text.py:857
↓ 24 callers
Method
get_result
return the result for this obj with this key and this axis
site-packages/pandas/tests/indexing/common.py:143
↓ 24 callers
Method
get_values
Same as values (but handles sparseness conversions); is a view.
site-packages/pandas/core/series.py:491
↓ 24 callers
Method
get_window_extent
get the axes bounding box in display space; *args* and *kwargs* are empty
site-packages/matplotlib/axes/_base.py:573
↓ 24 callers
Method
is_scalar
(self)
site-packages/pandas/core/computation/ops.py:223
↓ 24 callers
Function
make_invalid_op
Return a binary method that always raises a TypeError. Parameters ---------- name : str Returns ------- invalid_op : fu
site-packages/pandas/core/ops.py:200
↓ 24 callers
Function
markoutercomma
(line, comma=',')
site-packages/numpy/f2py/crackfortran.py:817
↓ 24 callers
Method
read_csv
(self, file)
site-packages/pandas/tests/io/test_stata.py:112
↓ 24 callers
Function
sel32or64
(a, b)
Pyto Mac/PyObjC/InputMethodKit/_metadata.py:8
↓ 24 callers
Method
show
Shows alert. Returns the title of the selected action.
site-packages/console.py:509
↓ 24 callers
Method
to_records
Convert DataFrame to a NumPy record array. Index will be included as the first field of the record array if requested.
site-packages/pandas/core/frame.py:1542
↓ 24 callers
Method
to_rgba_array
Returns a numpy array of *RGBA* tuples. Accepts a single mpl color spec or a sequence of specs. Special case to handle "no
site-packages/matplotlib/colors.py:352
↓ 24 callers
Method
wrap
return a callable function that wraps func and reports it output through the verbose handler if current verbosity level is hi
site-packages/matplotlib/__init__.py:360
↓ 24 callers
Method
write
(self, data)
site-packages/stashutils/fsi/FTP.py:261
↓ 23 callers
Function
_get_standard_colors
(num_colors=None, colormap=None, color_type='default', color=None)
site-packages/pandas/plotting/_style.py:16
↓ 23 callers
Method
_set_artist_props
(self, a)
site-packages/matplotlib/axis.py:335
↓ 23 callers
Method
append
Append a collection of Index options together Parameters ---------- other : Index or list/tuple of indices
site-packages/pandas/core/indexes/multi.py:1824
↓ 23 callers
Method
cumsum
Return the cumulative sum of the array elements over the given axis. Masked values are set to 0 internally during the computation.
site-packages/numpy/ma/core.py:5018
↓ 23 callers
Function
dictappend
(rd, ar)
site-packages/numpy/f2py/auxfuncs.py:766
↓ 23 callers
Function
f
(x)
site-packages/pandas/tests/resample/test_time_grouper.py:25
↓ 23 callers
Method
get_size_inches
Returns the current size of the figure in inches. Returns ------- size : ndarray The size (width, height)
site-packages/matplotlib/figure.py:933
↓ 23 callers
Method
get_ticklabels
Get the tick labels as a list of :class:`~matplotlib.text.Text` instances. Parameters ---------- minor : boo
site-packages/matplotlib/axis.py:1252
↓ 23 callers
Method
ljust
(self, width, fillchar=' ')
site-packages/pandas/core/strings.py:2580
↓ 23 callers
Function
needs_i8_conversion
Check whether the array or dtype should be converted to int64. An array-like or dtype "needs" such a conversion if the array-like or dty
site-packages/pandas/core/dtypes/common.py:1451
↓ 23 callers
Function
period_break
Returns the indices where the given period changes. Parameters ---------- dates : PeriodIndex Array of intervals to monitor.
site-packages/pandas/plotting/_converter.py:560
↓ 23 callers
Function
png_create_colormap_entry
NOTE: P_LINEAR values to this routine must be 16-bit, but P_FILE values must * be 8-bit. */
libpng/pngread.c:1732
↓ 23 callers
Function
png_fixed
libpng/png.c:3212
↓ 23 callers
Method
position
Returns (line, col) of the current position in the stream.
Pyto Mac/pip/_vendor/html5lib/_inputstream.py:235
↓ 23 callers
Method
read
Return the next size number of bytes from the stream. If size is not defined, return all bytes of the stream up to EOF.
Pyto Mac/pip/_vendor/distlib/_backport/tarfile.py:565
↓ 23 callers
Method
read
Return the next size number of bytes from the stream. If size is not defined, return all bytes of the stream up to EOF.
site-packages/distlib/_backport/tarfile.py:565
↓ 23 callers
Method
read
(self, size=None)
site-packages/pandas/tests/io/test_html.py:1119
↓ 23 callers
Function
reduce
( elem, size, border, margin )
site-packages/matplotlib/backends/web_backend/jquery/js/jquery-ui.js:157
↓ 23 callers
Method
reindex
Create index with target's values (move/add/delete values as necessary). Parameters ---------- target : an i
site-packages/pandas/core/indexes/base.py:3088
↓ 23 callers
Method
remove
Remove pandas object partially by specifying the where condition Parameters ---------- key : string Node
site-packages/pandas/io/pytables.py:880
↓ 23 callers
Method
rrule
Include the given :py:class:`rrule` instance in the recurrence set generation.
site-packages/dateutil/rrule.py:1350
↓ 23 callers
Function
sel32or64
(a, b)
Pyto Mac/PyObjC/AddressBook/_metadata.py:8
↓ 23 callers
Method
values
Returns all named result values (as a list in Python 2.x, as an iterator in Python 3.x).
Pyto Mac/pip/_vendor/pyparsing.py:609
↓ 22 callers
Method
_consolidate_inplace
(self)
site-packages/pandas/core/internals/managers.py:923
↓ 22 callers
Function
asarray
Convert the input to a `chararray`, copying the data only if necessary. Versus a regular NumPy array of type `str` or `unicode`, this
site-packages/numpy/core/defchararray.py:2786
↓ 22 callers
Function
convert
convert the numpy values to a list
site-packages/pandas/io/packers.py:268
↓ 22 callers
Method
copy
Copy constructor.
site-packages/pandas/core/arrays/categorical.py:472
↓ 22 callers
Function
decode
Decode a single string. :param input: A byte string :param fallback_encoding: An :class:`Encoding` object or a label string.
Pyto Mac/pip/_vendor/webencodings/__init__.py:139
↓ 22 callers
Function
decode
Decode a single string. :param input: A byte string :param fallback_encoding: An :class:`Encoding` object or a label string.
site-packages/webencodings/__init__.py:139
↓ 22 callers
Method
drop_table
(self, table_name)
site-packages/pandas/tests/io/test_sql.py:194
↓ 22 callers
Method
dtype
(self)
site-packages/pandas/io/pytables.py:3169
↓ 22 callers
Method
error
Generates an error token with the given message :arg msg: the error message :returns: SerializeError token
Pyto Mac/pip/_vendor/html5lib/treewalkers/base.py:38
↓ 22 callers
Function
example_plot
(ax, fontsize=12, nodec=False)
site-packages/matplotlib/tests/test_constrainedlayout.py:10
↓ 22 callers
Method
fill_between
Fill the area between two horizontal curves. The curves are defined by the points (*x*, *y1*) and (*x*, *y2*). This creates
site-packages/matplotlib/axes/_axes.py:4952
↓ 22 callers
Function
gcf
Get a reference to the current figure.
site-packages/matplotlib/pyplot.py:572
↓ 22 callers
Method
get
Get a metadata field.
Pyto Mac/pip/_vendor/distlib/metadata.py:490
↓ 22 callers
Method
get
Get a metadata field.
site-packages/distlib/metadata.py:488
↓ 22 callers
Method
get_affine
Get the affine part of this transform.
site-packages/matplotlib/transforms.py:1486
↓ 22 callers
Function
get_exception
()
site-packages/numpy/distutils/compat.py:9
↓ 22 callers
Method
get_label
(i)
site-packages/pandas/plotting/_core.py:384
↓ 22 callers
Method
get_rgb
(self)
site-packages/matplotlib/backends/backend_cairo.py:524
↓ 22 callers
Method
grid
Configure the grid lines. Parameters ---------- b : bool or None Whether to show the grid lines. If any
site-packages/matplotlib/axis.py:1418
↓ 22 callers
Method
inverted
(self)
site-packages/matplotlib/scale.py:178
↓ 22 callers
Method
items
Returns all named result key-values (as a list of tuples in Python 2.x, as an iterator in Python 3.x).
Pyto Mac/pip/_vendor/pyparsing.py:613
↓ 22 callers
Method
iterrows
Iterate over DataFrame rows as (index, Series) pairs. Yields ------ index : label or tuple of label The
site-packages/pandas/core/frame.py:781
↓ 22 callers
Function
json_normalize
Normalize semi-structured JSON data into a flat table. Parameters ---------- data : dict or list of dicts Unserialized JSON
site-packages/pandas/io/json/normalize.py:99
↓ 22 callers
Method
move
(self, line_offset, column_offset)
site-packages/jedi/parser/tree.py:173
↓ 22 callers
Function
png_save_uint_16
Place a 16-bit number into a buffer in PNG byte order. * The parameter is declared unsigned int, not png_uint_16, * just to avoid potential problems
libpng/pngwutil.c:36
↓ 22 callers
Method
rpartition
(self, sep=' ', expand=True)
site-packages/pandas/core/strings.py:2515
↓ 22 callers
Method
set_clim
set the norm limits for image scaling; if *vmin* is a length2 sequence, interpret it as ``(vmin, vmax)`` which is used to sup
site-packages/matplotlib/cm.py:314
↓ 22 callers
Method
set_codes
Set new codes on MultiIndex. Defaults to returning new index. .. versionadded:: 0.24.0 New name for deprecated m
site-packages/pandas/core/indexes/multi.py:709
↓ 22 callers
Method
set_rotation
Set the rotation of the text. Parameters ---------- s : {angle in degrees, 'vertical', 'horizontal'}
site-packages/matplotlib/text.py:1152
↓ 22 callers
Method
setdefault
od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od
site-packages/distlib/compat.py:823
↓ 22 callers
Function
strlen
(data, encoding=None)
site-packages/pandas/compat/__init__.py:290
↓ 21 callers
Method
__init__
(self, parser, tree)
Pyto Mac/pip/_vendor/html5lib/html5parser.py:450
← previous
next →
901–1,000 of 43,589, ranked by callers