File size: 595 Bytes
76a467e 13ed80b |
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 |
---
dataset_info:
features:
- name: user
dtype: string
- name: id
dtype: int64
- name: tweet
dtype: string
- name: replies
dtype: int64
- name: retweets
dtype: int64
- name: likes
dtype: int64
- name: quotes
dtype: int64
- name: date
dtype: string
splits:
- name: train
num_bytes: 20356236942
num_examples: 88084332
download_size: 9614694227
dataset_size: 20356236942
---
# Dataset Card for "twitter100m_tweets"
Dataset with tweets for [this post](https://medium.com/@enryu9000/fun-with-large-scale-tweet-analysis-783c96b45df4). |