【发布时间】:2018-06-09 10:20:18
【问题描述】:
我有一个包含大约 190,000 行的 Facebook 数据的 csv 文件。列名如下:
comment_id, status_id, parent_id, comment_message, comment_author, comment_published, comment_likes, Positive, Negative, Sentiment
我想找出哪个 comment_author 拥有最多的 cmets(# of comment_message)和一个 Sentiment > 0。
有人知道如何使用 R 应用此过滤器吗?
【问题讨论】:
-
欢迎来到 SO。请阅读How to Create a Minimal, Complete, and Verifiable Example 并更新您的帖子。
标签: r excel csv sorting filter