huythemes/twitter_dataset_1717787244
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: tweet_content dtype: string - name: user_name dtype: string - name: user_id dtype: string - name: created_at dtype: string - name: url dtype: string - name: favourite_count dtype: int64 - name: scraped_at dtype: string - name: image_urls dtype: string splits: - name: train num_bytes: 264997 num_examples: 736 download_size: 142842 dataset_size: 264997 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset contains Twitter information, including fields such as tweet ID, tweet content, user name, user ID, tweet creation time, tweet URL, favorite count, data scraping time, and image URLs. The dataset consists of a single training set with 736 samples, with a dataset size of 264997 bytes and a download size of 142842 bytes.
数据集概述
数据集特征
- id: 字符串类型
- tweet_content: 字符串类型
- user_name: 字符串类型
- user_id: 字符串类型
- created_at: 字符串类型
- url: 字符串类型
- favourite_count: 整数类型(int64)
- scraped_at: 字符串类型
- image_urls: 字符串类型
数据集划分
- 训练集(train):
- 数据量: 264,997 字节
- 样本数: 736
数据集大小
- 下载大小: 142,842 字节
- 数据集大小: 264,997 字节



