five

gauss314/arg-equity

收藏
Hugging Face2023-09-07 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/gauss314/arg-equity
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: apache-2.0 task_categories: - tabular-classification - tabular-regression tags: - Merval - equity pretty_name: Merval daily variations, for deep learning and machine learning tests --- # Downloading the Options IV SP500 Dataset This document will guide you through the steps to download the Merval equity dataset from Hugging Face Datasets. To start, you'll need to install Hugging Face's `datasets` library if you haven't done so already. You can do this using the following pip command: ```python !pip install datasets ``` Here's the Python code to load the Merval equity dataset from Hugging Face Datasets and convert it into a pandas DataFrame: ```python from datasets import load_dataset import pandas as pd id = "gauss314/arg-equity" data = load_dataset(id) df = pd.DataFrame(data['train'][:]) ```
提供机构:
gauss314
原始信息汇总

Merval每日变动数据集

数据集概述

  • 许可证: Apache 2.0
  • 任务类别:
    • 表格分类
    • 表格回归
  • 标签:
    • Merval
    • 股票
  • 易读名称: Merval每日变动数据集,用于深度学习和机器学习测试

数据集下载与加载

  • 安装库: 需要安装Hugging Face的datasets库。 python !pip install datasets

  • 加载数据集: 使用以下Python代码从Hugging Face Datasets加载Merval股票数据集并转换为pandas DataFrame。 python from datasets import load_dataset import pandas as pd

    id = "gauss314/arg-equity" data = load_dataset(id) df = pd.DataFrame(data[train][:])

5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作