File size: 1,763 Bytes
98ef990 | 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | {
"board": "pol",
"total_posts": 317418,
"total_threads": 12380,
"date_range": {
"start": "2017-05-05T16:07:06",
"end": "2024-12-30T08:58:26"
},
"created_at": "2024-12-30T09:00:22.186705",
"columns": [
"id",
"thread_id",
"board",
"timestamp",
"title",
"text",
"text_length",
"filename",
"file_ext",
"file_size",
"image_width",
"image_height",
"is_op",
"mentions",
"mention_count",
"replies",
"images",
"unique_ips",
"content_hash",
"archived",
"semantic_url",
"hour_of_day",
"day_of_week",
"is_weekend",
"post_count",
"total_images",
"avg_text_length",
"std_text_length",
"total_mentions"
],
"schema": {
"id": "int64",
"thread_id": "int64",
"board": "object",
"timestamp": "datetime64[ns]",
"title": "object",
"text": "object",
"text_length": "int64",
"filename": "object",
"file_ext": "object",
"file_size": "int64",
"image_width": "int64",
"image_height": "int64",
"is_op": "bool",
"mentions": "object",
"mention_count": "int64",
"replies": "int64",
"images": "int64",
"unique_ips": "int64",
"content_hash": "object",
"archived": "bool",
"semantic_url": "object",
"hour_of_day": "int32",
"day_of_week": "object",
"is_weekend": "bool",
"post_count": "int64",
"total_images": "int64",
"avg_text_length": "float64",
"std_text_length": "float64",
"total_mentions": "int64"
},
"features": {
"text_stats": {
"avg_length": 156.553598094626,
"std_length": 217.67896651945279
},
"thread_stats": {
"avg_posts": 166.0209943985533,
"avg_images": 41.27425035757266
}
}
} |