Suppose we deleted the 100th (indexed from 0) row from the dataframe, df, as follows:
df.drop(index=99, inplace=True)
Will the index change? If so, how to fix it?
Suppose we deleted the 100th (indexed from 0) row from the dataframe, df, as follows:
df.drop(index=99, inplace=True)
Will the index change? If so, how to fix it?
Create a free account to access the full topic