pandas: powerful Python data analysis toolkit - 0.13.1
performing these operations on, for example, a DataFrame of slice objects: – sum, prod, mean, std, var, skew, kurt, corr, and cov 36 Chapter 1. What’s New pandas: powerful Python data analysis toolkit powerful Python data analysis toolkit, Release 0.13.1 • pd.melt() now accepts the optional parameters var_name and value_name to specify custom column names of the returned DataFrame. • pd.set_option() now max Maximum mode Mode abs Absolute Value prod Product of values std Unbiased standard deviation var Unbiased variance skew Unbiased skewness (3rd moment) kurt Unbiased kurtosis (4th moment) quantile0 码力 | 1219 页 | 4.81 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.14.0
read milliseconds in Excel dates and times with xlrd >= 0.9.3. (GH5945) • pd.stats.moments.rolling_var now uses Welford’s method for increased numerical stability (GH6817) • pd.expanding_apply and pd.rolling_apply performing these operations on, for example, a DataFrame of slice objects: – sum, prod, mean, std, var, skew, kurt, corr, and cov 1.4. v0.12.0 (July 24, 2013) 63 pandas: powerful Python data analysis powerful Python data analysis toolkit, Release 0.14.0 • pd.melt() now accepts the optional parameters var_name and value_name to specify custom column names of the returned DataFrame. • pd.set_option() now0 码力 | 1349 页 | 7.67 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.7.1
Minimum max Maximum abs Absolute Value prod Product of values std Unbiased standard deviation var Unbiased variance skew Unbiased skewness (3rd moment) kurt Unbiased kurtosis (4th moment) quantile values rolling_min Minimum rolling_max Maximum rolling_std Unbiased standard deviation rolling_var Unbiased variance rolling_skew Unbiased skewness (3rd moment) rolling_kurt Unbiased kurtosis (4th rolling_median(arg, window[, min_periods, ...]) O(N log(window)) implementation using skip list rolling_var(arg, window[, min_periods, ...]) Unbiased moving variance rolling_std(arg, window[, min_periods,0 码力 | 281 页 | 1.45 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.7.2
Minimum max Maximum abs Absolute Value prod Product of values std Unbiased standard deviation var Unbiased variance skew Unbiased skewness (3rd moment) kurt Unbiased kurtosis (4th moment) quantile values rolling_min Minimum rolling_max Maximum rolling_std Unbiased standard deviation rolling_var Unbiased variance rolling_skew Unbiased skewness (3rd moment) rolling_kurt Unbiased kurtosis (4th rolling_median(arg, window[, min_periods, ...]) O(N log(window)) implementation using skip list rolling_var(arg, window[, min_periods, ...]) Unbiased moving variance rolling_std(arg, window[, min_periods,0 码力 | 283 页 | 1.45 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.12
performing these operations on, for example, a DataFrame of slice objects: – sum, prod, mean, std, var, skew, kurt, corr, and cov • read_html now defaults to None when reading, and falls back on bs4 + replace all occurrences of the string ’.’ with NaN. • pd.melt() now accepts the optional parameters var_name and value_name to specify custom column names of the returned DataFrame. • pd.set_option() now Minimum max Maximum abs Absolute Value prod Product of values std Unbiased standard deviation var Unbiased variance skew Unbiased skewness (3rd moment) kurt Unbiased kurtosis (4th moment) quantile0 码力 | 657 页 | 3.58 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.15
rolling_max(), rolling_min(), rolling_sum(), rolling_mean(), rolling_median(), rolling_std(), rolling_var(), rolling_skew(), rolling_kurt(), rolling_quantile(), rolling_cov(), rolling_corr(), rolling_corr_pairwise() of 1 is backwards-compatible. (GH8279) • Documented the ddof argument to expanding_var(), expanding_std(), rolling_var(), and rolling_std(). These functions’ support of a ddof argument (with a default (GH8080) • Bug in expanding_std() and expanding_var() for a single value producing a confusing error message (GH7900) • Bug in rolling_std() and rolling_var() for a single value producing 0 rather than NaN0 码力 | 1579 页 | 9.15 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.15.1
rolling_max(), rolling_min(), rolling_sum(), rolling_mean(), rolling_median(), rolling_std(), rolling_var(), rolling_skew(), rolling_kurt(), rolling_quantile(), rolling_cov(), rolling_corr(), rolling_corr_pairwise() of 1 is backwards-compatible. (GH8279) • Documented the ddof argument to expanding_var(), expanding_std(), rolling_var(), and rolling_std(). These functions’ support of a ddof argument (with a default (GH8080) • Bug in expanding_std() and expanding_var() for a single value producing a confusing error message (GH7900) • Bug in rolling_std() and rolling_var() for a single value producing 0 rather than NaN0 码力 | 1557 页 | 9.10 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.20.3
median . . . . . . . . . . . . . . . . . . . . . . . . . 1767 34.12.1.5 pandas.core.window.Rolling.var . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1767 xxxix 34.12.1.6 pandas.core.window.Rolling median . . . . . . . . . . . . . . . . . . . . . . . 1771 34.12.2.5 pandas.core.window.Expanding.var . . . . . . . . . . . . . . . . . . . . . . . . . . 1772 34.12.2.6 pandas.core.window.Expanding.std std . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1775 34.12.3.3 pandas.core.window.EWM.var . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1775 34.12.3.4 pandas.core.window.EWM.corr0 码力 | 2045 页 | 9.18 MB | 1 年前3pandas: powerful Python data analysis toolkit - 1.0.0
(GH12004) • read_stata() can read Stata 119 dta files. (GH28250) • Implemented pandas.core.window.Window.var() and pandas.core.window.Window. std() functions (GH26597) • Added encoding argument to DataFrame locales -a encodes the lo- cales list as windows-1252 (GH23638, GH24760, GH27368) • Bug in Series.var() failing to raise TypeError when called with timedelta64[ns] dtype (GH28289) • Bug in DatetimeIndex where specifying axis by name references variable before it is as- signed (GH29142) • Bug in Series.var() not computing the right value with a nullable integer dtype series not passing through ddof argument0 码力 | 3015 页 | 10.78 MB | 1 年前3pandas: powerful Python data analysis toolkit - 0.7.3
Minimum max Maximum abs Absolute Value prod Product of values std Unbiased standard deviation var Unbiased variance skew Unbiased skewness (3rd moment) kurt Unbiased kurtosis (4th moment) quantile values rolling_min Minimum rolling_max Maximum rolling_std Unbiased standard deviation rolling_var Unbiased variance rolling_skew Unbiased skewness (3rd moment) rolling_kurt Unbiased kurtosis (4th rolling_median(arg, window[, min_periods, ...]) O(N log(window)) implementation using skip list rolling_var(arg, window[, min_periods, ...]) Unbiased moving variance rolling_std(arg, window[, min_periods,0 码力 | 297 页 | 1.92 MB | 1 年前3
共 32 条
- 1
- 2
- 3
- 4