嗨失蹤我想使用的R濾光器與選定的COUNTRYCODE過濾所有的行,並與continuous year from 1950 to 2014數據就像 countrycode country currency_unit year rgdpe rgdpo pop emp avh
1 USA United States US Dollar 1950 2279787 2274197 155.
從一組獲得特定記錄我有以下的DF pid name plan type...
1 v a 10
1 s a 20
1 v b 10
2 s c 20
2 v c 10
3 s a 10
3 v a 20...
和另一DF2,它具有的ID從第一DF和記錄位置從採取DF pid position
1 1
2 2
3 2
因此,這意味着對於PID 1,1記錄已被選中,爲PID
我需要基於一個過濾器操作我需要應用該組 DF id dg cs
1 s 1
1 v 0
2 s 0
2 v 1
2 s 1
2 s 0
3 s 1
3 s 1
3 v 1
一組數的記錄數的記錄數我需要在「dg」中的「v」之前統計(或標記)'dg-cs'字段中出現's-1'組合的記錄數。 因此,出認沽將 id dg cs output
1 s 1 True
1 v 0 Fa
我正在使用R與Jupyter筆記本。我使用這兩個文件中的dplyr創建了兩個數據幀:CSV files 爲了準備數據,我從「自行車」文件中刪除了列,並將日期字符串格式化爲日期時間。 # drop colums that contain only one value
bikes <- select(bikes,-c(contract_name, bonus,banking))
# convert