MCPcopy Create free account

hub / github.com/awslabs/predictive-maintenance-using-machine-learning / functions

Functions27,130 in github.com/awslabs/predictive-maintenance-using-machine-learning

↓ 24 callersMethodcapitalize
Return a copy of `self` with only the first character of each element capitalized. See also -------- char.ca
source/predictive_maintenance/numpy/core/defchararray.py:2164
↓ 24 callersFunctioncheck_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
source/predictive_maintenance/pandas/tests/io/test_parquet.py:99
↓ 24 callersFunctioncompare
(slobj)
source/predictive_maintenance/pandas/tests/series/indexing/test_datetime.py:590
↓ 24 callersMethodcompress
Return `a` where condition is ``True``. If condition is a `MaskedArray`, missing values are considered as ``False``.
source/predictive_maintenance/numpy/ma/core.py:3766
↓ 24 callersFunctionconstructor
Fixture for testing both interval container classes.
source/predictive_maintenance/pandas/tests/arrays/interval/test_ops.py:11
↓ 24 callersFunctioncorrcoef
Return Pearson product-moment correlation coefficients. Except for the handling of missing data this function does the same as `numpy.co
source/predictive_maintenance/numpy/ma/extras.py:1353
↓ 24 callersMethodget_result
return the result for this obj with this key and this axis
source/predictive_maintenance/pandas/tests/indexing/common.py:143
↓ 24 callersMethodget_values
Same as values (but handles sparseness conversions); is a view.
source/predictive_maintenance/pandas/core/series.py:490
↓ 24 callersFunctionmake_invalid_op
Return a binary method that always raises a TypeError. Parameters ---------- name : str Returns ------- invalid_op : fu
source/predictive_maintenance/pandas/core/ops.py:200
↓ 24 callersFunctionmarkoutercomma
(line, comma=',')
source/predictive_maintenance/numpy/f2py/crackfortran.py:817
↓ 24 callersFunctionndpointer
Array-checking restype/argtypes. An ndpointer instance is used to describe an ndarray in restypes and argtypes specifications. This app
source/predictive_maintenance/numpy/ctypeslib.py:231
↓ 24 callersFunctionp
(s)
source/predictive_maintenance/pandas/tests/io/msgpack/test_extension.py:12
↓ 24 callersMethodpartition
(self, sep=' ', expand=True)
source/predictive_maintenance/pandas/core/strings.py:2492
↓ 24 callersMethodread
(self, size=None)
source/predictive_maintenance/pandas/tests/io/test_html.py:1119
↓ 24 callersFunctionshape
maskedarray version of the numpy function.
source/predictive_maintenance/numpy/ma/core.py:7063
↓ 24 callersMethodto_records
Convert DataFrame to a NumPy record array. Index will be included as the first field of the record array if requested.
source/predictive_maintenance/pandas/core/frame.py:1558
↓ 24 callersMethodtobytes
Return the array data as a string containing the raw bytes in the array. The array is filled with a fill value before the string con
source/predictive_maintenance/numpy/ma/core.py:5894
↓ 24 callersMethodtotal_seconds
Return total duration of each element expressed in seconds. This method is available directly on TimedeltaArray, TimedeltaIndex
source/predictive_maintenance/pandas/core/arrays/timedeltas.py:748
↓ 24 callersMethodtz_convert
Convert tz-aware Datetime Array/Index from one time zone to another. Parameters ---------- tz : string, pytz.timezon
source/predictive_maintenance/pandas/core/arrays/datetimes.py:796
↓ 23 callersMethod_check_roundtrip
(self, obj)
source/predictive_maintenance/numpy/core/tests/test_multiarray.py:6654
↓ 23 callersMethod_get_level_number
(self, level)
source/predictive_maintenance/pandas/core/indexes/base.py:1426
↓ 23 callersFunction_get_standard_colors
(num_colors=None, colormap=None, color_type='default', color=None)
source/predictive_maintenance/pandas/plotting/_style.py:16
↓ 23 callersFunctionallclose
Returns True if two arrays are element-wise equal within a tolerance. This function is equivalent to `allclose` except that masked values
source/predictive_maintenance/numpy/ma/core.py:7621
↓ 23 callersMethodappend
Append a collection of Index options together Parameters ---------- other : Index or list/tuple of indices
source/predictive_maintenance/pandas/core/indexes/multi.py:1824
↓ 23 callersMethodcombine
Combine the Series with a Series or scalar according to `func`. Combine the Series and `other` using `func` to perform elementwise
source/predictive_maintenance/pandas/core/series.py:2468
↓ 23 callersFunctioncompare_results
(res, desired)
source/predictive_maintenance/numpy/lib/tests/test_shape_base.py:706
↓ 23 callersFunctiondictappend
(rd, ar)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:766
↓ 23 callersMethodencode
Calls `str.encode` element-wise. See also -------- char.encode
source/predictive_maintenance/numpy/core/defchararray.py:2210
↓ 23 callersFunctionf
(x)
source/predictive_maintenance/pandas/tests/resample/test_time_grouper.py:25
↓ 23 callersMethodhas_shared_memory
Check that created array shares data with input array.
source/predictive_maintenance/numpy/f2py/tests/test_array_from_pyobj.py:285
↓ 23 callersFunctionneeds_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
source/predictive_maintenance/pandas/core/dtypes/common.py:1431
↓ 23 callersFunctionperiod_break
Returns the indices where the given period changes. Parameters ---------- dates : PeriodIndex Array of intervals to monitor.
source/predictive_maintenance/pandas/plotting/_converter.py:560
↓ 23 callersMethodreindex
Create index with target's values (move/add/delete values as necessary). Parameters ---------- target : an i
source/predictive_maintenance/pandas/core/indexes/base.py:3089
↓ 22 callersFunctionPyArray_NDIM
source/predictive_maintenance/numpy/core/include/numpy/ndarraytypes.h:1469
↓ 22 callersMethod_consolidate_inplace
(self)
source/predictive_maintenance/pandas/core/internals/managers.py:927
↓ 22 callersFunctionallequal
Return True if all entries of a and b are equal, using fill_value as a truth value where either or both are masked. Parameters -----
source/predictive_maintenance/numpy/ma/core.py:7563
↓ 22 callersFunctionasarray
Convert the input to a `chararray`, copying the data only if necessary. Versus a regular NumPy array of type `str` or `unicode`, this
source/predictive_maintenance/numpy/core/defchararray.py:2786
↓ 22 callersMethodcopy
Copy constructor.
source/predictive_maintenance/pandas/core/arrays/categorical.py:464
↓ 22 callersMethoddrop_table
(self, table_name)
source/predictive_maintenance/pandas/tests/io/test_sql.py:194
↓ 22 callersMethodeval
Evaluate a string describing operations on DataFrame columns. Operates on columns only, not specific rows or elements. This allows
source/predictive_maintenance/pandas/core/frame.py:3102
↓ 22 callersFunctionget_exception
()
source/predictive_maintenance/numpy/distutils/compat.py:9
↓ 22 callersMethodget_label
(i)
source/predictive_maintenance/pandas/plotting/_core.py:387
↓ 22 callersMethoditerrows
Iterate over DataFrame rows as (index, Series) pairs. Yields ------ index : label or tuple of label The
source/predictive_maintenance/pandas/core/frame.py:797
↓ 22 callersFunctionjson_normalize
Normalize semi-structured JSON data into a flat table. Parameters ---------- data : dict or list of dicts Unserialized JSON
source/predictive_maintenance/pandas/io/json/normalize.py:99
↓ 22 callersFunctionmultiply
Return (a * i), that is string multiple concatenation, element-wise. Values in `i` of less than 0 are treated as 0 (which yields an
source/predictive_maintenance/numpy/core/defchararray.py:324
↓ 22 callersMethodround
Return each element rounded to the given number of decimals. Refer to `numpy.around` for full documentation. See Also
source/predictive_maintenance/numpy/ma/core.py:5305
↓ 22 callersMethodset_codes
Set new codes on MultiIndex. Defaults to returning new index. .. versionadded:: 0.24.0 New name for deprecated m
source/predictive_maintenance/pandas/core/indexes/multi.py:709
↓ 21 callersFunction_field_accessor
(name, field, docstring=None)
source/predictive_maintenance/pandas/core/arrays/datetimes.py:88
↓ 21 callersMethod_from_sequence
(cls, scalars, dtype=None, copy=False)
source/predictive_maintenance/pandas/core/arrays/sparse.py:715
↓ 21 callersFunctionassert_dtype_equal
(a, b)
source/predictive_maintenance/numpy/core/tests/test_dtype.py:15
↓ 21 callersFunctionassert_onOffset
(offset, date, expected)
source/predictive_maintenance/pandas/tests/tseries/offsets/common.py:21
↓ 21 callersMethodassert_path_equal
(self, comp, benchmark)
source/predictive_maintenance/numpy/core/tests/test_einsum.py:870
↓ 21 callersMethodcombine_first
Update null elements with value in the same location in `other`. Combine two DataFrame objects by filling null values in one DataFra
source/predictive_maintenance/pandas/core/frame.py:5290
↓ 21 callersFunctionconcatenate
concatenate((a1, a2, ...), axis=0, out=None) Join a sequence of arrays along an existing axis. Parameters ---------- a1, a2, ..
source/predictive_maintenance/numpy/core/multiarray.py:136
↓ 21 callersMethodfilled
Return a copy of self, with masked values filled with a given value. **However**, if there are no masked values to fill, self will be
source/predictive_maintenance/numpy/ma/core.py:3663
↓ 21 callersFunctiongentitle
(name)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:730
↓ 21 callersFunctioninfer_dtype_from_scalar
interpret the dtype from a scalar Parameters ---------- pandas_dtype : bool, default False whether to infer dtype including
source/predictive_maintenance/pandas/core/dtypes/cast.py:341
↓ 21 callersFunctioniscomplexobj
Check for a complex type or an array of complex numbers. The type of the input is checked, not the value. Even if the input has an imagi
source/predictive_maintenance/numpy/lib/type_check.py:283
↓ 21 callersMethoditems
(self)
source/predictive_maintenance/pandas/core/internals/managers.py:207
↓ 21 callersMethodngroup
Number each group from 0 to the number of groups - 1. This is the enumerative complement of cumcount. Note that the numbers
source/predictive_maintenance/pandas/core/groupby/groupby.py:1692
↓ 21 callersFunctionpolyval
Evaluate a polynomial at points x. If `c` is of length `n + 1`, this function returns the value .. math:: p(x) = c_0 + c_1 * x + ... +
source/predictive_maintenance/numpy/polynomial/polynomial.py:696
↓ 21 callersMethodput
Set storage-indexed locations to corresponding values. Sets self._data.flat[n] = values[n] for each n in indices. If `values
source/predictive_maintenance/numpy/ma/core.py:4616
↓ 21 callersMethodset_value
Quickly set single value at (item, major, minor) location. .. deprecated:: 0.21.0 Please use .at[] or .iat[] accessors.
source/predictive_maintenance/pandas/core/panel.py:522
↓ 21 callersMethodsqueeze
(self)
source/predictive_maintenance/numpy/core/tests/test_regression.py:1736
↓ 21 callersMethodto_julian_date
Convert Datetime Array to float64 ndarray of Julian Dates. 0 Julian date is noon January 1, 4713 BC. http://en.wikipedia.org/
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1646
↓ 20 callersMethod__array__
(self, dtype)
source/predictive_maintenance/pandas/tests/extension/test_common.py:21
↓ 20 callersMethod_check
(self, values, func, expected)
source/predictive_maintenance/pandas/tests/arithmetic/test_period.py:1017
↓ 20 callersMethod_consolidate
Compute NDFrame with "consolidated" internals (data of each dtype grouped together in a single ndarray). Parameters
source/predictive_maintenance/pandas/core/generic.py:5140
↓ 20 callersMethod_generate_data
(self, n, m)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:1340
↓ 20 callersMethod_read_bytes
(self, offset, length)
source/predictive_maintenance/pandas/io/sas/sas7bdat.py:272
↓ 20 callersFunctionarray_split
Split an array into multiple sub-arrays. Please refer to the ``split`` documentation. The only difference between these functions is th
source/predictive_maintenance/numpy/lib/shape_base.py:716
↓ 20 callersFunctionasbytes
(s)
source/predictive_maintenance/numpy/compat/py3k.py:33
↓ 20 callersFunctionaverage
Compute the weighted average along the specified axis. Parameters ---------- a : array_like Array containing data to be aver
source/predictive_maintenance/numpy/lib/function_base.py:295
↓ 20 callersMethodbox
r""" Make a box plot of the DataFrame columns. A box plot is a method for graphically depicting groups of numerical data thro
source/predictive_maintenance/pandas/plotting/_core.py:3173
↓ 20 callersMethodcheck
(ctype, dtype)
source/predictive_maintenance/numpy/core/tests/test_dtype.py:945
↓ 20 callersFunctioncheck_contig
(a, ccontig, fcontig)
source/predictive_maintenance/numpy/core/tests/test_api.py:472
↓ 20 callersFunctioncov
Estimate the covariance matrix. Except for the handling of missing data this function does the same as `numpy.cov`. For more details and
source/predictive_maintenance/numpy/ma/extras.py:1280
↓ 20 callersMethodequals
Determines if two CategorialIndex objects contain the same elements.
source/predictive_maintenance/pandas/core/indexes/category.py:233
↓ 20 callersMethodevaluate
(self, *args, **kwargs)
source/predictive_maintenance/pandas/core/computation/ops.py:77
↓ 20 callersMethodgroupby
Group the index labels by a given array of values. Parameters ---------- values : array Values used to d
source/predictive_maintenance/pandas/core/indexes/base.py:4469
↓ 20 callersFunctionis_list_like_indexer
(key)
source/predictive_maintenance/pandas/core/indexing.py:2689
↓ 20 callersFunctionisstring
(var)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:78
↓ 20 callersMethodmean
(a)
source/predictive_maintenance/numpy/lib/tests/test_function_base.py:1382
↓ 20 callersFunctionnjoin
Join two or more pathname components + - convert a /-separated pathname to one using the OS's path separator. - resolve `..` and `.` from path
source/predictive_maintenance/numpy/distutils/misc_util.py:177
↓ 20 callersMethodravel
Return a flattened matrix. Refer to `numpy.ravel` for more documentation. Parameters ---------- order : {'C
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:895
↓ 20 callersMethodreadline
(self)
source/predictive_maintenance/pandas/io/common.py:532
↓ 20 callersMethodrsplit
(self, pat=None, n=-1, expand=False)
source/predictive_maintenance/pandas/core/strings.py:2398
↓ 20 callersFunctionsafe_sort
Sort ``values`` and reorder corresponding ``labels``. ``values`` should be unique if ``labels`` is not None. Safe for use with mixed type
source/predictive_maintenance/pandas/core/sorting.py:407
↓ 20 callersMethodsearchsorted
(self, value, side='left', sorter=None)
source/predictive_maintenance/pandas/core/indexes/period.py:533
↓ 20 callersMethodtake
(self, indices, axis=0, allow_fill=True, fill_value=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/category.py:652
↓ 20 callersMethodtofile
Save a masked array to a file in binary format. .. warning:: This function is not implemented yet. Raises
source/predictive_maintenance/numpy/ma/core.py:5934
↓ 19 callersMethod__init__
(self, n=1, normalize=False, weekday=None)
source/predictive_maintenance/pandas/tseries/offsets.py:1314
↓ 19 callersMethod__rfloordiv__
(self, other)
source/predictive_maintenance/pandas/core/arrays/timedeltas.py:639
↓ 19 callersMethod_check
(self, values, func, expected)
source/predictive_maintenance/pandas/tests/arithmetic/test_period.py:299
↓ 19 callersMethod_consolidate_inplace
Consolidate data in place and return None
source/predictive_maintenance/pandas/core/generic.py:5132
↓ 19 callersMethod_constructor_sliced
Used when a manipulation result has one lower dimension(s) as the original, such as DataFrame single columns slicing.
source/predictive_maintenance/pandas/core/generic.py:203
↓ 19 callersFunction_stringify_path
Attempt to convert a path-like object to a string. Parameters ---------- filepath_or_buffer : object to be converted Returns ---
source/predictive_maintenance/pandas/io/common.py:120
↓ 19 callersMethod_tag
Surround val with <tag></tag>
source/predictive_maintenance/pandas/io/stata.py:2768
↓ 19 callersFunctionadd_newdoc_for_scalar_type
(obj, fixed_aliases, doc)
source/predictive_maintenance/numpy/core/_add_newdocs.py:6819
↓ 19 callersFunctionassert_attr_equal
checks attributes are equal. Both objects must have attribute. Parameters ---------- attr : str Attribute name being compared.
source/predictive_maintenance/pandas/util/testing.py:910
← previousnext →601–700 of 27,130, ranked by callers