jwigginton/timeseries-daily-sp500
收藏Hugging Face2024-03-12 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/jwigginton/timeseries-daily-sp500
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: symbol
dtype: string
- name: date
dtype: string
- name: open
dtype: float64
- name: high
dtype: float64
- name: low
dtype: float64
- name: close
dtype: float64
- name: adj_close
dtype: float64
- name: volume
dtype: int64
splits:
- name: train
num_bytes: 278230659
num_examples: 4026556
download_size: 152990972
dataset_size: 278230659
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
数据集信息:
- 特征项:
- 交易代码(symbol):字符串类型
- 交易日期(date):字符串类型
- 开盘价(open):64位浮点数类型
- 最高价(high):64位浮点数类型
- 最低价(low):64位浮点数类型
- 收盘价(close):64位浮点数类型
- 复权收盘价(adj_close):64位浮点数类型
- 成交量(volume):64位整数类型
- 数据集划分:
- 训练集(train):数据字节数为278230659,样本总数为4026556
- 资源参数:
- 下载体积:152990972字节
- 数据集存储体积:278230659字节
- 配置信息:
- 默认配置(default):对应训练划分的数据文件路径为data/train-*
提供机构:
jwigginton
原始信息汇总
数据集概述
数据集特征
- symbol: 数据类型为字符串。
- date: 数据类型为字符串。
- open: 数据类型为浮点数 (float64)。
- high: 数据类型为浮点数 (float64)。
- low: 数据类型为浮点数 (float64)。
- close: 数据类型为浮点数 (float64)。
- adj_close: 数据类型为浮点数 (float64)。
- volume: 数据类型为整数 (int64)。
数据集分割
- train: 包含4026556个样本,总字节数为278230659。
数据集大小
- 下载大小: 152990972字节。
- 数据集大小: 278230659字节。
配置
- default:
- 数据文件路径:
data/train-*
- 数据文件路径:



