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

↓ 32 callersFunctionperiod_array
Construct a new PeriodArray from a sequence of Period scalars. Parameters ---------- data : Sequence of Period objects A seq
source/predictive_maintenance/pandas/core/arrays/period.py:712
↓ 32 callersMethodread_csv
(self, path, **kwargs)
source/predictive_maintenance/pandas/tests/frame/test_to_csv.py:34
↓ 32 callersMethodread_dta
(self, file)
source/predictive_maintenance/pandas/tests/io/test_stata.py:108
↓ 31 callersMethod_read_int
(self, offset, width)
source/predictive_maintenance/pandas/io/sas/sas7bdat.py:263
↓ 31 callersMethodassign
r""" Assign new columns to a DataFrame. Returns a new object with all original columns in addition to new ones. Existing colu
source/predictive_maintenance/pandas/core/frame.py:3475
↓ 31 callersMethodclip
Trim values at input threshold(s). Assigns values outside boundary to boundary values. Thresholds can be singular values or
source/predictive_maintenance/pandas/core/generic.py:7203
↓ 31 callersFunctionget_info
notfound_action: 0 - do nothing 1 - display warning message 2 - raise error
source/predictive_maintenance/numpy/distutils/system_info.py:373
↓ 31 callersFunctionis_sequence
(seq)
source/predictive_maintenance/numpy/distutils/misc_util.py:466
↓ 31 callersMethodrstrip
(self, to_strip=None)
source/predictive_maintenance/pandas/core/strings.py:2737
↓ 31 callersMethodsplitlines
For each element in `self`, return a list of the lines in the element, breaking at line boundaries. See also -------
source/predictive_maintenance/numpy/core/defchararray.py:2510
↓ 31 callersMethodsqueeze
Return a possibly reshaped matrix. Refer to `numpy.squeeze` for more documentation. Parameters ---------- a
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:325
↓ 31 callersMethodto_panel
Transform long (stacked) format (DataFrame) into wide (3D, Panel) format. .. deprecated:: 0.20.0 Currently the inde
source/predictive_maintenance/pandas/core/frame.py:1962
↓ 31 callersFunctiontrim
(x)
source/predictive_maintenance/numpy/polynomial/tests/test_polynomial.py:15
↓ 30 callersMethod_constructor
Used when a manipulation result has the same dimensions as the original.
source/predictive_maintenance/pandas/core/generic.py:196
↓ 30 callersFunction_tables
()
source/predictive_maintenance/pandas/io/pytables.py:236
↓ 30 callersMethodapplymap
Apply a function to a Dataframe elementwise. This method applies a function that accepts and returns a scalar to every eleme
source/predictive_maintenance/pandas/core/frame.py:6489
↓ 30 callersFunctioncov
Estimate a covariance matrix, given data and weights. Covariance indicates the level to which two variables vary together. If we examine
source/predictive_maintenance/numpy/lib/function_base.py:2246
↓ 30 callersMethodget
Return values for selected item (ndarray or BlockManager).
source/predictive_maintenance/pandas/core/internals/managers.py:934
↓ 30 callersMethodinsert
Insert column into DataFrame at specified location. Raises a ValueError if `column` is already contained in the DataFrame, u
source/predictive_maintenance/pandas/core/frame.py:3454
↓ 30 callersMethodopen
Open and return file-like object. If `path` is an URL, it will be downloaded, stored in the `DataSource` directory and opene
source/predictive_maintenance/numpy/lib/_datasource.py:578
↓ 30 callersMethodread_csv
(self, file)
source/predictive_maintenance/pandas/tests/io/test_stata.py:112
↓ 30 callersMethodto_dict
Convert Series to {label -> value} dict or dict-like object. Parameters ---------- into : class, default dict
source/predictive_maintenance/pandas/core/series.py:1463
↓ 29 callersMethodargmax
Return a ndarray of the maximum argument indexer. Parameters ---------- axis : {None} Dummy argument for
source/predictive_maintenance/pandas/core/base.py:1022
↓ 29 callersMethodargmin
Return a ndarray of the minimum argument indexer. Parameters ---------- axis : {None} Dummy argument for
source/predictive_maintenance/pandas/core/base.py:1079
↓ 29 callersFunctionconcatenate
Concatenate a sequence of arrays along the given axis. Parameters ---------- arrays : sequence of array_like The arrays must
source/predictive_maintenance/numpy/ma/core.py:6734
↓ 29 callersMethoddot
Compute the dot product between the Series and the columns of other. This method computes the dot product between the Series and ano
source/predictive_maintenance/pandas/core/series.py:2241
↓ 29 callersFunctionf
(self, other)
source/predictive_maintenance/pandas/core/ops.py:1389
↓ 29 callersFunctioninsert
Insert values along the given axis before the given indices. Parameters ---------- arr : array_like Input array. obj : i
source/predictive_maintenance/numpy/lib/function_base.py:4431
↓ 29 callersFunctionnp_datetime64_compat
provide compat for construction of strings to numpy datetime64's with tz-changes in 1.11 that make '2015-01-01 09:00:00Z' show a deprecation
source/predictive_maintenance/pandas/compat/numpy/__init__.py:39
↓ 29 callersMethodscatter
Create a scatter plot with varying marker point size and color. The coordinates of each point are defined by two dataframe columns a
source/predictive_maintenance/pandas/plotting/_core.py:3437
↓ 29 callersMethodswaplevel
Swap levels i and j in a MultiIndex. Parameters ---------- i, j : int, string (can be mixed) Level of in
source/predictive_maintenance/pandas/core/series.py:3217
↓ 29 callersFunctiontrim
(x)
source/predictive_maintenance/numpy/polynomial/tests/test_legendre.py:29
↓ 29 callersFunctiontrim
(x)
source/predictive_maintenance/numpy/polynomial/tests/test_hermite.py:29
↓ 29 callersFunctiontrim
(x)
source/predictive_maintenance/numpy/polynomial/tests/test_hermite_e.py:29
↓ 29 callersFunctiontrim
(x)
source/predictive_maintenance/numpy/polynomial/tests/test_laguerre.py:26
↓ 29 callersMethodtz_localize
Localize tz-naive Datetime Array/Index to tz-aware Datetime Array/Index. This method takes a time zone (tz) naive Datetime A
source/predictive_maintenance/pandas/core/arrays/datetimes.py:871
↓ 29 callersFunctionwrap
(func)
source/predictive_maintenance/pandas/core/config.py:721
↓ 29 callersMethodwrite_array
(self, key, value, items=None)
source/predictive_maintenance/pandas/io/pytables.py:2728
↓ 28 callersFunction_na_map
(f, arr, na_result=np.nan, dtype=object)
source/predictive_maintenance/pandas/core/strings.py:57
↓ 28 callersMethodclose
Close the PyTables file handle
source/predictive_maintenance/pandas/io/pytables.py:639
↓ 28 callersMethodcombine_first
Combine Series values, choosing the calling Series's values first. Parameters ---------- other : Series
source/predictive_maintenance/pandas/core/series.py:2573
↓ 28 callersMethodconjugate
(self)
source/predictive_maintenance/numpy/core/tests/test_ufunc.py:177
↓ 28 callersFunctionhistogramdd
Compute the multidimensional histogram of some data. Parameters ---------- sample : (N, D) array, or (D, N) array_like The d
source/predictive_maintenance/numpy/lib/histograms.py:925
↓ 28 callersFunctionmake_mask
Create a boolean mask from an array. Return `m` as a boolean mask, creating a copy if necessary or requested. The function can accept an
source/predictive_maintenance/numpy/ma/core.py:1558
↓ 28 callersMethodtrace
(this docstring should be overwritten)
source/predictive_maintenance/numpy/ma/core.py:4911
↓ 27 callersMethod_check
(self, spec, wanted)
source/predictive_maintenance/numpy/core/tests/test_multiarray.py:6545
↓ 27 callersMethod_construct
construct an object for the given shape if value is specified use that if its a scalar if value is an array, repeat it as nee
source/predictive_maintenance/pandas/tests/generic/test_generic.py:36
↓ 27 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/series.py:339
↓ 27 callersFunctionas_strided
Create a view into the array with the given shape and strides. .. warning:: This function has to be used with extreme care, see notes.
source/predictive_maintenance/numpy/lib/stride_tricks.py:39
↓ 27 callersMethodassert_array_equal
Checks the elementwise equality of two masked arrays.
source/predictive_maintenance/numpy/ma/timer_comparison.py:109
↓ 27 callersMethodastype
(self, dtype, copy=True)
source/predictive_maintenance/pandas/core/indexes/timedeltas.py:319
↓ 27 callersFunctionatleast_1d
Convert inputs to arrays with at least one dimension. Scalar inputs are converted to 1-dimensional arrays, whilst higher-dimensional inp
source/predictive_maintenance/numpy/core/shape_base.py:26
↓ 27 callersFunctioncreate_pandas_abc_type
(name, attr, comp)
source/predictive_maintenance/pandas/core/dtypes/generic.py:6
↓ 27 callersMethodget_storer
return the storer object for a key, raise if not in the file
source/predictive_maintenance/pandas/io/pytables.py:1164
↓ 27 callersMethodinternal_values
return an internal format, currently just the ndarray this should be the pure internal API format
source/predictive_maintenance/pandas/core/internals/blocks.py:165
↓ 27 callersFunctionl_or
(*f)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:573
↓ 27 callersMethodsize
Return an int representing the number of elements in this object. Return the number of rows if Series. Otherwise return the number o
source/predictive_maintenance/pandas/core/generic.py:474
↓ 27 callersMethodunstack
Pivot a level of the (necessarily hierarchical) index labels, returning a DataFrame having a new level of column labels whose inner-m
source/predictive_maintenance/pandas/core/frame.py:5931
↓ 27 callersMethodupdate
search order for local (i.e., @variable) variables: scope, key_variable [('locals', 'local_name'), ('globals', 'loc
source/predictive_maintenance/pandas/core/computation/ops.py:89
↓ 26 callersMethod__setmask__
Set the mask.
source/predictive_maintenance/numpy/ma/core.py:3377
↓ 26 callersMethod_check_comparison_ops
(self, a, b, a_dense, b_dense)
source/predictive_maintenance/pandas/tests/arrays/sparse/test_arithmetics.py:82
↓ 26 callersFunctionconv
(i)
source/predictive_maintenance/pandas/core/indexes/api.py:168
↓ 26 callersFunctionexpected_html
Read HTML file from formats data directory. Parameters ---------- datapath : pytest fixture The datapath fixture injected in
source/predictive_maintenance/pandas/tests/io/formats/test_to_html.py:19
↓ 26 callersFunctioneye
Return a 2-D array with ones on the diagonal and zeros elsewhere. Parameters ---------- N : int Number of rows in the output.
source/predictive_maintenance/numpy/lib/twodim_base.py:155
↓ 26 callersMethodisAnchored
(self)
source/predictive_maintenance/pandas/tseries/offsets.py:1323
↓ 26 callersMethodis_dtype_equal
Returns True if categoricals are the same dtype same categories, and same ordered Parameters ---------- ot
source/predictive_maintenance/pandas/core/arrays/categorical.py:2342
↓ 26 callersMethodmean
Returns the average of the array elements along given axis. Masked entries are ignored, and result elements which are not fi
source/predictive_maintenance/numpy/ma/core.py:5129
↓ 26 callersMethodonOffset
(self, dt)
source/predictive_maintenance/pandas/tseries/offsets.py:1393
↓ 26 callersMethodouter
Return the function applied to the outer product of a and b.
source/predictive_maintenance/numpy/ma/core.py:6498
↓ 26 callersMethodset
Modify Block in-place with new item value Returns ------- None
source/predictive_maintenance/pandas/core/internals/blocks.py:335
↓ 26 callersFunctionsqrt
Compute the square root of x. For negative input elements, a complex value is returned (unlike `numpy.sqrt` which returns NaN). Par
source/predictive_maintenance/numpy/lib/scimath.py:186
↓ 26 callersMethodto_series
(mi, level)
source/predictive_maintenance/pandas/tests/frame/test_query_eval.py:338
↓ 26 callersMethodwrite
(self, data_bytes)
source/predictive_maintenance/pandas/tests/io/json/test_ujson.py:587
↓ 25 callersFunction_check_fill_value
Private function validating the given `fill_value` for the given dtype. If fill_value is None, it is set to the default corresponding to the
source/predictive_maintenance/numpy/ma/core.py:440
↓ 25 callersFunction_check_plot_works
(f, freq=None, series=None, *args, **kwargs)
source/predictive_maintenance/pandas/tests/plotting/test_datetimelike.py:1517
↓ 25 callersMethod_check_ticks_props
Check each axes has expected tick properties Parameters ---------- axes : matplotlib Axes object, or its list-like
source/predictive_maintenance/pandas/tests/plotting/common.py:250
↓ 25 callersMethod_get_attributes_dict
Return an attributes dict for my class.
source/predictive_maintenance/pandas/core/indexes/base.py:547
↓ 25 callersMethod_test_equal
(self, a, b)
source/predictive_maintenance/numpy/testing/tests/test_utils.py:24
↓ 25 callersMethodbyteswap
(self)
source/predictive_maintenance/numpy/lib/user_array.py:236
↓ 25 callersMethodconstruct_from_string
(cls, string)
source/predictive_maintenance/pandas/tests/extension/json/array.py:49
↓ 25 callersMethoddropna
Remove missing values. See the :ref:`User Guide <missing_data>` for more on which values are considered missing, and how to
source/predictive_maintenance/pandas/core/frame.py:4456
↓ 25 callersMethodextractall
(self, pat, flags=0)
source/predictive_maintenance/pandas/core/strings.py:2770
↓ 25 callersMethodfind
(self, sub, start=0, end=None)
source/predictive_maintenance/pandas/core/strings.py:2799
↓ 25 callersMethodidxmax
Return the row label of the maximum value. If multiple values equal the maximum, the first row label with that value is retu
source/predictive_maintenance/pandas/core/series.py:1886
↓ 25 callersFunctionis_numeric_dtype
Check whether the provided array or dtype is of a numeric dtype. Parameters ---------- arr_or_dtype : array-like The array o
source/predictive_maintenance/pandas/core/dtypes/common.py:1472
↓ 25 callersMethodis_scalar
(self)
source/predictive_maintenance/pandas/core/computation/ops.py:223
↓ 25 callersFunctionisarray
(var)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:96
↓ 25 callersMethoditertuples
Iterate over DataFrame rows as namedtuples. Parameters ---------- index : bool, default True If True, re
source/predictive_maintenance/pandas/core/frame.py:849
↓ 25 callersMethodlocalize
Convert naive time to local time
source/predictive_maintenance/pytz/__init__.py:229
↓ 25 callersFunctionmake_mask_descr
Construct a dtype description list from a given dtype. Returns a new dtype object, with the type of all fields in `ndtype` to a boolean
source/predictive_maintenance/numpy/ma/core.py:1328
↓ 25 callersMethodpad
Forward fill the values. Parameters ---------- limit : integer, optional limit of how many values to fil
source/predictive_maintenance/pandas/core/resample.py:415
↓ 25 callersMethodrepeat
(self, repeats, axis=None)
source/predictive_maintenance/pandas/core/indexes/base.py:861
↓ 25 callersMethodround
Round a DataFrame to a variable number of decimal places. Parameters ---------- decimals : int, dict, Series
source/predictive_maintenance/pandas/core/frame.py:6870
↓ 25 callersMethodset_axis
(a, i)
source/predictive_maintenance/pandas/core/generic.py:263
↓ 25 callersMethodtail
(self, n=5)
source/predictive_maintenance/pandas/core/panel.py:661
↓ 24 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/window.py:2220
↓ 24 callersFunction_ensure_decoded
if we have bytes, decode them to unicode
source/predictive_maintenance/pandas/io/pytables.py:58
↓ 24 callersFunction_make_index
(length, indices, kind)
source/predictive_maintenance/pandas/core/arrays/sparse.py:1880
↓ 24 callersMethodany
Tests whether at least one of elements evaluate True Returns ------- any : bool See Also --------
source/predictive_maintenance/pandas/core/arrays/sparse.py:1464
↓ 24 callersMethodbetween_time
Select values between particular times of the day (e.g., 9:00-9:30 AM). By setting ``start_time`` to be later than ``end_time``,
source/predictive_maintenance/pandas/core/generic.py:7789
← previousnext →501–600 of 27,130, ranked by callers