英文: Convert temperature data from Kelvin to Celsius in multiple columns 问题 我有一个包含多列以开尔文表示的温度数据的数据集。我...
Is it possible to delete the first few row of xlsx files (over 100 files) with multiple sheets in r?
英文: Is it possible to delete the first few row of xlsx files (over 100 files) with multiple sheets i...
R – 如何将汇总的行结果放入列中
英文: R - How to put aggregated row results as columns 问题 假设有一个名为df的数据框: age category 12 A 15 B 12 A 1...
有dbplyr方法可以基于日期范围计算滚动总和吗?
英文: Is there a dbplyr method to calculate rolling sum based on a date range 问题 我正在使用dbplyr访问Redshift...
将数据框中的NA值使用for循环和if语句转换为任意整数
英文: Converting NA values in a dataframe to an arbitrary integer with for loop and if statement 问题 我想...
用lapply在R中替换嵌套的for循环
英文: Replacing nested for loops with lapply in R 问题 我有一个庞大的数据集,使用for循环获取结果需要很长时间。似乎我可以使用lapply来代替,但我在...
我如下翻译: 如何在R中计算变量在一段时间内更改之间的平均天数?
英文: How can I get the average number of days between changes in a variable over a period of time in ...
如何在R中汇总多个列并去除NAs
英文: How to Summarize multiple columns in R while removing NAs 问题 我试图总结一个数据集,以便列出所有具有数字值的列的均值、中位数、标准差...
r table for many columns
英文: r table for many columns 问题 我的数据集如下。 ID Col_01 Col_02 Col_03 Col_04 Col_05 Col_06 1 1 2 1 3 4 -9...
In R, 有关 dplyr::bind_rows 合并数据框的问题。
英文: In R , a question about dplyr::bind_rows combine dataframes 问题 有R中的数据框,名称类似于data_1 data_2 data_3...
298