英文: How to write anonymous functions in R arrow across 问题 我已经通过arrow包的open_dataset函数打开了一个.parquet数据集...
在dplyr的if_else中如何编写多个“或”条件?
英文: How to write multiple "or" conditions in the dplyr - if_else? 问题 以下是你要翻译的部分: "这可能...
你可以在Dyplr的`rename_with()`函数的`.cols`参数中指定tibble的最后一列吗?
英文: How can I specify the last column of a tibble within the rename_with() function's ".col...
在Reddit上按时间段统计字符串提及次数(dplyr)。
英文: Counting string mentions on reddit by period (dplyr) 问题 我有Reddit的数据,正在尝试在俄勒冈州引入最低工资政策之前和之后计算不同私人...
tilde运算符在R中用于连接paste0()函数的目的是什么?
英文: What is the purpose of the tilde operator when used to append the paste0() function in R? 问题 以下是...
按照定义的间隔对一列进行分组和汇总。
英文: group by and summarise a column into defined breaks 问题 以下是翻译的代码部分: 我有以下数据: (df <- data.frame(...
dplyr – 在特定条件之前筛选行,并扩展非连续时间值。
英文: dplyr - filter rows prior to a certain condition, and expanding non-contiguous time values 问题 Fi...
有没有一种方法可以在保留索引的同时对按年分组的值进行总结?
英文: Is there a way to summarize values grouped by years while keeping the index? 问题 以下是您要翻译的内容: &quo...
如何在R中删除一个看起来像另一个数据的数据
英文: how to delete a data looks like an other data in R 问题 我想删除一个具有最短时间的数据,但它们的名称相似。 以下是代码部分,不要翻译: df...
在dplyr中使用Group by并确定最近的条目是否重复。
英文: Group by in dplyr and determining if the most recent entry is repeated before 问题 在我的数据中,有```不同的人...
43