Documentation ¶
Index ¶
- Constants
- Variables
- func BoolIndexOf(s pandas.Series, n int) bool
- func CurrentVersion() string
- func Float64IndexOf(s pandas.Series, n int) float64
- func GetPages(pageSize, count int) (pages int)
- func IndexReverse(s pandas.Series) pandas.Series
- func Int64IndexOf(s pandas.Series, n int) int64
- func IntegerIndexOf(s pandas.Series, n int) int
- func Optimize()
- func RequireVersion(module string) string
- func SeriesChangeRate(base, v pandas.Series) pandas.Series
- func SeriesIndexOf(s pandas.Series, n int) float64deprecated
- func StringIndexOf(s pandas.Series, n int) string
- func Timestamp() (timestamp int64)
- type Client
- type Config
Constants ¶
View Source
const (
InvalidVersion = "0.0.0"
)
Variables ¶
View Source
var (
ErrAccelerationNotSupported = errors.New("acceleration not supported on this platform")
)
Functions ¶
func SeriesChangeRate ¶ added in v0.7.8
SeriesChangeRate 计算两个序列的净增长
func SeriesIndexOf
deprecated
added in
v0.7.8
Types ¶
Click to show internal directories.
Click to hide internal directories.