2017-05-22 141 views

回答

2

Python你可以使用列表理解是这样的:

[c for c in df.columns if c in df2.columns]