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
↓ 202 callers
Method
pop
Return item and drop from frame. Raise KeyError if not found. Parameters ---------- item : str Label of
site-packages/pandas/core/generic.py:770
↓ 201 callers
Method
get_loc
(self, key, method=None, tolerance=None)
site-packages/pandas/core/indexes/base.py:2650
↓ 199 callers
Method
find
(self, scopes, search_global=False)
site-packages/jedi/evaluate/finder.py:86
↓ 196 callers
Function
to_datetime
Convert argument to datetime. Parameters ---------- arg : integer, float, string, datetime, list, tuple, 1-d array, Series
site-packages/pandas/core/tools/datetimes.py:401
↓ 195 callers
Method
abs
Return a Series/DataFrame with absolute numeric value of each element. This function only applies to elements that are all numeric.
site-packages/pandas/core/generic.py:9422
↓ 192 callers
Method
ravel
Return the flattened underlying data as an ndarray. Returns ------- numpy.ndarray or ndarray-like Flatte
site-packages/pandas/core/series.py:513
↓ 192 callers
Method
sort_values
NOT IMPLEMENTED: do not call this method, as sorting values is not supported for Panel objects and will raise an error.
site-packages/pandas/core/panel.py:1571
↓ 190 callers
Function
join
Return a string which is the concatenation of the strings in the sequence `seq`. Calls `str.join` element-wise. Parameters ----
site-packages/numpy/core/defchararray.py:947
↓ 189 callers
Method
filter
Subset rows or columns of dataframe according to labels in the specified index. Note that this routine does not filter a dat
site-packages/pandas/core/generic.py:4501
↓ 188 callers
Method
select
Return data corresponding to axis labels matching criteria. .. deprecated:: 0.21.0 Use df.loc[df.index.map(crit)] to sel
site-packages/pandas/core/generic.py:3622
↓ 187 callers
Method
append
Append a collection of Index options together. Parameters ---------- other : Index or list/tuple of indices
site-packages/pandas/core/indexes/base.py:3987
↓ 187 callers
Method
format
Calls the standard formatter, but will indent all of the log messages by our current indentation level.
Pyto Mac/pip/_internal/utils/logging.py:103
↓ 187 callers
Function
is_list_like
Check if the object is list-like. Objects that are considered list-like are for example Python lists, tuples, sets, NumPy arrays, and Pa
site-packages/pandas/core/dtypes/inference.py:252
↓ 185 callers
Method
max
:attr:`max` is the top-right corner of the bounding box.
site-packages/matplotlib/transforms.py:372
↓ 183 callers
Method
map
Map values of Series according to input correspondence. Used for substituting each value in a Series with another value, tha
site-packages/pandas/core/series.py:3374
↓ 182 callers
Method
exists
(self)
site-packages/distlib/wheel.py:203
↓ 182 callers
Method
to_csv
(self, *args, **kwargs)
site-packages/pandas/core/series.py:4221
↓ 181 callers
Function
assert_almost_equal
Check that the left and right objects are approximately equal. By approximately equal, we refer to objects that are numbers or that cont
site-packages/pandas/util/testing.py:260
↓ 180 callers
Method
to_dense
Return dense representation of NDFrame (as opposed to sparse).
site-packages/pandas/core/generic.py:1919
↓ 179 callers
Method
decode
(self, encoding, errors="strict")
site-packages/pandas/core/strings.py:2661
↓ 179 callers
Method
split
For each element in `self`, return a list of the words in the string, using `sep` as the delimiter string. See also
site-packages/numpy/core/defchararray.py:2498
↓ 179 callers
Method
sqrt
(self, s, loc, toks)
site-packages/matplotlib/mathtext.py:3105
↓ 177 callers
Method
push
(self)
site-packages/matplotlib/backends/backend_pdf.py:2285
↓ 177 callers
Method
replace
(fun)
site-packages/matplotlib/type1font.py:271
↓ 176 callers
Function
all
Test whether all array elements along a given axis evaluate to True. Parameters ---------- a : array_like Input array or obj
site-packages/numpy/core/fromnumeric.py:2172
↓ 175 callers
Method
warning
(self, response)
Pyto Mac/pip/_vendor/cachecontrol/heuristics.py:83
↓ 174 callers
Method
encode
(self, encoding, errors="strict")
site-packages/pandas/core/strings.py:2666
↓ 174 callers
Method
max
(self, *args, **kwargs)
site-packages/pandas/core/window.py:1714
↓ 173 callers
Method
reset_index
Generate a new DataFrame or Series with the index reset. This is useful when the index needs to be treated as a column, or w
site-packages/pandas/core/series.py:1240
↓ 172 callers
Method
apply
(self)
site-packages/matplotlib/backends/qt_editor/formlayout.py:453
↓ 172 callers
Method
get
(self, key, default=None)
Pyto Mac/pip/_vendor/distlib/compat.py:549
↓ 172 callers
Method
warn
(self, message)
site-packages/numpy/distutils/misc_util.py:862
↓ 171 callers
Method
set_xlim
Set the x-axis view limits. .. ACCEPTS: (left: float, right: float) Parameters ---------- left : scalar, op
site-packages/matplotlib/axes/_base.py:3142
↓ 171 callers
Method
skip
(self, write_bytes=None)
Pyto Mac/pip/_vendor/msgpack/fallback.py:641
↓ 170 callers
Method
update
(self, *others)
Pyto Mac/PyObjC/objc/_properties.py:966
↓ 169 callers
Method
round
Round each value in Panel to a specified number of decimal places. .. versionadded:: 0.18.0 Parameters ----------
site-packages/pandas/core/panel.py:665
↓ 167 callers
Method
data
(self, text)
site-packages/matplotlib/backends/backend_svg.py:162
↓ 162 callers
Method
_get
(self)
site-packages/urllib3/util/queue.py:20
↓ 158 callers
Method
set_ylim
Set the y-axis view limits. .. ACCEPTS: (bottom: float, top: float) Parameters ---------- bottom : scalar,
site-packages/matplotlib/axes/_base.py:3532
↓ 157 callers
Method
any
Return True if any value in the group is truthful, else False. Parameters ---------- skipna : bool, default True
site-packages/pandas/core/groupby/groupby.py:1048
↓ 157 callers
Method
insert
(self, chunksize=None, method=None)
site-packages/pandas/io/sql.py:652
↓ 156 callers
Function
sel32or64
(a, b)
Pyto Mac/PyObjC/CoreMedia/_metadata.py:8
↓ 153 callers
Function
assert_array_equal
Raises an AssertionError if two array_like objects are not equal. Given two array_like objects, check that the shape is equal and all el
site-packages/numpy/testing/_private/utils.py:830
↓ 152 callers
Function
timedelta_range
Return a fixed frequency TimedeltaIndex, with day as the default frequency Parameters ---------- start : string or timedelta-lik
site-packages/pandas/core/indexes/timedeltas.py:736
↓ 152 callers
Method
tz_convert
Convert tz-aware axis to target time zone. Parameters ---------- tz : string or pytz.timezone object axis :
site-packages/pandas/core/generic.py:9204
↓ 151 callers
Method
eval
(self, *args, **kwargs)
site-packages/pandas/tests/computation/test_eval.py:1636
↓ 151 callers
Method
min
(self, *args, **kwargs)
site-packages/pandas/core/window.py:1720
↓ 150 callers
Method
get
(self)
site-packages/matplotlib/backends/qt_editor/formlayout.py:299
↓ 149 callers
Method
get_indexer
(self, target, method=None, limit=None, tolerance=None)
site-packages/pandas/core/indexes/base.py:2715
↓ 148 callers
Method
upper
Return an array with the elements of `self` converted to uppercase. See also -------- char.upper
site-packages/numpy/core/defchararray.py:2585
↓ 147 callers
Method
array
Raises a ValueError for `MultiIndex` because there's no single array backing a MultiIndex. Raises ------ Val
site-packages/pandas/core/indexes/multi.py:525
↓ 147 callers
Method
decode
(self, data, errors='strict')
site-packages/idna/codec.py:19
↓ 147 callers
Method
encode
(self, data, errors='strict')
site-packages/idna/codec.py:9
↓ 147 callers
Method
reindex
(self, *args, **kwargs)
site-packages/pandas/core/frame.py:3765
↓ 145 callers
Method
union
Form the union of two Index objects. Parameters ---------- other : Index or array-like sort : bool or None,
site-packages/pandas/core/indexes/base.py:2253
↓ 144 callers
Function
sel32or64
(a, b)
Pyto Mac/PyObjC/CoreText/_metadata.py:8
↓ 143 callers
Method
pop
Removes a click and the associated event from the list of clicks. Defaults to the last click.
site-packages/matplotlib/blocking_input.py:231
↓ 141 callers
Method
to_json
Convert the object to a JSON string. Note NaN's and None will be converted to null and datetime objects will be converted to
site-packages/pandas/core/generic.py:2129
↓ 139 callers
Method
empty
Indicator whether DataFrame is empty. True if DataFrame is entirely empty (no items), meaning any of the axes are of length
site-packages/pandas/core/generic.py:1849
↓ 139 callers
Method
isna
(self)
site-packages/pandas/tests/extension/json/array.py:122
↓ 139 callers
Method
remove
Remove *o* from the stack.
site-packages/matplotlib/cbook/__init__.py:714
↓ 137 callers
Function
assert_allclose
Raises an AssertionError if two objects are not equal up to desired tolerance. The test is equivalent to ``allclose(actual, desired, rto
site-packages/numpy/testing/_private/utils.py:1438
↓ 137 callers
Function
ensure_clean_store
(path, mode='a', complevel=None, complib=None, fletcher32=False)
site-packages/pandas/tests/io/test_pytables.py:70
↓ 135 callers
Function
randn
Return a random matrix with data from the "standard normal" distribution. `randn` generates a matrix filled with random floats sampled from
site-packages/numpy/matlib.py:265
↓ 135 callers
Method
setdefault
Return first matching header value for 'name', or 'value' If there is no header named 'name', add a new header with name 'name' and v
site-packages/wsgiref/headers.py:144
↓ 135 callers
Method
value_counts
Return a Series containing counts of unique values. The resulting object will be in descending order so that the first eleme
site-packages/pandas/core/base.py:1231
↓ 133 callers
Method
append
(self, item)
site-packages/setuptools/command/egg_info.py:473
↓ 133 callers
Method
min
:attr:`min` is the bottom-left corner of the bounding box.
site-packages/matplotlib/transforms.py:365
↓ 131 callers
Method
isin
Check whether `values` are contained in Series. Return a boolean Series showing whether each element in the Series matches a
site-packages/pandas/core/series.py:4017
↓ 131 callers
Method
rstrip
(self, to_strip=None)
site-packages/pandas/core/strings.py:2747
↓ 129 callers
Method
dtype
(self)
site-packages/pandas/tests/extension/test_common.py:25
↓ 128 callers
Method
get_lines
Return a list of `~.lines.Line2D` instances in the legend.
site-packages/matplotlib/legend.py:946
↓ 128 callers
Method
transform
(row)
site-packages/pandas/tests/frame/test_apply.py:359
↓ 127 callers
Method
get_visible
Return the artist's visiblity
site-packages/matplotlib/artist.py:724
↓ 127 callers
Method
stack
Stack the prescribed level(s) from columns to index. Return a reshaped DataFrame or Series having a multi-level index with o
site-packages/pandas/core/frame.py:5718
↓ 127 callers
Method
unstack
Unstack, a.k.a. pivot, Series with MultiIndex to produce DataFrame. The level involved will automatically get sorted. Parame
site-packages/pandas/core/series.py:3327
↓ 126 callers
Function
check
(length, obj)
site-packages/pandas/tests/io/msgpack/test_case.py:6
↓ 126 callers
Method
info
(self)
Pyto Mac/pip/_vendor/distlib/wheel.py:254
↓ 126 callers
Function
next
(iterator, default=_raiseStopIteration)
site-packages/jedi/_compatibility.py:77
↓ 124 callers
Method
query
Query the columns of a DataFrame with a boolean expression. Parameters ---------- expr : str The query s
site-packages/pandas/core/frame.py:2959
↓ 122 callers
Method
abspath
returns the absolute path of name
site-packages/stashutils/fsi/FTP.py:29
↓ 122 callers
Method
encode
(self, data, errors='strict')
Pyto Mac/pip/_vendor/idna/codec.py:9
↓ 122 callers
Method
end
Finalize stream.
site-packages/matplotlib/backends/backend_pdf.py:390
↓ 121 callers
Method
append
(self, error)
Pyto Mac/pip/_internal/exceptions.py:70
↓ 120 callers
Method
pop
Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].
Pyto Mac/pip/_vendor/distlib/compat.py:605
↓ 119 callers
Method
height
The height of the bounding box. It may be negative if :attr:`y1` < :attr:`y0`.
site-packages/matplotlib/transforms.py:405
↓ 119 callers
Method
pop
(self)
site-packages/matplotlib/backends/backend_pdf.py:2292
↓ 118 callers
Method
gca
Get the current axes, creating one if necessary. The following kwargs are supported for ensuring the returned axes adheres t
site-packages/matplotlib/figure.py:1843
↓ 117 callers
Method
get
Retrieve pandas object stored in file Parameters ---------- key : object Returns ------- ob
site-packages/pandas/io/pytables.py:669
↓ 117 callers
Method
rank
Compute numerical data ranks (1 through n) along axis. Equal values are assigned a rank that is the average of the ranks of those val
site-packages/pandas/core/generic.py:8289
↓ 116 callers
Method
interpolate
Interpolate values according to different methods.
site-packages/pandas/core/generic.py:6787
↓ 116 callers
Method
strip
For each element in `self`, return a copy with the leading and trailing characters removed. See also --------
site-packages/numpy/core/defchararray.py:2534
↓ 115 callers
Method
count
(s)
site-packages/pandas/tests/frame/test_analytics.py:729
↓ 113 callers
Method
drop
Return Series with specified index labels removed. Remove elements of a Series based on specifying the index labels. When us
site-packages/pandas/core/series.py:3809
↓ 113 callers
Function
notna
Detect non-missing values for an array-like object. This function takes a scalar or array-like object and indicates whether values are v
site-packages/pandas/core/dtypes/missing.py:259
↓ 113 callers
Method
pack
(self, obj)
Pyto Mac/pip/_vendor/msgpack/fallback.py:852
↓ 113 callers
Method
search
site-packages/matplotlib/tri/_tri.cpp:1743
↓ 112 callers
Method
parseError
(self, errorcode="XXX-undefined-error", datavars=None)
Pyto Mac/pip/_vendor/html5lib/html5parser.py:320
↓ 112 callers
Method
read
(self, size=-1)
site-packages/system/shio.py:62
↓ 112 callers
Method
to_timestamp
Cast to DatetimeIndex of Timestamps, at *beginning* of period. Parameters ---------- freq : str, default frequency o
site-packages/pandas/core/series.py:4399
← previous
next →
101–200 of 43,589, ranked by callers