File size: 1,156 Bytes
dc8f166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd1e1bf
dc8f166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
---
pretty_name: Liquidity-Pools-Ethereum-Cryptocurrency-Data
tags:
  - ethereum
  - blockchain
  - parquet
  - blockdb
---

# Liquidity-Pools-Ethereum-Cryptocurrency-Data

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

## Load

```python
from datasets import load_dataset
ds = load_dataset("BlockDB/Liquidity-Pools-Ethereum-Cryptocurrency-Data", split="train")
```

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

Range: `2020-05` .. `2026-06` (UTC calendar months).

## Schema

| column | type |
| --- | --- |
| `block_timestamp` | `timestamp` |
| `block_number` | `int64` |
| `tx_index` | `int32` |
| `log_index` | `int32` |
| `pool_uid` | `string` |
| `exchange_id` | `int32` |
| `type_id` | `int32` |
| `factory` | `string` |
| `tokens` | `string` |
| `contract_id` | `string?` |
| `contract_address` | `string?` |
| `pool_id` | `string?` |
| `pairnum` | `string?` |
| `asset_managers` | `string?` |
| `amp` | `string?` |
| `weights` | `string?` |
| `tick_spacing` | `int16?` |
| `_tracing_id` | `string` |
| `_parent_tracing_ids` | `string` |
| `_created_at` | `timestamp` |
| `_updated_at` | `timestamp` |