RBudzynski's picture
Update dataset card for logs
53c87f1 verified
|
Raw
History Blame Contribute Delete
837 Bytes
---
pretty_name: Logs-Ethereum-Cryptocurrency-Data
tags:
- ethereum
- blockchain
- parquet
- blockdb
---
# Logs-Ethereum-Cryptocurrency-Data
Hive-partitioned Parquet export of BlockDB `logs` (Ethereum).
## Load
```python
from datasets import load_dataset
ds = load_dataset("RBudzynski/Logs-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` |
| `block_number` | `int64` |
| `tx_index` | `int32` |
| `log_index` | `int32` |
| `contract_address` | `string` |
| `topic_zero` | `string?` |
| `data_topics` | `string` |
| `data` | `string` |
| `_tracing_id` | `string` |
| `_created_at` | `timestamp` |
| `_updated_at` | `timestamp` |