In python pandas, We can add a new row to a DataFrame using the __________ method and ___________ method to delete rows and columns from a DataFrame.
1
DataFrame.loc[ ], DataFrame.rename()
2
DataFrame.drop() , DataFrame.rename()
3
DataFrame.loc[ ], DataFrame.drop()
4
None of the above