2017-05-22 67 views

回答

2

Python你可以使用列表理解是這樣的:

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