Myers Briggs Personality Tags On Reddit Data
收藏Zenodo2020-09-20 更新2026-06-04 收录
下载链接:
https://zenodo.org/record/1482951
下载链接
链接失效反馈官方服务:
资源简介:
This data was pulled on 11/10/2018 from google big query using the following query:
<pre><code class="language-sql">SELECT flair_text.author_flair_text as flair_text, comments.body as body, comments.subreddit as subreddit, comments.author as author FROM
(
SELECT author,author_flair_text
FROM [fh-bigquery:reddit_comments.all]
WHERE author_flair_text != 'null'
AND REGEXP_MATCH(author_flair_text,r'([IEie][SNsn][TFtf][JPjp]\W)')
GROUP BY author,author_flair_text
) AS flair_text
INNER JOIN
(
SELECT author_flair_text, body, subreddit, author
FROM [fh-bigquery:reddit_comments.all]
) AS comments
ON
comments.author = flair_text.author
</code></pre>
提供机构:
Zenodo创建时间:
2018-11-11



