我有一个列的数据帧A,B.我需要C为每个记录/行创建一个列:
A
B
C
C = max(A, B).
C = max(A, B)
我应该怎么做呢?
谢谢.
python dataframe pandas
dataframe ×1
pandas ×1
python ×1