df.groupby('Business Name')[['Business Violation', 'Business License']].nunique().reset_index()
Business Name Business Violation Business License
0 Place 1 2 2
1 Place 2 1 1
2 Place 3 2 1
在上面的make文件中: 调用“ make CUSTOM_CONFIG = .. / src / config / custom.config rom”期望$(CUST_CFG_DATA_BIN_FILES)为目标cust_config中的../src/config/custom.config构建,但是我看到环境变量正确更新,但是目标cust_config不会建立$(CUST_CFG_DATA_BIN_FILES)。
我在这里是否缺少任何内容,我的目标是根据输入的CUSTOM_CONFIG构建不同的二进制文件