| [ Web Proxy ] |
| Viewing: https://dataframes.bigquery.dev/reference/api/bigframes.pandas.Series.html | [Back] [Original] |
One-dimensional ndarray with axis labels (including time series).
Attributes
Return the transpose, which is by definition self. |
|
Access a single value for a row/column label pair. |
|
Accessor for BigQuery functionality. |
|
Accessor object for datetime-like properties of the Series values. |
|
Return the dtype object of the underlying data. |
|
Accessor object for geography properties of the Series values. |
|
Return True if there are any NaNs. |
|
Access a single value for a row/column pair by integer position. |
|
Purely integer-location based indexing for selection by position. |
|
The index (axis labels) of the Series. |
|
Return boolean if values in the object are monotonically decreasing. |
|
Return boolean if values in the object are monotonically increasing. |
|
Access a group of rows and columns by label(s) or a boolean array. |
|
Return the name of the Series. |
|
Make plots of Series. |
|
BigQuery job metadata for the most recent query. |
|
Return a tuple of the shape of the underlying data. |
|
Return the number of elements in the underlying data. |
|
Compiles this Series's expression tree to SQL. |
|
Vectorized string functions for Series and Index. |
|
Accessor object for struct properties of the Series values. |
|
Return Series as ndarray or ndarray-like depending on the dtype. |
Methods
|
|
|
|
|
Return addition of Series and other, element-wise (binary operator add). |
|
|
|
|
|
Aggregate using one or more operations over the specified axis. |
|
Aggregate using one or more operations over the specified axis. |
|
Return whether all elements are True, potentially over an axis. |
|
Return whether any element is True, potentially over an axis. |
|
Invoke function on values of a Series. |
|
|
|
Return int position of the largest value in the series. |
|
Return int position of the smallest value in the Series. |
|
|
|
Compute the lag-N autocorrelation. |
|
|
|
Return boolean Series equivalent to left <= series <= right. |
|
|
|
Materializes the Series to a temporary table. |
|
Replace values where the conditions are True. |
|
Trim values at input threshold(s). |
|
Combine the Series with a Series or scalar according to func. |
|
Update null elements with value in the same location in 'other'. |
|
|
|
Compute the correlation with the other Series. |
|
Return number of non-NA/null observations in the Series. |
|
Compute covariance with Series, excluding missing values. |
|
Return cumulative maximum over a DataFrame or Series axis. |
|
Return cumulative minimum over a DataFrame or Series axis. |
|
Return cumulative product over a DataFrame or Series axis. |
|
Return cumulative sum over a DataFrame or Series axis. |
|
Generate descriptive statistics. |
|
First discrete difference of element. |
|
Return floating division of Series and other, element-wise (binary operator truediv). |
|
Return floating division of Series and other, element-wise (binary operator truediv). |
|
Return integer division and modulo of Series and other, element-wise (binary operator divmod). |
|
Compute the dot product between the Series and the columns of other. |
|
Return Series with specified index labels removed. |
|
Return Series with duplicate values removed. |
|
Return Series with requested index / column level(s) removed. |
|
Return a new Series with missing values removed. |
|
Indicate duplicate Series values. |
|
Return equal of Series and other, element-wise (binary operator eq). |
|
|
|
|
|
Transform each element of a list-like to a row. |
|
|
|
Fill NA (NULL in BigQuery) values using the specified method. |
|
|
|
Return integer division of Series and other, element-wise (binary operator floordiv). |
|
Get 'greater than or equal to' of Series and other, element-wise (binary operator ge). |
|
|
|
Group Series using a mapper or by a Series of columns. |
|
Return Greater than of series and other, element-wise (binary operator gt). |
|
|
|
|
|
Return the row label of the maximum value. |
|
Return the row label of the minimum value. |
|
Fill NaN values using an interpolation method. |
|
Whether elements in Series are contained in values. |
|
|
|
|
|
Return the first element of the underlying data as a Python scalar. |
|
Lazily iterate over (index, value) tuples. |
|
Return alias for index. |
|
Return unbiased kurtosis over requested axis. |
|
Return unbiased kurtosis over requested axis. |
|
Get 'less than or equal to' of Series and other, element-wise (binary operator le). |
|
|
|
Get 'less than' of Series and other, element-wise (binary operator lt). |
|
Map values of Series according to an input mapping or function. |
|
Replace values where the condition is True. |
|
Return the maximum of the values over the requested axis. |
|
Return the mean of the values over the requested axis. |
|
Return the median of the values over the requested axis. |
|
Return the maximum of the values over the requested axis. |
|
Return modulo of Series and other, element-wise (binary operator mod). |
|
Return the mode(s) of the Series. |
|
Return multiplication of Series and other, element-wise (binary operator mul). |
|
Return multiplication of Series and other, element-wise (binary operator mul). |
|
Return not equal of Series and other, element-wise (binary operator ne). |
|
Return the largest n elements. |
|
|
|
|
|
Return the smallest n elements. |
|
Return number of unique elements in the object. |
|
|
|
|
|
Preview n arbitrary elements from the series without guarantees about row selection or ordering. |
|
|
|
Return Exponential power of series and other, element-wise (binary operator pow). |
|
Return the product of the values over the requested axis. |
|
Return the product of the values over the requested axis. |
|
Return value at the given quantile. |
|
Return addition of Series and other, element-wise (binary operator radd). |
|
|
|
Return floating division of Series and other, element-wise (binary operator rtruediv). |
|
Return integer division and modulo of Series and other, element-wise (binary operator rdivmod). |
|
Conform Series to new index with optional filling logic. |
|
Return an object with matching indices as other object. |
|
Alter Series index labels or name. |
Set the name of the axis for the index or columns. |
|
|
Rearrange index levels using input order. |
|
Replace values given in to_replace with value. |
|
Resample time-series data. |
Generate a new DataFrame or Series with the index reset. |
|
|
Return integer division of Series and other, element-wise (binary operator rfloordiv). |
|
Return modulo of Series and other, element-wise (binary operator mod). |
|
Return multiplication of Series and other, element-wise (binary operator mul). |
|
|
|
Round each value in a Series to the given number of decimals. |
|
Return Exponential power of series and other, element-wise (binary operator rpow). |
|
Return subtraction of Series and other, element-wise (binary operator rsub). |
|
Return floating division of Series and other, element-wise (binary operator rtruediv). |
|
|
|
|
|
Return unbiased skew over requested axis. |
Sort Series by index labels. |
|
Sort by the values. |
|
|
Return sample standard deviation over requested axis. |
|
Return subtraction of Series and other, element-wise (binary operator sub). |
|
Return subtraction of Series and other, element-wise (binary operator sub). |
|
Return the sum of the values over the requested axis. |
|
Swap levels i and j in a MultiIndex. |
|
|
|
|
|
Write object to a comma-separated values (csv) file. |
|
Convert Series to {label -> value} dict or dict-like object. |
|
Write Series to an Excel sheet. |
|
Convert Series to DataFrame. |
|
|
|
Render object to a LaTeX tabular, longtable, or nested table. |
|
Return a list of the values. |
|
Print Series in Markdown-friendly format. |
|
A NumPy ndarray representing the values in this Series or Index. |
|
Writes Series to pandas Series. |
|
Stream Series results to an iterable of pandas Series. |
|
Pickle (serialize) object to file. |
|
Render a string representation of the Series. |
|
Return an xarray object from the pandas object. |
|
Return a list of the values. |
Return the transpose, which is by definition self. |
|
|
Return floating division of Series and other, element-wise (binary operator truediv). |
|
Return unique values of Series object. |
|
Unstack, also known as pivot, Series with MultiIndex to produce DataFrame. |
|
Modify Series in place using values from passed Series. |
|
Return a Series containing counts of unique values. |
|
Return unbiased variance over requested axis. |
|
Replace values where the condition is False. |
| Web Proxy Viewer | New URL | Original Page |