请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
liuywustb 发表于 2019-5-21 22:04 drop if code=="000003"
蔓蔓724 发表于 2019-5-21 22:14 这个数据很大,code很多,且不知道哪个公司缺少年份,如何解决?
黃河泉 发表于 2019-5-22 06:40 为什么要删?
zxcvbnmcyh 发表于 2021-2-16 19:22 先用egen生成每个代码的出现次数,然后删掉不足3的数据: egen x=count(year),by(code) drop if x != 3
原图尺寸 134.24 KB