CoolFace
Datasetpublic

gauss314/arg-equity

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: !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: from datasets import load_dataset… See the full description on the dataset page: https://huggingface.co/datasets/gauss314/arg-equity.

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes26downloads
5 commits on main
8ebca503y ago

Update README.md

gauss314
b5cd7813y ago

Update README.md

gauss314
0474e433y ago

Update README.md

gauss314
689a3763y ago

Upload arg_equity.csv

gauss314
e83122a3y ago

initial commit

gauss314