/pandas_code13.py Secret
Created
March 19, 2021 08:21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df1.iloc[:,np.array(df1.iloc[0]>0)]#這裡必須把布林值的Series轉為陣列不然會發生NotImplementedError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment