Quickstart

This quickstart guide is intended for developers who are ready to dive straight into the code and see examples of how to get started.

Start by installing valyu:

pip install valyu

To load dataset samples from our exchange by providing load_dataset_samples() function with a dataset identifier (structured as ordId/datasetName):

from valyu import load_dataset_samples

load_dataset_samples("Valyu/papers")

Note: Samples will be downloaded under downloads/folder in the current directory (next release will cache them)

Last updated