量化交易-pandas股票数据处理
股票数据规整化处理方法 规整化
1. 股票数据内容概括查看:head() tail() shape, describe() info()
2. 缺失值处理:isnull() notnull() dropna() fillna()
有个参数 parse_dates=false 可以为bool值的形式 行索引时间这一列是object(代表字符串类型),为true类型。行字符串为datetime时间格式
量化交易-pandas股票数据处理
股票数据规整化处理方法 规整化
1. 股票数据内容概括查看:head() tail() shape, describe() info()
2. 缺失值处理:isnull() notnull() dropna() fillna()
有个参数 parse_dates=false 可以为bool值的形式 行索引时间这一列是object(代表字符串类型),为true类型。行字符串为datetime时间格式