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

↓ 85 callersMethodsort_values
(self, by, axis=0, ascending=True, inplace=False, kind='quicksort', na_position='last')
source/predictive_maintenance/pandas/core/frame.py:4697
↓ 85 callersMethodto_pydatetime
Return Datetime Array/Index as object ndarray of datetime.datetime objects Returns ------- datetimes : ndarr
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1064
↓ 85 callersMethodview
(self)
source/predictive_maintenance/pandas/tests/indexing/test_indexing.py:424
↓ 83 callersMethodsplit
(cmd)
source/predictive_maintenance/numpy/distutils/_shell_utils.py:84
↓ 82 callersMethodhist
Draw one histogram of the DataFrame's columns. A histogram is a representation of the distribution of data. This function gr
source/predictive_maintenance/pandas/plotting/_core.py:3223
↓ 82 callersMethodintersection
Form the intersection of two Index objects. This returns a new Index with elements common to the index and `other`. Paramet
source/predictive_maintenance/pandas/core/indexes/base.py:2357
↓ 82 callersMethoditem
Return the first element of the underlying data as a python scalar.
source/predictive_maintenance/pandas/core/base.py:711
↓ 82 callersMethodremove
Remove pandas object partially by specifying the where condition Parameters ---------- key : string Node
source/predictive_maintenance/pandas/io/pytables.py:891
↓ 82 callersMethodswapaxes
Interchange axes and swap values axes appropriately. Returns ------- y : same as input
source/predictive_maintenance/pandas/core/generic.py:683
↓ 81 callersFunctionassert_offset_equal
(offset, base, expected)
source/predictive_maintenance/pandas/tests/tseries/offsets/common.py:7
↓ 81 callersMethodfillna
(self, value=None, method=None, axis=None, inplace=False, limit=None, downcast=None, **kwargs)
source/predictive_maintenance/pandas/core/series.py:3833
↓ 81 callersMethodxs
Return slice of panel along selected axis. Parameters ---------- key : object Label axis : {'ite
source/predictive_maintenance/pandas/core/panel.py:841
↓ 80 callersMethodappend
Append rows of `other` to the end of caller, returning a new object. Columns in `other` that are not in the caller are added as new
source/predictive_maintenance/pandas/core/frame.py:6558
↓ 80 callersFunctionassert_array_equal
Checks the elementwise equality of two masked arrays.
source/predictive_maintenance/numpy/ma/testutils.py:222
↓ 80 callersMethoddifference
Return a new Index with elements from the index that are not in `other`. This is the set difference of two Index objects.
source/predictive_maintenance/pandas/core/indexes/base.py:2445
↓ 80 callersMethodfilter
Add a new suppressing filter or apply it if the state is entered. Parameters ---------- category : class, optional
source/predictive_maintenance/numpy/testing/_private/utils.py:2094
↓ 80 callersMethodto_hdf
Write the contained data to an HDF5 file using HDFStore. Hierarchical Data Format (HDF) is self-describing, allowing an appl
source/predictive_maintenance/pandas/core/generic.py:2275
↓ 79 callersMethodexpanding
(self, min_periods=1, center=False, axis=0)
source/predictive_maintenance/pandas/core/generic.py:10152
↓ 79 callersMethodpartition
Partition each element in `self` around `sep`. See also -------- partition
source/predictive_maintenance/numpy/core/defchararray.py:2405
↓ 79 callersFunctionsum
Sum of array elements over a given axis. Parameters ---------- a : array_like Elements to sum. axis : None or int or tup
source/predictive_maintenance/numpy/core/fromnumeric.py:1967
↓ 78 callersMethodquantile
Return value at the given quantile. Parameters ---------- q : float or array-like, default 0.5 (50% quantile)
source/predictive_maintenance/pandas/core/series.py:2004
↓ 78 callersMethodto_period
Convert Series from DatetimeIndex to PeriodIndex with desired frequency (inferred from index if not passed). Parameters
source/predictive_maintenance/pandas/core/series.py:4351
↓ 77 callersFunctionfunc
(arr, indexer, out, fill_value=np.nan)
source/predictive_maintenance/pandas/core/algorithms.py:1442
↓ 77 callersFunctioninterval_range
Return a fixed frequency IntervalIndex Parameters ---------- start : numeric or datetime-like, default None Left bound for g
source/predictive_maintenance/pandas/core/indexes/interval.py:1159
↓ 77 callersFunctionto_timedelta
Convert argument to timedelta. Timedeltas are absolute differences in times, expressed in difference units (e.g. days, hours, minutes, s
source/predictive_maintenance/pandas/core/tools/timedeltas.py:16
↓ 76 callersFunctionis_extension_array_dtype
Check if an object is a pandas extension array type. See the :ref:`Use Guide <extending.extension-types>` for more. Parameters ----
source/predictive_maintenance/pandas/core/dtypes/common.py:1702
↓ 74 callersFunctionensure_index
Ensure that we have an index from some index-like object. Parameters ---------- index : sequence An Index or other sequence
source/predictive_maintenance/pandas/core/indexes/base.py:5318
↓ 74 callersMethodfrom_breaks
(cls, breaks, closed='right', copy=False, dtype=None)
source/predictive_maintenance/pandas/core/arrays/interval.py:260
↓ 74 callersMethodwrite
(self, **kwargs)
source/predictive_maintenance/pandas/io/pytables.py:2443
↓ 73 callersMethodcheck_result
(self, name, method1, key1, method2, key2, typs=None, objs=None, axes=None, fails=None)
source/predictive_maintenance/pandas/tests/indexing/common.py:200
↓ 73 callersMethodcov
Exponential weighted sample covariance.
source/predictive_maintenance/pandas/core/window.py:2358
↓ 73 callersFunctionis_timedelta64_dtype
Check whether an array-like or dtype is of the timedelta64 dtype. Parameters ---------- arr_or_dtype : array-like The array-
source/predictive_maintenance/pandas/core/dtypes/common.py:472
↓ 73 callersMethodput
Applies the `put` method to its `values` attribute if it has one. See Also -------- numpy.ndarray.put
source/predictive_maintenance/pandas/core/series.py:581
↓ 73 callersFunctionread_json
Convert a JSON string to pandas object. Parameters ---------- path_or_buf : a valid JSON string or file-like, default: None
source/predictive_maintenance/pandas/io/json/json.py:229
↓ 72 callersFunctionassert_poly_almost_equal
(p1, p2, msg="")
source/predictive_maintenance/numpy/polynomial/tests/test_classes.py:41
↓ 72 callersFunctionis_dtype_equal
Check if two dtypes are equal. Parameters ---------- source : The first dtype to compare target : The second dtype to compare
source/predictive_maintenance/pandas/core/dtypes/common.py:746
↓ 71 callersMethodview
(self, cls=None)
source/predictive_maintenance/pandas/core/indexes/base.py:700
↓ 70 callersFunctionoutmess
(line, flag=1)
source/predictive_maintenance/numpy/f2py/crackfortran.py:233
↓ 70 callersMethodwrite
(self, v)
source/predictive_maintenance/numpy/lib/npyio.py:1333
↓ 69 callersMethod_shallow_copy
(self, values=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/base.py:567
↓ 68 callersMethod_check_colors
(bp, box_c, whiskers_c, medians_c, caps_c='k', fliers_c=None)
source/predictive_maintenance/pandas/tests/plotting/test_frame.py:2119
↓ 68 callersMethodmerge
Merge holiday calendars together. The caller's class rules take precedence. The merge will be done based on each holiday's
source/predictive_maintenance/pandas/tseries/holiday.py:451
↓ 67 callersMethodclip
(self, a, m, M, out=None)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:1334
↓ 67 callersFunctiondatapath
Get the path to a data file. Parameters ---------- path : str Path to the file, relative to ``pandas/tests/`` Returns --
source/predictive_maintenance/pandas/conftest.py:282
↓ 67 callersFunctionpackb
Pack object `o` and return packed bytes See :class:`Packer` for options.
source/predictive_maintenance/pandas/io/msgpack/__init__.py:36
↓ 66 callersMethodargsort
Overrides ndarray.argsort. Argsorts the value, omitting NA/null values, and places the result in the same locations as the non-NA val
source/predictive_maintenance/pandas/core/series.py:2988
↓ 66 callersFunctionbdate_range
Return a fixed frequency DatetimeIndex, with business day as the default frequency Parameters ---------- start : string or datet
source/predictive_maintenance/pandas/core/indexes/datetimes.py:1529
↓ 66 callersMethodpivot_table
(self, values=None, index=None, columns=None, aggfunc='mean', fill_value=None, margins=Fal
source/predictive_maintenance/pandas/core/frame.py:5752
↓ 66 callersMethodtolist
Transforms the mvoid object into a tuple. Masked fields are replaced by None. Returns ------- returned_tuple Tuple of f
source/predictive_maintenance/numpy/ma/core.py:6170
↓ 65 callersFunctioneval
Evaluate a Python expression as a string using various backends. The following arithmetic operations are supported: ``+``, ``-``, ``*``, ``/`
source/predictive_maintenance/pandas/core/computation/eval.py:156
↓ 65 callersMethodravel
Return the flattened underlying data as an ndarray. See Also -------- numpy.ndarray.ravel
source/predictive_maintenance/pandas/core/series.py:512
↓ 65 callersMethodstrftime
Convert to Index using specified date_format. Return an Index of formatted strings specified by date_format, which supports
source/predictive_maintenance/pandas/core/arrays/datetimelike.py:140
↓ 64 callersMethodendswith
Returns a boolean array which is `True` where the string element in `self` ends with `suffix`, otherwise `False`. See also
source/predictive_maintenance/numpy/core/defchararray.py:2221
↓ 64 callersMethodexecute
Simple passthrough to SQLAlchemy connectable
source/predictive_maintenance/pandas/io/sql.py:988
↓ 64 callersFunctionis_float_dtype
Check whether the provided array or dtype is of a float dtype. This function is internal and should not be exposed in the public API. P
source/predictive_maintenance/pandas/core/dtypes/common.py:1545
↓ 64 callersMethodtake
(self, indices, axis=0, allow_fill=True, fill_value=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/base.py:785
↓ 64 callersMethodvar
Returns the variance of the array elements along given axis. Masked entries are ignored, and result elements which are not f
source/predictive_maintenance/numpy/ma/core.py:5217
↓ 63 callersMethodapply
Apply a function along an axis of the DataFrame. Objects passed to the function are Series objects whose index is either the
source/predictive_maintenance/pandas/core/frame.py:6310
↓ 63 callersFunctioncreate_mgr
Construct BlockManager from string description. String description syntax looks similar to np.matrix initializer. It looks like this::
source/predictive_maintenance/pandas/tests/internals/test_internals.py:138
↓ 63 callersMethodfrom_records
Convert structured or record ndarray to DataFrame. Parameters ---------- data : ndarray (structured dtype), list of
source/predictive_maintenance/pandas/core/frame.py:1431
↓ 63 callersFunctionis_datetime64_dtype
Check whether an array-like or dtype is of the datetime64 dtype. Parameters ---------- arr_or_dtype : array-like The array-l
source/predictive_maintenance/pandas/core/dtypes/common.py:403
↓ 63 callersFunctionnorm
Matrix or vector norm. This function is able to return one of eight different matrix norms, or one of an infinite number of vector norms
source/predictive_maintenance/numpy/linalg/linalg.py:2294
↓ 61 callersFunctionensure_clean_path
return essentially a named temporary file that is not opened and deleted on existing; if path is a list, then create and return list of f
source/predictive_maintenance/pandas/tests/io/test_pytables.py:98
↓ 61 callersFunctionfilled
Return input as an array with masked data replaced by a fill value. If `a` is not a `MaskedArray`, `a` itself is returned. If `a` is a `
source/predictive_maintenance/numpy/ma/core.py:594
↓ 61 callersMethodfirst
Convenience method for subsetting initial periods of time series data based on a date offset. Parameters ----------
source/predictive_maintenance/pandas/core/generic.py:8161
↓ 61 callersMethodtake_nd
Take values according to indexer and return them as a block.bb
source/predictive_maintenance/pandas/core/internals/blocks.py:1217
↓ 61 callersMethodwrite
(self, s)
source/predictive_maintenance/numpy/lib/tests/test_io.py:41
↓ 60 callersMethodabspath
Return absolute path of file in the DataSource directory. If `path` is an URL, then `abspath` will return either the location
source/predictive_maintenance/numpy/lib/_datasource.py:459
↓ 60 callersMethodextract
(r)
source/predictive_maintenance/pandas/io/parsers.py:1474
↓ 60 callersMethodvalues
Return Series as ndarray or ndarray-like depending on the dtype. .. warning:: We recommend using :attr:`Series.array` or
source/predictive_maintenance/pandas/core/series.py:435
↓ 59 callersMethoddate
Returns numpy array of python datetime.date objects (namely, the date part of Timestamps without timezone information).
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1304
↓ 59 callersMethoddrop
Drop specified labels from rows or columns. Remove rows or columns by specifying label names and corresponding axis, or by s
source/predictive_maintenance/pandas/core/frame.py:3819
↓ 58 callersMethod_convert
Attempt to infer better dtype for object columns Parameters ---------- datetime : boolean, default False
source/predictive_maintenance/pandas/core/generic.py:5821
↓ 58 callersFunctionasarray
Convert the input to a masked array of the given data-type. No copy is performed if the input is already an `ndarray`. If `a` is a subcl
source/predictive_maintenance/numpy/ma/core.py:7724
↓ 58 callersMethodencode_decode
(self, x, compress=None, **kwargs)
source/predictive_maintenance/pandas/tests/io/test_packers.py:99
↓ 58 callersMethodfactorize
(self, sort=False, na_sentinel=-1)
source/predictive_maintenance/pandas/core/base.py:1421
↓ 58 callersMethodget_dtype_counts
Return counts of unique dtypes in this object. Returns ------- dtype : Series Series with the count of c
source/predictive_maintenance/pandas/core/generic.py:5382
↓ 58 callersMethodoptimize_compare
(self, subscripts, operands=None)
source/predictive_maintenance/numpy/core/tests/test_einsum.py:736
↓ 58 callersMethodset_names
Set Index or MultiIndex name. Able to set new names partially and by level. Parameters ---------- names : l
source/predictive_maintenance/pandas/core/indexes/base.py:1272
↓ 58 callersMethodto_stata
Export DataFrame object to Stata dta format. Writes the DataFrame to a Stata dataset file. "dta" files contain a Stata datas
source/predictive_maintenance/pandas/core/frame.py:2017
↓ 57 callersFunctionPoly
(request)
source/predictive_maintenance/numpy/polynomial/tests/test_classes.py:32
↓ 57 callersMethodcumsum
Cumulative sum for each group.
source/predictive_maintenance/pandas/core/groupby/groupby.py:1863
↓ 57 callersMethodfrom_codes
Make a Categorical type from codes and categories or dtype. This constructor is useful if you already have codes and categor
source/predictive_maintenance/pandas/core/arrays/categorical.py:598
↓ 57 callersMethodmax
Return the maximum along a given axis. Parameters ---------- axis : {None, int}, optional Axis along whi
source/predictive_maintenance/numpy/ma/core.py:5686
↓ 57 callersFunctionpad
Pads an array. Parameters ---------- array : array_like of rank N Input array pad_width : {sequence, array_like, int}
source/predictive_maintenance/numpy/lib/arraypad.py:965
↓ 57 callersMethodreset_index
Reset the index, or a level of it. Reset the index of the DataFrame, and use the default one instead. If the DataFrame has a
source/predictive_maintenance/pandas/core/frame.py:4203
↓ 57 callersMethodshift
(self, periods=1, freq=None, axis=0, fill_value=None)
source/predictive_maintenance/pandas/core/series.py:3848
↓ 57 callersMethodto_string
Render a DataFrame to a console-friendly tabular output. %(shared_params)s line_width : int, optional Width to wr
source/predictive_maintenance/pandas/core/frame.py:683
↓ 57 callersMethodtruncate
Truncate a Series or DataFrame before and after some index value. This is a useful shorthand for boolean indexing based on index
source/predictive_maintenance/pandas/core/generic.py:9043
↓ 56 callersMethodfillna
(self, value=None, method=None, axis=None, inplace=False, limit=None, downcast=None, **kwargs)
source/predictive_maintenance/pandas/core/frame.py:4029
↓ 56 callersMethodjoin
Join columns of another DataFrame. Join columns with `other` DataFrame either on index or on a key column. Efficiently join
source/predictive_maintenance/pandas/core/frame.py:6694
↓ 56 callersFunctionlmap
(*args, **kwargs)
source/predictive_maintenance/pandas/compat/__init__.py:131
↓ 56 callersMethodsort_index
(self, axis=0, level=None, ascending=True, inplace=False, kind='quicksort', na_position='la
source/predictive_maintenance/pandas/core/frame.py:4738
↓ 56 callersMethodupper
Return an array with the elements of `self` converted to uppercase. See also -------- char.upper
source/predictive_maintenance/numpy/core/defchararray.py:2585
↓ 55 callersMethodaggregate
(self, arg, *args, **kwargs)
source/predictive_maintenance/pandas/core/window.py:2267
↓ 55 callersMethodcorr
Exponential weighted sample correlation.
source/predictive_maintenance/pandas/core/window.py:2383
↓ 55 callersMethoddescribe
Generate descriptive statistics that summarize the central tendency, dispersion and shape of a dataset's distribution, excluding
source/predictive_maintenance/pandas/core/generic.py:9484
↓ 55 callersMethodduplicated
Indicate duplicate Series values. Duplicated values are indicated as ``True`` values in the resulting Series. Either all dup
source/predictive_maintenance/pandas/core/series.py:1743
↓ 55 callersMethodflatten
Return a flattened copy of the matrix. All `N` elements of the matrix are placed into a single row. Parameters ----
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:378
↓ 54 callersFunction_check
(dtype)
source/predictive_maintenance/pandas/tests/groupby/test_bin_groupby.py:91
← previousnext →201–300 of 27,130, ranked by callers