The del statement can remove the rows as well as columns in a dataframe.
False
Reason — The del statement is used to delete columns in a DataFrame, while the drop() function is used to delete rows from a DataFrame.
del
drop()