CoolFace
Datasetpublic

BlockDB/Token-To-Token-VWAP-Ethereum-Cryptocurrency-Data

Token-To-Token-VWAP-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB token_to_token_vwap (Ethereum). Load from datasets import load_dataset ds = load_dataset("BlockDB/Token-To-Token-VWAP-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2015-08 .. 2026-06 (UTC calendar months). Schema column type block_timestamp timestamp bucket_start timestamp… See the full description on the dataset page: https://huggingface.co/datasets/BlockDB/Token-To-Token-VWAP-Ethereum-Cryptocurrency-Data.

sourceHugging Faceupdated 26d agoView on Hugging Face
0likes751downloads
Dataset Card

Token-To-Token-VWAP-Ethereum-Cryptocurrency-Data

Hive-partitioned Parquet export of BlockDB token_to_token_vwap (Ethereum).

Load

python
from datasets import load_dataset
ds = load_dataset("BlockDB/Token-To-Token-VWAP-Ethereum-Cryptocurrency-Data", split="train")

Files live under data/year=YYYY/month=MM/part-NNNN.parquet.

Range: 2015-08 .. 2026-06 (UTC calendar months).

Schema

columntype
block_timestamptimestamp
bucket_starttimestamp
bucket_endtimestamp
bucket_secondsint32
pool_uidstring
exchange_idint32
type_idint32
token_instring
token_outstring
price_vwapstring
total_volume_in_rawstring
total_volume_instring?
total_volume_out_rawstring
total_volume_outstring?
trade_countint64
_tracing_idstring
_parent_tracing_idsstring
_created_attimestamp
_updated_attimestamp