| { | |
| "dataset_info": { | |
| "description": "Bookmarks collected from various sources including Twitter, GitHub, and Raindrop.io", | |
| "citation": "", | |
| "homepage": "", | |
| "license": "", | |
| "features": { | |
| "id": { | |
| "dtype": "int64", | |
| "description": "Unique identifier for the bookmark" | |
| }, | |
| "source": { | |
| "dtype": "string", | |
| "description": "Source of the bookmark (twitter, github, raindrop, etc.)" | |
| }, | |
| "title": { | |
| "dtype": "string", | |
| "description": "Title of the bookmark" | |
| }, | |
| "url": { | |
| "dtype": "string", | |
| "description": "URL of the bookmark" | |
| }, | |
| "content": { | |
| "dtype": "string", | |
| "description": "Content of the bookmark" | |
| }, | |
| "created_at": { | |
| "dtype": "string", | |
| "description": "Creation date of the bookmark" | |
| }, | |
| "domain": { | |
| "dtype": "string", | |
| "description": "Domain of the URL" | |
| }, | |
| "content_length": { | |
| "dtype": "int64", | |
| "description": "Length of the content in characters" | |
| }, | |
| "year": { | |
| "dtype": "int64", | |
| "description": "Year the bookmark was created" | |
| }, | |
| "month": { | |
| "dtype": "int64", | |
| "description": "Month the bookmark was created" | |
| }, | |
| "twitter_username": { | |
| "dtype": "string", | |
| "description": "Twitter username" | |
| }, | |
| "twitter_name": { | |
| "dtype": "string", | |
| "description": "Twitter display name" | |
| }, | |
| "twitter_followers": { | |
| "dtype": "int64", | |
| "description": "Number of Twitter followers" | |
| }, | |
| "twitter_likes": { | |
| "dtype": "int64", | |
| "description": "Number of likes on the tweet" | |
| }, | |
| "twitter_retweets": { | |
| "dtype": "int64", | |
| "description": "Number of retweets" | |
| }, | |
| "twitter_replies": { | |
| "dtype": "int64", | |
| "description": "Number of replies to the tweet" | |
| }, | |
| "twitter_thread": { | |
| "dtype": "list", | |
| "description": "Full thread of tweets (including the original tweet)", | |
| "sequence": { | |
| "dtype": "dict", | |
| "dict": { | |
| "id": { | |
| "dtype": "string", | |
| "description": "Tweet ID" | |
| }, | |
| "text": { | |
| "dtype": "string", | |
| "description": "Tweet text content" | |
| }, | |
| "created_at": { | |
| "dtype": "string", | |
| "description": "Tweet creation time" | |
| }, | |
| "media": { | |
| "dtype": "list", | |
| "description": "Media URLs in the tweet", | |
| "sequence": { | |
| "dtype": "string" | |
| } | |
| }, | |
| "favorite_count": { | |
| "dtype": "int64", | |
| "description": "Number of likes" | |
| }, | |
| "retweet_count": { | |
| "dtype": "int64", | |
| "description": "Number of retweets" | |
| }, | |
| "reply_count": { | |
| "dtype": "int64", | |
| "description": "Number of replies" | |
| } | |
| } | |
| } | |
| }, | |
| "twitter_thread_markdown": { | |
| "dtype": "string", | |
| "description": "Markdown representation of the full thread with embedded media" | |
| }, | |
| "github_repo": { | |
| "dtype": "string", | |
| "description": "GitHub repository name" | |
| }, | |
| "github_stars": { | |
| "dtype": "int64", | |
| "description": "Number of stars on the GitHub repository" | |
| }, | |
| "github_forks": { | |
| "dtype": "int64", | |
| "description": "Number of forks of the GitHub repository" | |
| }, | |
| "github_owner": { | |
| "dtype": "string", | |
| "description": "Owner of the GitHub repository" | |
| }, | |
| "github_language": { | |
| "dtype": "string", | |
| "description": "Primary language of the GitHub repository" | |
| }, | |
| "github_readme": { | |
| "dtype": "string", | |
| "description": "Full README content of the repository" | |
| }, | |
| "github_readme_markdown": { | |
| "dtype": "string", | |
| "description": "README content formatted as Markdown" | |
| }, | |
| "web_title": { | |
| "dtype": "string", | |
| "description": "Page title" | |
| }, | |
| "web_description": { | |
| "dtype": "string", | |
| "description": "Page meta description" | |
| }, | |
| "web_content_html": { | |
| "dtype": "string", | |
| "description": "Full HTML content of the webpage" | |
| }, | |
| "web_content_markdown": { | |
| "dtype": "string", | |
| "description": "Converted markdown content of the webpage" | |
| }, | |
| "web_images": { | |
| "dtype": "list", | |
| "description": "Images found on the webpage", | |
| "sequence": { | |
| "dtype": "string" | |
| } | |
| }, | |
| "raindrop_domain": { | |
| "dtype": "string", | |
| "description": "Domain saved in Raindrop.io" | |
| }, | |
| "raindrop_tags": { | |
| "dtype": "list", | |
| "description": "Tags associated with the Raindrop bookmark", | |
| "sequence": { | |
| "dtype": "string" | |
| } | |
| } | |
| } | |
| } | |
| } |