pd.Series.std¶
pandas.Series.std(axis=None, skipna=None, level=None, ddof=1, numeric_only=None)
Supported Arguments¶
| argument | datatypes | 
|---|---|
skipna | 
Boolean | 
ddof | 
Integer | 
Note
- Series type must be numeric
 - Bodo does not accept any additional arguments to pass to the function