RBudzynski's picture
Update dataset card for token_to_fiat_vwap
e8a5787 verified
|
Raw
History Blame Contribute Delete
973 Bytes
---
pretty_name: Token-To-Fiat-VWAP-Ethereum-Cryptocurrency-Data
tags:
- ethereum
- blockchain
- parquet
- blockdb
---
# Token-To-Fiat-VWAP-Ethereum-Cryptocurrency-Data
Hive-partitioned Parquet export of BlockDB `token_to_fiat_vwap` (Ethereum).
## Load
```python
from datasets import load_dataset
ds = load_dataset("BlockDB/Token-To-Fiat-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` |
| `bucket_end` | `timestamp` |
| `bucket_seconds` | `int32` |
| `token_address` | `string` |
| `price_usd` | `string` |
| `total_notional_usd` | `string` |
| `hops` | `int32` |
| `sources_count` | `int32` |
| `_tracing_id` | `string` |
| `_parent_tracing_ids` | `string` |
| `_created_at` | `timestamp` |
| `_updated_at` | `timestamp` |