labels: index or columns to remove.
axis: axis=0 is used to delete rows and axis=1 is used to delete columns. For this post, we will use axis=0 to delete rows. Since axis=0 is the default value, we can ignore this attribute.
columns: It is an alternative to labels and uses to drop columns(Introduced in version 0.21).
index: It is an alternative to labels and uses to drop indices(Introduced in version 0.21).
inplace:If False, it won’t modify the original DataFrame.
axis: axis=0 is used to delete rows and axis=1 is used to delete columns. For this post, we will use axis=0 to delete rows. Since axis=0 is the default value, we can ignore this attribute.
columns: It is an alternative to labels and uses to drop columns(Introduced in version 0.21).
index: It is an alternative to labels and uses to drop indices(Introduced in version 0.21).
inplace:If False, it won’t modify the original DataFrame.
labels: index or columns to remove.
axis: axis=0 is used to delete rows and axis=1 is used to delete columns. For this post, we will use axis=0 to delete rows. Since axis=0 is the default value, we can ignore this attribute.
columns: It is an alternative to labels and uses to drop columns(Introduced in version 0.21).
index: It is an alternative to labels and uses to drop indices(Introduced in version 0.21).
inplace:If False, it won’t modify the original DataFrame.
axis: axis=0 is used to delete rows and axis=1 is used to delete columns. For this post, we will use axis=0 to delete rows. Since axis=0 is the default value, we can ignore this attribute.
columns: It is an alternative to labels and uses to drop columns(Introduced in version 0.21).
index: It is an alternative to labels and uses to drop indices(Introduced in version 0.21).
inplace:If False, it won’t modify the original DataFrame.
labels: index or columns to remove.
axis: axis=0 is used to delete rows and axis=1 is used to delete columns. For this post, we will use axis=0 to delete rows. Since axis=0 is the default value, we can ignore this attribute.
columns: It is an alternative to labels and uses to drop columns(Introduced in version 0.21).
index: It is an alternative to labels and uses to drop indices(Introduced in version 0.21).
inplace:If False, it won’t modify the original DataFrame.
axis: axis=0 is used to delete rows and axis=1 is used to delete columns. For this post, we will use axis=0 to delete rows. Since axis=0 is the default value, we can ignore this attribute.
columns: It is an alternative to labels and uses to drop columns(Introduced in version 0.21).
index: It is an alternative to labels and uses to drop indices(Introduced in version 0.21).
inplace:If False, it won’t modify the original DataFrame.



