DataStore
构造函数
示例:
属性
工厂方法
详见 工厂方法。
查询方法
详见 查询构建。
兼容 Pandas 的方法
head(), tail(), sample(), loc, iloc, at, iat, query(), isin(), where(), mask(), get(), xs(), pop()
聚合:
sum(), mean(), std(), var(), min(), max(), median(), count(), nunique(), quantile(), describe(), corr(), cov(), skew(), kurt()
操作:
drop(), drop_duplicates(), dropna(), fillna(), replace(), rename(), assign(), astype(), copy()
排序:
sort_values(), sort_index(), nlargest(), nsmallest(), rank()
重塑:
pivot(), pivot_table(), melt(), stack(), unstack(), transpose(), explode(), squeeze()
组合:
merge(), join(), concat(), append(), combine(), update(), compare()
应用/转换:
apply(), applymap(), map(), agg(), transform(), pipe(), groupby()
时间序列:
rolling(), expanding(), ewm(), shift(), diff(), pct_change(), resample()
I/O 方法
详见 I/O Operations。
调试方法
详见 调试。
魔术方法
ColumnExpr
属性
访问器
完整文档请参见 访问器。
算术运算
比较运算
逻辑运算
方法
聚合方法
LazyGroupBy
方法
列选择
聚合规范
LazySeries
属性
方法
ColumnExpr 的大多数方法。主要方法包括: