Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ pretty_name: Farcaster Reactions
|
|
| 5 |
|
| 6 |
# Farcaster Public Reactions Dataset
|
| 7 |
|
| 8 |
-
This dataset contains
|
| 9 |
|
| 10 |
## Dataset Description
|
| 11 |
|
|
@@ -40,12 +40,12 @@ dt = datetime.fromtimestamp(unix_timestamp)
|
|
| 40 |
```
|
| 41 |
|
| 42 |
## Key Statistics
|
| 43 |
-
- Total number of reactions:
|
| 44 |
- Format: Single Parquet file
|
| 45 |
- Reaction types: Like and Recast
|
| 46 |
- Earliest reaction: September 24, 2021 18:50:28 UTC (Farcaster timestamp: 23050228)
|
| 47 |
-
- Latest reaction:
|
| 48 |
-
- Dataset includes all non-deleted reactions from the Farcaster network as of
|
| 49 |
|
| 50 |
## Intended Uses
|
| 51 |
|
|
@@ -129,5 +129,5 @@ ORDER BY reaction_date;
|
|
| 129 |
MIT License
|
| 130 |
|
| 131 |
## Updates
|
| 132 |
-
This dataset represents a snapshot of Farcaster reactions as of
|
| 133 |
|
|
|
|
| 5 |
|
| 6 |
# Farcaster Public Reactions Dataset
|
| 7 |
|
| 8 |
+
This dataset contains 342,794,746 public reactions from the Farcaster social protocol that have not been deleted by their authors. The dataset includes comprehensive metadata for each reaction, allowing for detailed analysis of user engagement in the Farcaster ecosystem.
|
| 9 |
|
| 10 |
## Dataset Description
|
| 11 |
|
|
|
|
| 40 |
```
|
| 41 |
|
| 42 |
## Key Statistics
|
| 43 |
+
- Total number of reactions: 342,794,746
|
| 44 |
- Format: Single Parquet file
|
| 45 |
- Reaction types: Like and Recast
|
| 46 |
- Earliest reaction: September 24, 2021 18:50:28 UTC (Farcaster timestamp: 23050228)
|
| 47 |
+
- Latest reaction: October 3, 2025 18:32:31 UTC (Farcaster timestamp: 150057151)
|
| 48 |
+
- Dataset includes all non-deleted reactions from the Farcaster network as of October 3, 2025
|
| 49 |
|
| 50 |
## Intended Uses
|
| 51 |
|
|
|
|
| 129 |
MIT License
|
| 130 |
|
| 131 |
## Updates
|
| 132 |
+
This dataset represents a snapshot of Farcaster reactions as of October 3, 2025. For live data, please refer to the Farcaster protocol directly or check for updated versions of this dataset.
|
| 133 |
|