英文: Multipler delimiters in a column 问题 结果列中有多个答案,用','或'/'分隔。需要计算每个答...
手动将GeoJSON解析为数据框架。
英文: Manually parsing geojson into a dataframe 问题 我想逐步将一个.geojson文件转换为一个tibble(或数据框)。 这是一个简化的geojson示...
手动将GeoJSON解析成数据框架
英文: Manually parsing geojson into a dataframe 问题 以下是您要翻译的内容: "I would like to work step by step...
将列分离/拆分为三个单独的列,当存在NA值时。
英文: Separate/unstack column into three separate columns when there are NA values 问题 我有一列数据,看起来像这样: v...
Is there an alternative to tidyr::unnest_wider? It fails when nested list element is not a vector
英文: Is there an alternative to tidyr::unnest_wider? It fails when nested list element is not a vecto...
for循环使用case_when出现错误:“传递了4个参数给’for’,但需要3个”。
英文: for loop with case_when giving error "4 arguments passed to 'for' which requires 3&...
将值根据条件复制到行中
英文: Copy values to rows based on conditions 问题 我正在尝试基于它们匹配的案例的索引日期复制控件的数据集的索引日期变量。在这个数据中,case = 1,co...
如何在同一列嵌套两次时使tidyr::complete起作用?
英文: How to make tidyr::complete work when nesting the same column twice? 问题 由于某种原因,我的代码在complete中重复了...
替换不同类别的多个列中的NA值。
英文: replace NA in multiple columns of different classes 问题 我有多列类似名称的数据,但属于不同的类别。我需要用0替换所有的NA,但保留列的类别...
separate_wider_regex with lookahead
英文: separate_wider_regex with lookahead 问题 我有一个包含体育赛事的数据框架(对于空格或单词数量没有假设),其中可以选择包含年份,并且可能以几种不同的方式格式化...