标签: python-3.x pandas
例如:
selected_df = df.loc[2,29] df = df[~df.index.isin(selected_df.index)]
的含义是什么
~