File size: 1,156 Bytes
586312e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
pretty_name: Token-To-Token-Cross-Pool-VWAP-Ethereum-Cryptocurrency-Data
tags:
  - ethereum
  - blockchain
  - parquet
  - blockdb
---

# Token-To-Token-Cross-Pool-VWAP-Ethereum-Cryptocurrency-Data

Hive-partitioned Parquet export of BlockDB `token_to_token_cross_pool_vwap` (Ethereum).

## Load

```python
from datasets import load_dataset
ds = load_dataset("BlockDB/Token-To-Token-Cross-Pool-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_in` | `string` |
| `token_out` | `string` |
| `price_vwap` | `string` |
| `total_volume_in_raw` | `string` |
| `total_volume_in` | `string?` |
| `total_volume_out_raw` | `string` |
| `total_volume_out` | `string?` |
| `trade_count` | `int64` |
| `pool_count` | `int32` |
| `_tracing_id` | `string` |
| `_parent_tracing_ids` | `string` |
| `_created_at` | `timestamp` |
| `_updated_at` | `timestamp` |