Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ types & classes
Types & classes
4,707 in github.com/ColdGrub1384/Pyto
⨍
Functions
43,589
◇
Types & classes
4,707
↳
Endpoints
515
↓ 4,771 callers
Class
DataFrame
Two-dimensional size-mutable, potentially heterogeneous tabular data structure with labeled axes (rows and columns). Arithmetic operations
site-packages/pandas/core/frame.py:290
↓ 4,647 callers
Class
Series
One-dimensional ndarray with axis labels (including time series). Labels need not be unique but must be a hashable type. The object supp
site-packages/pandas/core/series.py:103
↓ 1,278 callers
Class
Index
Immutable ndarray implementing an ordered, sliceable set. The basic object storing axis labels for all pandas objects. Parameters --
site-packages/pandas/core/indexes/base.py:165
↓ 755 callers
Class
Categorical
Represent a categorical variable in classic R / S-plus fashion. `Categoricals` can only take on only a limited, and usually fixed, number
site-packages/pandas/core/arrays/categorical.py:215
↓ 600 callers
Class
StringIO
Pyto Mac/pip/_vendor/msgpack/fallback.py:31
↓ 533 callers
Class
rrule
That's the base of the rrule operation. It accepts all the keywords defined in the RFC as its constructor parameters (except byday, which
site-packages/dateutil/rrule.py:304
↓ 530 callers
Class
DatetimeIndex
Immutable ndarray of datetime64 data, represented internally as int64, and which can be boxed to Timestamp objects that are subclasses of dat
site-packages/pandas/core/indexes/datetimes.py:100
↓ 280 callers
Class
PeriodIndex
Immutable ndarray holding ordinal values indicating regular periods in time such as particular years, quarters, months, etc. Index keys
site-packages/pandas/core/indexes/period.py:75
↓ 249 callers
Class
SparseArray
An ExtensionArray for storing sparse data. .. versionchanged:: 0.24.0 Implements the ExtensionArray interface. Parameters -
site-packages/pandas/core/arrays/sparse.py:505
↓ 227 callers
Class
TimedeltaIndex
Immutable ndarray of timedelta64 data, represented internally as int64, and which can be boxed to timedelta objects Parameters -----
site-packages/pandas/core/indexes/timedeltas.py:71
↓ 209 callers
Class
CategoricalIndex
Immutable Index implementing an ordered, sliceable set. CategoricalIndex represents a sparsely populated Index with an underlying Categorical
site-packages/pandas/core/indexes/category.py:43
↓ 209 callers
Class
MultiIndex
A multi-level, or hierarchical, index object for pandas objects. Parameters ---------- levels : sequence of arrays The uniqu
site-packages/pandas/core/indexes/multi.py:123
↓ 196 callers
Class
Path
:class:`Path` represents a series of possibly disconnected, possibly closed, line and curve segments. The underlying storage is made up
site-packages/matplotlib/path.py:21
↓ 189 callers
Class
relativedelta
The relativedelta type is based on the specification of the excellent work done by M.-A. Lemburg in his `mx.DateTime <https://www.egenix.
site-packages/dateutil/relativedelta.py:18
↓ 159 callers
Class
OrderedDict
Dictionary that remembers insertion order
site-packages/distlib/compat.py:649
↓ 144 callers
Class
CategoricalDtype
Type for categorical data with the categories and orderedness .. versionchanged:: 0.21.0 Parameters ---------- categories : seq
site-packages/pandas/core/dtypes/dtypes.py:176
↓ 130 callers
Class
option_context
Context manager to temporarily set options in the `with` statement context. You need to invoke as ``option_context(pat, val, [(pat, val), ..
site-packages/pandas/core/config.py:377
↓ 127 callers
Class
SparseDtype
Dtype for data stored in :class:`SparseArray`. This dtype implements the pandas ExtensionDtype interface. .. versionadded:: 0.24.0
site-packages/pandas/core/arrays/sparse.py:47
↓ 118 callers
Class
RangeIndex
Immutable Index implementing a monotonic integer range. RangeIndex is a memory-saving special case of Int64Index limited to representing
site-packages/pandas/core/indexes/range.py:27
↓ 101 callers
Class
Affine2D
A mutable 2D affine transformation.
site-packages/matplotlib/transforms.py:1865
↓ 92 callers
Class
SparseSeries
Data structure for labeled, sparse floating point data Parameters ---------- data : {array-like, Series, SparseSeries, dict} .. v
site-packages/pandas/core/sparse/series.py:38
↓ 88 callers
Class
MovedAttribute
Pyto Mac/pip/_vendor/six.py:139
↓ 88 callers
Class
MovedAttribute
site-packages/six.py:139
↓ 83 callers
Class
MovedAttribute
Pyto Mac/pip/_vendor/urllib3/packages/six.py:139
↓ 83 callers
Class
MovedAttribute
site-packages/pkg_resources/_vendor/six.py:139
↓ 83 callers
Class
MovedAttribute
site-packages/setuptools/_vendor/six.py:139
↓ 83 callers
Class
MovedAttribute
site-packages/urllib3/packages/six.py:139
↓ 79 callers
Class
SparseDataFrame
DataFrame containing sparse floating point data in the form of SparseSeries objects Parameters ---------- data : same types as c
site-packages/pandas/core/sparse/frame.py:41
↓ 67 callers
Class
Float64Index
site-packages/pandas/core/indexes/numeric.py:312
↓ 67 callers
Class
Panel
Represents wide format panel data, stored as 3-dimensional array. .. deprecated:: 0.20.0 The recommended way to represent 3-D data a
site-packages/pandas/core/panel.py:109
↓ 66 callers
Class
BusinessHour
DateOffset subclass representing possibly n business days. .. versionadded:: 0.16.1
site-packages/pandas/tseries/offsets.py:797
↓ 62 callers
Class
AbstractMethodError
Raise this error instead of NotImplementedError for abstract methods while keeping compatibility with Python 2 and Python 3.
site-packages/pandas/errors/__init__.py:163
↓ 60 callers
Class
Name
PDF name object.
site-packages/matplotlib/backends/backend_pdf.py:249
↓ 55 callers
Class
Forward
Forward declaration of an expression to be defined later - used for recursive grammars, such as algebraic infix notation. When the exp
site-packages/setuptools/_vendor/pyparsing.py:4141
↓ 55 callers
Class
Int64Index
site-packages/pandas/core/indexes/numeric.py:185
↓ 55 callers
Class
Nano
site-packages/pandas/tseries/offsets.py:2398
↓ 53 callers
Class
DatetimeArray
Pandas ExtensionArray for tz-naive or tz-aware datetime data. .. versionadded:: 0.24.0 .. warning:: DatetimeArray is currently
site-packages/pandas/core/arrays/datetimes.py:213
↓ 48 callers
Class
ParseException
Exception thrown when parse expressions don't match class; supported attributes by name are: - lineno - returns the line number of the ex
Pyto Mac/pip/_vendor/pyparsing.py:292
↓ 48 callers
Class
ParseException
Exception thrown when parse expressions don't match class; supported attributes by name are: - lineno - returns the line number of the ex
site-packages/pyparsing.py:292
↓ 46 callers
Class
DistlibException
Pyto Mac/pip/_vendor/distlib/__init__.py:11
↓ 46 callers
Class
DistlibException
site-packages/distlib/__init__.py:11
↓ 46 callers
Class
IntervalDtype
A Interval duck-typed class, suitable for holding an interval THIS IS NOT A REAL NUMPY DTYPE
site-packages/pandas/core/dtypes/dtypes.py:856
↓ 46 callers
Class
PeriodDtype
A Period duck-typed class, suitable for holding a period with freq dtype. THIS IS NOT A REAL NUMPY DTYPE, but essentially a sub-class of np.
site-packages/pandas/core/dtypes/dtypes.py:733
↓ 45 callers
Class
MovedModule
Pyto Mac/pip/_vendor/six.py:103
↓ 45 callers
Class
MovedModule
site-packages/six.py:103
↓ 45 callers
Class
ParseException
Exception thrown when parse expressions don't match class; supported attributes by name are: - lineno - returns the line number of th
site-packages/pkg_resources/_vendor/pyparsing.py:261
↓ 45 callers
Class
ParseException
Exception thrown when parse expressions don't match class; supported attributes by name are: - lineno - returns the line number of th
site-packages/setuptools/_vendor/pyparsing.py:261
↓ 44 callers
Class
MovedModule
Pyto Mac/pip/_vendor/urllib3/packages/six.py:103
↓ 44 callers
Class
MovedModule
site-packages/pkg_resources/_vendor/six.py:103
↓ 44 callers
Class
MovedModule
site-packages/setuptools/_vendor/six.py:103
↓ 44 callers
Class
MovedModule
site-packages/urllib3/packages/six.py:103
↓ 43 callers
Class
QuarterEnd
DateOffset increments between business Quarter dates. startingMonth = 1 corresponds to dates like 1/31/2007, 4/30/2007, ... startingMont
site-packages/pandas/tseries/offsets.py:1673
↓ 41 callers
Class
DatetimeTZDtype
A np.dtype duck-typed class, suitable for holding a custom datetime with tz dtype. THIS IS NOT A REAL NUMPY DTYPE, but essentially a sub
site-packages/pandas/core/dtypes/dtypes.py:578
↓ 40 callers
Class
Group
Converter to return the matched tokens as a list - useful for returning tokens of C{L{ZeroOrMore}} and C{L{OneOrMore}} expressions. Examp
site-packages/setuptools/_vendor/pyparsing.py:4278
↓ 40 callers
Class
Regex
r""" Token for matching strings that match a given regular expression. Defined with string specifying the regular expression in a form recog
site-packages/setuptools/_vendor/pyparsing.py:2765
↓ 39 callers
Class
BQuarterEnd
DateOffset increments between business Quarter dates. startingMonth = 1 corresponds to dates like 1/31/2007, 4/30/2007, ... startingMont
site-packages/pandas/tseries/offsets.py:1648
↓ 39 callers
Class
DateOffset
Standard kind of date increment used for a date range. Works exactly like relativedelta in terms of the keyword args you pass in, use of
site-packages/pandas/tseries/offsets.py:110
↓ 36 callers
Class
ExcelFile
Class for parsing tabular excel sheets into DataFrame objects. Uses xlrd. See read_excel for more documentation Parameters ---------
site-packages/pandas/io/excel/_base.py:737
↓ 36 callers
Class
OperationFailure
raise this if a operation (e.g. cd) fails. The FSI is responsible for undoing errors.
site-packages/stashutils/fsi/errors.py:4
↓ 36 callers
Class
Suppress
Converter for ignoring the results of a parsed expression. Example:: source = "a, b, c,d" wd = Word(alphas) wd
site-packages/setuptools/_vendor/pyparsing.py:4364
↓ 34 callers
Class
UInt64Index
site-packages/pandas/core/indexes/numeric.py:239
↓ 34 callers
Class
Unpacker
Streaming unpacker. arguments: :param file_like: File-like object having `.read(n)` method. If specified, unpacker reads ser
Pyto Mac/pip/_vendor/msgpack/fallback.py:129
↓ 33 callers
Class
HDFStore
Dict-like IO interface for storing pandas objects in PyTables either Fixed or Table format. Parameters ---------- path : string
site-packages/pandas/io/pytables.py:403
↓ 33 callers
Class
Optional
Optional matching of the given expression. Parameters: - expr - expression that must match zero or more times - default (opti
site-packages/setuptools/_vendor/pyparsing.py:3962
↓ 32 callers
Class
IPv6Network
This class represents and manipulates 128-bit IPv6 networks. Attributes: [examples for IPv6('2001:db8::1000/124')] .network_address: IPv6
Pyto Mac/pip/_vendor/ipaddress.py:2263
↓ 32 callers
Class
IPv6Network
This class represents and manipulates 128-bit IPv6 networks. Attributes: [examples for IPv6('2001:db8::1000/124')] .network_address: IPv6
site-packages/ipaddress.py:2263
↓ 32 callers
Class
InstallationError
General exception during installation
Pyto Mac/pip/_internal/exceptions.py:23
↓ 32 callers
Class
Literal
Token to exactly match a specified string. Example:: Literal('blah').parseString('blah') # -> ['blah'] Literal('bl
site-packages/setuptools/_vendor/pyparsing.py:2398
↓ 32 callers
Class
poly1d
A one-dimensional polynomial class. A convenience class, used to encapsulate "natural" operations on polynomials so that said operations
site-packages/numpy/lib/polynomial.py:1006
↓ 31 callers
Class
Bbox
A mutable bounding box.
site-packages/matplotlib/transforms.py:752
↓ 30 callers
Class
PeriodArray
Pandas ExtensionArray for storing Period data. Users should use :func:`period_array` to create new instances. Parameters ----------
site-packages/pandas/core/arrays/period.py:89
↓ 30 callers
Class
Week
Weekly offset. Parameters ---------- weekday : int, default None Always generate specific day of week. 0 for Monday
site-packages/pandas/tseries/offsets.py:1300
↓ 29 callers
Class
FontProperties
A class for storing and manipulating font properties. The font properties are those described in the `W3C Cascading Style Sheet, Level 1
site-packages/matplotlib/font_manager.py:519
↓ 29 callers
Class
Regex
r"""Token for matching strings that match a given regular expression. Defined with string specifying the regular expression in a form recogniz
Pyto Mac/pip/_vendor/pyparsing.py:2983
↓ 29 callers
Class
Regex
r""" Token for matching strings that match a given regular expression. Defined with string specifying the regular expression in a form recog
site-packages/pkg_resources/_vendor/pyparsing.py:2765
↓ 28 callers
Class
IntervalIndex
site-packages/pandas/core/indexes/interval.py:129
↓ 28 callers
Class
MergeError
Error raised when problems arise during merging due to problems with input data. Subclass of `ValueError`.
site-packages/pandas/errors/__init__.py:144
↓ 27 callers
Class
CustomBusinessHour
DateOffset subclass representing possibly n custom business days. .. versionadded:: 0.18.1
site-packages/pandas/tseries/offsets.py:880
↓ 27 callers
Class
ExtType
ExtType represents ext type in msgpack.
site-packages/pandas/io/msgpack/__init__.py:9
↓ 27 callers
Class
ObjCClass
Python wrapper for an Objective-C class.
site-packages/rubicon/objc/api.py:616
↓ 27 callers
Class
PandasArray
A pandas ExtensionArray for NumPy data. .. versionadded :: 0.24.0 This is mostly for internal compatibility, and is not especially
site-packages/pandas/core/arrays/numpy_.py:97
↓ 27 callers
Class
TimedeltaArray
Pandas ExtensionArray for timedelta data. .. versionadded:: 0.24.0 .. warning:: TimedeltaArray is currently experimental, and i
site-packages/pandas/core/arrays/timedeltas.py:109
↓ 27 callers
Class
_MaskedUnaryOperation
Defines masked version of unary operations, where invalid values are pre-masked. Parameters ---------- mufunc : callable
site-packages/numpy/ma/core.py:901
↓ 26 callers
Class
Group
Converter to return the matched tokens as a list - useful for returning tokens of :class:`ZeroOrMore` and :class:`OneOrMore` expressions. Exa
Pyto Mac/pip/_vendor/pyparsing.py:4712
↓ 26 callers
Class
Group
Converter to return the matched tokens as a list - useful for returning tokens of C{L{ZeroOrMore}} and C{L{OneOrMore}} expressions. Examp
site-packages/pkg_resources/_vendor/pyparsing.py:4278
↓ 26 callers
Class
Regex
r"""Token for matching strings that match a given regular expression. Defined with string specifying the regular expression in a form recogniz
site-packages/pyparsing.py:2983
↓ 26 callers
Class
TransformedBbox
A :class:`Bbox` that is automatically transformed by a given transform. When either the child bounding box or transform changes, the bou
site-packages/matplotlib/transforms.py:1019
↓ 26 callers
Class
_frommethod
Define functions from existing MaskedArray methods. Parameters ---------- methodname : str Name of the method to transform.
site-packages/numpy/ma/core.py:6556
↓ 25 callers
Class
CompatValidator
site-packages/pandas/compat/numpy/function.py:31
↓ 25 callers
Class
Hlist
A horizontal list of boxes.
site-packages/matplotlib/mathtext.py:1594
↓ 25 callers
Class
IPv4Network
This class represents and manipulates 32-bit IPv4 network + addresses.. Attributes: [examples for IPv4Network('192.0.2.0/27')] .network_a
Pyto Mac/pip/_vendor/ipaddress.py:1562
↓ 25 callers
Class
IPv4Network
This class represents and manipulates 32-bit IPv4 network + addresses.. Attributes: [examples for IPv4Network('192.0.2.0/27')] .network_a
site-packages/ipaddress.py:1562
↓ 25 callers
Class
PipError
site-packages/pip.py:97
↓ 25 callers
Class
UnpackValueError
Deprecated. Use ValueError instead.
Pyto Mac/pip/_vendor/msgpack/exceptions.py:13
↓ 24 callers
Class
Group
Converter to return the matched tokens as a list - useful for returning tokens of :class:`ZeroOrMore` and :class:`OneOrMore` expressions. Exa
site-packages/pyparsing.py:4712
↓ 24 callers
Class
Optional
Optional matching of the given expression. Parameters: - expr - expression that must match zero or more times - default (optional) - va
Pyto Mac/pip/_vendor/pyparsing.py:4382
↓ 24 callers
Class
Optional
Optional matching of the given expression. Parameters: - expr - expression that must match zero or more times - default (opti
site-packages/pkg_resources/_vendor/pyparsing.py:3962
↓ 23 callers
Class
AddressValueError
A Value Error related to the address.
Pyto Mac/pip/_vendor/ipaddress.py:127
↓ 23 callers
Class
AddressValueError
A Value Error related to the address.
site-packages/ipaddress.py:127
↓ 23 callers
Class
ValidateInStrings
site-packages/matplotlib/rcsetup.py:46
next →
1–100 of 4,707, ranked by callers