标签: python pandas dataframe
列是[工具,帐号,交易编号]
我该如何做一个条件,将所有['TradePnL']列与我想要的指定工具相加?
sum((df1['TradePnL'] & (df['Instrument'] == 'AAPL')))