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

↓ 54 callersMethodcat
Concatenate strings in the Series/Index with given separator. If `others` is specified, this function concatenates the Series/Index
source/predictive_maintenance/pandas/core/strings.py:2047
↓ 54 callersFunctiondot
Return the dot product of two arrays. This function is the equivalent of `numpy.dot` that takes masked values into account. Note that `s
source/predictive_maintenance/numpy/ma/core.py:7366
↓ 54 callersFunctionis_period_dtype
Check whether an array-like or dtype is of the Period dtype. Parameters ---------- arr_or_dtype : array-like The array-like
source/predictive_maintenance/pandas/core/dtypes/common.py:503
↓ 54 callersMethodsample
(pd_table, conn, keys, data_iter)
source/predictive_maintenance/pandas/tests/io/test_sql.py:445
↓ 54 callersMethodto_html
Render a DataFrame as an HTML table. %(shared_params)s bold_rows : bool, default True Make the row labels bold in
source/predictive_maintenance/pandas/core/frame.py:2208
↓ 54 callersMethodto_latex
r""" Render an object to a LaTeX tabular environment table. Render an object to a tabular environment table. You can splice t
source/predictive_maintenance/pandas/core/generic.py:2749
↓ 54 callersMethodtype
(self)
source/predictive_maintenance/pandas/core/computation/ops.py:112
↓ 53 callersFunctiondict_append
(d, **kws)
source/predictive_maintenance/numpy/distutils/system_info.py:2491
↓ 53 callersMethodhead
(self, n=5)
source/predictive_maintenance/pandas/core/panel.py:658
↓ 53 callersFunctionread_hdf
Read from the store, close it if we opened it. Retrieve pandas object stored in file, optionally based on where criteria Parameters
source/predictive_maintenance/pandas/io/pytables.py:279
↓ 53 callersMethodupdate
Modify Panel in place using non-NA values from other Panel. May also use object coercible to Panel. Will align on items. Pa
source/predictive_maintenance/pandas/core/panel.py:1395
↓ 52 callersMethodcopy
(self, name=None, deep=False, dtype=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/base.py:889
↓ 52 callersMethodkeys
(self)
source/predictive_maintenance/pandas/tests/dtypes/test_inference.py:184
↓ 52 callersMethodputmask
Return a new Index of the values set with the mask. See Also -------- numpy.ndarray.putmask
source/predictive_maintenance/pandas/core/indexes/base.py:4032
↓ 52 callersMethodto_string
Render a string representation of the Series. Parameters ---------- buf : StringIO-like, optional buffer
source/predictive_maintenance/pandas/core/series.py:1388
↓ 51 callersMethod__setattr__
After regular attribute access, try setting the name This allows simpler access to columns for interactive use.
source/predictive_maintenance/pandas/core/generic.py:5069
↓ 51 callersMethodewm
(self, com=None, span=None, halflife=None, alpha=None, min_periods=0, adjust=True, ignore_na=F
source/predictive_maintenance/pandas/core/generic.py:10160
↓ 51 callersMethodformat
return the actual filter format
source/predictive_maintenance/pandas/core/computation/pytables.py:243
↓ 51 callersMethodget_exceldf
Return test data DataFrame. Parameters ---------- basename : str File base name, excluding file extensi
source/predictive_maintenance/pandas/tests/io/test_excel.py:100
↓ 51 callersMethodsort
(self, *args, **kwargs)
source/predictive_maintenance/pandas/core/indexes/base.py:4239
↓ 50 callersMethodbar
(connection, data)
source/predictive_maintenance/pandas/tests/io/test_sql.py:1706
↓ 50 callersFunctioncut
Bin values into discrete intervals. Use `cut` when you need to segment and sort data values into bins. This function is also useful for
source/predictive_maintenance/pandas/core/reshape/tile.py:23
↓ 50 callersMethoddrop_duplicates
Return DataFrame with duplicate rows removed, optionally only considering certain columns. Parameters ----------
source/predictive_maintenance/pandas/core/frame.py:4605
↓ 50 callersMethodmin
Return the minimum along a given axis. Parameters ---------- axis : {None, int}, optional Axis along whi
source/predictive_maintenance/numpy/ma/core.py:5565
↓ 50 callersMethodnunique
Count distinct observations over requested axis. Return Series with number of distinct observations. Can ignore NaN values.
source/predictive_maintenance/pandas/core/frame.py:7486
↓ 50 callersFunctionproduct
Return the product of array elements over a given axis. See Also -------- prod : equivalent function; see for details.
source/predictive_maintenance/numpy/core/fromnumeric.py:3386
↓ 50 callersMethodrollback
Roll provided date backward to next offset only if not on offset.
source/predictive_maintenance/pandas/tseries/offsets.py:335
↓ 50 callersMethodsetSeed
(self)
source/predictive_maintenance/numpy/random/tests/test_random.py:979
↓ 49 callersMethod_compute
Execute the style functions built up in `self._todo`. Relies on the conventions that all style functions go through .apply o
source/predictive_maintenance/pandas/io/formats/style.py:518
↓ 49 callersMethoddiff
First discrete difference of element. Calculates the difference of a Series element compared with another element in the Ser
source/predictive_maintenance/pandas/core/series.py:2133
↓ 49 callersMethodfrom_dict
Construct Panel from dict of DataFrame objects. Parameters ---------- data : dict {field : DataFrame}
source/predictive_maintenance/pandas/core/panel.py:243
↓ 49 callersFunctionhistogram
r""" Compute the histogram of a set of data. Parameters ---------- a : array_like Input data. The histogram is computed over
source/predictive_maintenance/numpy/lib/histograms.py:667
↓ 49 callersMethodnth
Take the nth row from each group if n is an int, or a subset of rows if n is a list of ints. If dropna, will take the nth no
source/predictive_maintenance/pandas/core/groupby/groupby.py:1531
↓ 49 callersFunctionunion_categoricals
Combine list-like of Categorical-like, unioning categories. All categories must have the same dtype. .. versionadded:: 0.19.0 Param
source/predictive_maintenance/pandas/core/dtypes/concat.py:214
↓ 48 callersFunctionassert_index_equal
Check that left and right Index are equal. Parameters ---------- left : Index right : Index exact : bool / string {'equiv'}, defa
source/predictive_maintenance/pandas/util/testing.py:766
↓ 48 callersMethodcontains
(self, key)
source/predictive_maintenance/pandas/core/indexes/base.py:3927
↓ 48 callersMethodinfo
Print a concise summary of a DataFrame. This method prints information about a DataFrame including the index dtype and colum
source/predictive_maintenance/pandas/core/frame.py:2272
↓ 48 callersFunctionis_bool_dtype
Check whether the provided array or dtype is of a boolean dtype. Parameters ---------- arr_or_dtype : array-like The array o
source/predictive_maintenance/pandas/core/dtypes/common.py:1578
↓ 48 callersMethodnonzero
Return the indices of unmasked elements that are not zero. Returns a tuple of arrays, one for each dimension, containing the
source/predictive_maintenance/numpy/ma/core.py:4810
↓ 48 callersFunctionvalidate_bool_kwarg
Ensures that argument passed in arg_name is of type bool.
source/predictive_maintenance/pandas/util/_validators.py:221
↓ 47 callersFunctionasanyarray
Convert the input to an ndarray, but pass ndarray subclasses through. Parameters ---------- a : array_like Input data, in any for
source/predictive_maintenance/numpy/core/numeric.py:542
↓ 47 callersFunctioncount
Returns an array with the number of non-overlapping occurrences of substring `sub` in the range [`start`, `end`]. Calls `str.count` elem
source/predictive_maintenance/numpy/core/defchararray.py:470
↓ 47 callersMethoddroplevel
Return DataFrame with requested index / column level(s) removed. .. versionadded:: 0.24.0 Parameters ----------
source/predictive_maintenance/pandas/core/generic.py:709
↓ 47 callersFunctionget_dummies
Convert categorical variable into dummy/indicator variables Parameters ---------- data : array-like, Series, or DataFrame prefix
source/predictive_maintenance/pandas/core/reshape/reshape.py:701
↓ 47 callersMethodis_
More flexible, faster check like ``is`` but that works through views. Note: this is *not* the same as ``Index.identical()``, which c
source/predictive_maintenance/pandas/core/indexes/base.py:613
↓ 46 callersFunctionasarray
Convert the input to an array. Parameters ---------- a : array_like Input data, in any form that can be converted to an array. T
source/predictive_maintenance/numpy/core/numeric.py:470
↓ 46 callersMethodrename
Alter axes labels. Function / dict values must be unique (1-to-1). Labels not contained in a dict / Series will be left as-i
source/predictive_maintenance/pandas/core/frame.py:3945
↓ 46 callersMethodtime
Returns numpy array of datetime.time. The time part of the Timestamps.
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1281
↓ 46 callersMethodto_frame
Convert Series to DataFrame. Parameters ---------- name : object, default None The passed name should su
source/predictive_maintenance/pandas/core/series.py:1497
↓ 45 callersMethod_check_roundtrip
(self, obj, comparator, compression=False, **kwargs)
source/predictive_maintenance/pandas/tests/io/test_pytables.py:4407
↓ 45 callersMethod_from_sequence
(cls, scalars, dtype=None, copy=False)
source/predictive_maintenance/pandas/tests/extension/json/array.py:76
↓ 45 callersMethodconvert
(x)
source/predictive_maintenance/pandas/tests/extension/decimal/test_decimal.py:67
↓ 45 callersMethodempty
(self)
source/predictive_maintenance/pandas/tests/frame/common.py:87
↓ 45 callersFunctioninteger_array
Infer and return an integer array of the values. Parameters ---------- values : 1D list-like dtype : dtype, optional dty
source/predictive_maintenance/pandas/core/arrays/integer.py:92
↓ 45 callersMethodjoin
(self, other, how='left', level=None, return_indexers=False, sort=False)
source/predictive_maintenance/pandas/core/indexes/base.py:3232
↓ 45 callersMethodlookup
Label-based "fancy indexing" function for DataFrame. Given equal-length arrays of row and column labels, return an array of
source/predictive_maintenance/pandas/core/frame.py:3675
↓ 45 callersFunctiontemppath
Context manager for temporary files. Context manager that returns the path to a closed temporary file. Its parameters are the same as for tem
source/predictive_maintenance/numpy/testing/_private/utils.py:1886
↓ 44 callersMethod_assert
(self, a, b)
source/predictive_maintenance/pandas/tests/arrays/sparse/test_arithmetics.py:16
↓ 44 callersMethodasof
Return the last row(s) without any NaNs before `where`. The last row (for each element in `where`, if list) without any NaN
source/predictive_maintenance/pandas/core/generic.py:6850
↓ 44 callersMethodcompressed
(self)
source/predictive_maintenance/numpy/ma/tests/test_core.py:4522
↓ 44 callersMethodcopy
(self)
source/predictive_maintenance/numpy/lib/user_array.py:228
↓ 44 callersMethodis_dtype
(cls, dtype)
source/predictive_maintenance/pandas/core/arrays/sparse.py:279
↓ 44 callersMethodmode
Return the mode(s) of the dataset. Always returns Series even if only one value is returned. Parameters ----------
source/predictive_maintenance/pandas/core/series.py:1592
↓ 43 callersMethodargmax
Returns array of indices of the maximum values along the given axis. Masked values are treated as if they had the value fill_value.
source/predictive_maintenance/numpy/ma/core.py:5451
↓ 43 callersFunctionmethod
(self, other)
source/predictive_maintenance/pandas/core/indexes/timedeltas.py:37
↓ 43 callersMethodnormalize
Return the Unicode normal form for the strings in the Series/Index. For more information on the forms, see the :func:`unicode
source/predictive_maintenance/pandas/core/strings.py:2811
↓ 43 callersFunctionoutmess
(t)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:64
↓ 43 callersMethodread
(self, size=None)
source/predictive_maintenance/numpy/lib/tests/test_format.py:420
↓ 43 callersMethodresize
.. warning:: This method does nothing, except raise a ValueError exception. A masked array does not own its data and
source/predictive_maintenance/numpy/ma/core.py:4598
↓ 43 callersMethodstd
Returns the standard deviation of the array elements along given axis. Masked entries are ignored. Refer to `numpy.std` for
source/predictive_maintenance/numpy/ma/core.py:5281
↓ 43 callersMethodtake
source/predictive_maintenance/numpy/ma/core.py:5798
↓ 43 callersMethodwrite
(self, data)
source/predictive_maintenance/numpy/distutils/command/config.py:498
↓ 42 callersMethodargpartition
(self, *args, **kwargs)
source/predictive_maintenance/numpy/ma/core.py:5792
↓ 42 callersMethodas_array
Convert the blockmanager data into an numpy array. Parameters ---------- transpose : boolean, default False If Tr
source/predictive_maintenance/pandas/core/internals/managers.py:736
↓ 42 callersMethodget_group
Constructs NDFrame from group with provided name. Parameters ---------- name : object the name of the gr
source/predictive_maintenance/pandas/core/groupby/groupby.py:626
↓ 42 callersFunctiongetmaskarray
Return the mask of a masked array, or full boolean array of False. Return the mask of `arr` as an ndarray if `arr` is a `MaskedArray` and
source/predictive_maintenance/numpy/ma/core.py:1425
↓ 42 callersFunctionlzip
(*args, **kwargs)
source/predictive_maintenance/pandas/compat/__init__.py:128
↓ 42 callersMethodpct_change
(self, periods=1, fill_method='pad', limit=None, freq=None, **kwargs)
source/predictive_maintenance/pandas/core/generic.py:9949
↓ 42 callersFunctionread_stata
(filepath_or_buffer, convert_dates=True, convert_categoricals=True, encoding=None, index_col=No
source/predictive_maintenance/pandas/io/stata.py:174
↓ 42 callersMethodrollforward
Roll provided date forward to next offset only if not on offset.
source/predictive_maintenance/pandas/tseries/offsets.py:344
↓ 42 callersMethodtake
Return the elements in the given *positional* indices along an axis. This means that we are not indexing according to actual values
source/predictive_maintenance/pandas/core/generic.py:3369
↓ 41 callersMethod_check_bar_alignment
(self, df, kind='bar', stacked=False, subplots=False, align='center', width=0.5,
source/predictive_maintenance/pandas/tests/plotting/test_frame.py:1262
↓ 41 callersMethodastype
(self, dtype, copy=False, errors='raise', values=None, **kwargs)
source/predictive_maintenance/pandas/core/internals/blocks.py:532
↓ 41 callersFunctionbox
Several array-like containers that should have effectively identical behavior with respect to arithmetic operations.
source/predictive_maintenance/pandas/tests/arithmetic/conftest.py:146
↓ 41 callersMethoddecode
Calls `str.decode` element-wise. See also -------- char.decode
source/predictive_maintenance/numpy/core/defchararray.py:2199
↓ 41 callersFunctiondefault_fill_value
Return the default fill value for the argument object. The default filling value depends on the datatype of the input array or the type
source/predictive_maintenance/numpy/ma/core.py:236
↓ 41 callersMethodffill
Synonym for :meth:`DataFrame.fillna` with ``method='ffill'``.
source/predictive_maintenance/pandas/core/generic.py:6134
↓ 41 callersFunctiongeomspace
Return numbers spaced evenly on a log scale (a geometric progression). This is similar to `logspace`, but with endpoints specified directly.
source/predictive_maintenance/numpy/core/function_base.py:289
↓ 41 callersMethodget
Returns value occupying requested label, default to specified missing value if not present. Analogous to dict.get Parameters
source/predictive_maintenance/pandas/core/sparse/series.py:323
↓ 41 callersMethodindex
Like `find`, but raises `ValueError` when the substring is not found. See also -------- char.index
source/predictive_maintenance/numpy/core/defchararray.py:2257
↓ 41 callersFunctionmask_or
Combine two masks with the ``logical_or`` operator. The result may be a view on `m1` or `m2` if the other is `nomask` (i.e. False).
source/predictive_maintenance/numpy/ma/core.py:1697
↓ 41 callersFunctionones
Return a new array of given shape and type, filled with ones. Parameters ---------- shape : int or sequence of ints Shape of
source/predictive_maintenance/numpy/core/numeric.py:176
↓ 41 callersFunctionpivot_table
(data, values=None, index=None, columns=None, aggfunc='mean', fill_value=None, margins=False,
source/predictive_maintenance/pandas/core/reshape/pivot.py:25
↓ 41 callersMethodquantile
Return values at the given quantile over requested axis. Parameters ---------- q : float or array-like, default 0.5
source/predictive_maintenance/pandas/core/frame.py:7697
↓ 41 callersMethodsqueeze
Squeeze 1 dimensional axis objects into scalars. Series or DataFrames with a single element are squeezed to a scalar. DataFr
source/predictive_maintenance/pandas/core/generic.py:818
↓ 41 callersMethodvisit
(self, node, **kwargs)
source/predictive_maintenance/pandas/core/computation/expr.py:317
↓ 40 callersMethod_check_has_errorbars
Check axes has expected number of errorbars Parameters ---------- axes : matplotlib Axes object, or its list-like
source/predictive_maintenance/pandas/tests/plotting/common.py:374
↓ 40 callersMethod_get_axis_name
(cls, axis)
source/predictive_maintenance/pandas/core/generic.py:364
↓ 40 callersMethodassert_deprecated
Test if DeprecationWarnings are given and raised. This first checks if the function when called gives `num` DeprecationWarnings, afte
source/predictive_maintenance/numpy/core/tests/test_deprecations.py:49
↓ 40 callersFunctiondtype
A fixture providing the ExtensionDtype to validate.
source/predictive_maintenance/pandas/tests/extension/conftest.py:7
← previousnext →301–400 of 27,130, ranked by callers