deleting all rows in pandas
# df is a data frame. like df = pd.read_csv('file.csv')
df.drop(df.index[:], inplace=True)
deleting all rows in pandas
# df is a data frame. like df = pd.read_csv('file.csv')
df.drop(df.index[:], inplace=True)
df.drop index
df.reset_index(drop=True, inplace=True)
remove rows from dataframe
df.drop(['Cochice', 'Pima'])
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us