MCPcopy Create free account

hub / github.com/ColdGrub1384/Pyto / types & classes

Types & classes4,707 in github.com/ColdGrub1384/Pyto

↓ 4,771 callersClassDataFrame
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 callersClassSeries
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 callersClassIndex
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 callersClassCategorical
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 callersClassStringIO
Pyto Mac/pip/_vendor/msgpack/fallback.py:31
↓ 533 callersClassrrule
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 callersClassDatetimeIndex
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 callersClassPeriodIndex
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 callersClassSparseArray
An ExtensionArray for storing sparse data. .. versionchanged:: 0.24.0 Implements the ExtensionArray interface. Parameters -
site-packages/pandas/core/arrays/sparse.py:505
↓ 227 callersClassTimedeltaIndex
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 callersClassCategoricalIndex
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 callersClassMultiIndex
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 callersClassPath
: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 callersClassrelativedelta
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 callersClassOrderedDict
Dictionary that remembers insertion order
site-packages/distlib/compat.py:649
↓ 144 callersClassCategoricalDtype
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 callersClassoption_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 callersClassSparseDtype
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 callersClassRangeIndex
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 callersClassAffine2D
A mutable 2D affine transformation.
site-packages/matplotlib/transforms.py:1865
↓ 92 callersClassSparseSeries
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 callersClassMovedAttribute
Pyto Mac/pip/_vendor/six.py:139
↓ 88 callersClassMovedAttribute
site-packages/six.py:139
↓ 83 callersClassMovedAttribute
Pyto Mac/pip/_vendor/urllib3/packages/six.py:139
↓ 83 callersClassMovedAttribute
site-packages/pkg_resources/_vendor/six.py:139
↓ 83 callersClassMovedAttribute
site-packages/setuptools/_vendor/six.py:139
↓ 83 callersClassMovedAttribute
site-packages/urllib3/packages/six.py:139
↓ 79 callersClassSparseDataFrame
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 callersClassFloat64Index
site-packages/pandas/core/indexes/numeric.py:312
↓ 67 callersClassPanel
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 callersClassBusinessHour
DateOffset subclass representing possibly n business days. .. versionadded:: 0.16.1
site-packages/pandas/tseries/offsets.py:797
↓ 62 callersClassAbstractMethodError
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 callersClassName
PDF name object.
site-packages/matplotlib/backends/backend_pdf.py:249
↓ 55 callersClassForward
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 callersClassInt64Index
site-packages/pandas/core/indexes/numeric.py:185
↓ 55 callersClassNano
site-packages/pandas/tseries/offsets.py:2398
↓ 53 callersClassDatetimeArray
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 callersClassParseException
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 callersClassParseException
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 callersClassDistlibException
Pyto Mac/pip/_vendor/distlib/__init__.py:11
↓ 46 callersClassDistlibException
site-packages/distlib/__init__.py:11
↓ 46 callersClassIntervalDtype
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 callersClassPeriodDtype
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 callersClassMovedModule
Pyto Mac/pip/_vendor/six.py:103
↓ 45 callersClassMovedModule
site-packages/six.py:103
↓ 45 callersClassParseException
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 callersClassParseException
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 callersClassMovedModule
Pyto Mac/pip/_vendor/urllib3/packages/six.py:103
↓ 44 callersClassMovedModule
site-packages/pkg_resources/_vendor/six.py:103
↓ 44 callersClassMovedModule
site-packages/setuptools/_vendor/six.py:103
↓ 44 callersClassMovedModule
site-packages/urllib3/packages/six.py:103
↓ 43 callersClassQuarterEnd
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 callersClassDatetimeTZDtype
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 callersClassGroup
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 callersClassRegex
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 callersClassBQuarterEnd
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 callersClassDateOffset
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 callersClassExcelFile
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 callersClassOperationFailure
raise this if a operation (e.g. cd) fails. The FSI is responsible for undoing errors.
site-packages/stashutils/fsi/errors.py:4
↓ 36 callersClassSuppress
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 callersClassUInt64Index
site-packages/pandas/core/indexes/numeric.py:239
↓ 34 callersClassUnpacker
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 callersClassHDFStore
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 callersClassOptional
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 callersClassIPv6Network
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 callersClassIPv6Network
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 callersClassInstallationError
General exception during installation
Pyto Mac/pip/_internal/exceptions.py:23
↓ 32 callersClassLiteral
Token to exactly match a specified string. Example:: Literal('blah').parseString('blah') # -> ['blah'] Literal('bl
site-packages/setuptools/_vendor/pyparsing.py:2398
↓ 32 callersClasspoly1d
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 callersClassBbox
A mutable bounding box.
site-packages/matplotlib/transforms.py:752
↓ 30 callersClassPeriodArray
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 callersClassWeek
Weekly offset. Parameters ---------- weekday : int, default None Always generate specific day of week. 0 for Monday
site-packages/pandas/tseries/offsets.py:1300
↓ 29 callersClassFontProperties
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 callersClassRegex
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 callersClassRegex
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 callersClassIntervalIndex
site-packages/pandas/core/indexes/interval.py:129
↓ 28 callersClassMergeError
Error raised when problems arise during merging due to problems with input data. Subclass of `ValueError`.
site-packages/pandas/errors/__init__.py:144
↓ 27 callersClassCustomBusinessHour
DateOffset subclass representing possibly n custom business days. .. versionadded:: 0.18.1
site-packages/pandas/tseries/offsets.py:880
↓ 27 callersClassExtType
ExtType represents ext type in msgpack.
site-packages/pandas/io/msgpack/__init__.py:9
↓ 27 callersClassObjCClass
Python wrapper for an Objective-C class.
site-packages/rubicon/objc/api.py:616
↓ 27 callersClassPandasArray
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 callersClassTimedeltaArray
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 callersClass_MaskedUnaryOperation
Defines masked version of unary operations, where invalid values are pre-masked. Parameters ---------- mufunc : callable
site-packages/numpy/ma/core.py:901
↓ 26 callersClassGroup
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 callersClassGroup
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 callersClassRegex
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 callersClassTransformedBbox
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 callersClass_frommethod
Define functions from existing MaskedArray methods. Parameters ---------- methodname : str Name of the method to transform.
site-packages/numpy/ma/core.py:6556
↓ 25 callersClassCompatValidator
site-packages/pandas/compat/numpy/function.py:31
↓ 25 callersClassHlist
A horizontal list of boxes.
site-packages/matplotlib/mathtext.py:1594
↓ 25 callersClassIPv4Network
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 callersClassIPv4Network
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 callersClassPipError
site-packages/pip.py:97
↓ 25 callersClassUnpackValueError
Deprecated. Use ValueError instead.
Pyto Mac/pip/_vendor/msgpack/exceptions.py:13
↓ 24 callersClassGroup
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 callersClassOptional
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 callersClassOptional
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 callersClassAddressValueError
A Value Error related to the address.
Pyto Mac/pip/_vendor/ipaddress.py:127
↓ 23 callersClassAddressValueError
A Value Error related to the address.
site-packages/ipaddress.py:127
↓ 23 callersClassValidateInStrings
site-packages/matplotlib/rcsetup.py:46
next →1–100 of 4,707, ranked by callers