December 2017
Intermediate to advanced
386 pages
10h 42m
English
The append() method appends a DataFrame at the bottom of another DataFrame. The method does not alter the input data. Instead, it returns a new DataFrame with the concatenated data.
Analogously, the drop() method accepts as input a list of indexes and drops the corresponding rows in a DataFrame. Again, the operation is not in-place and a new DataFrame with the rows dropped is returned.
Read now
Unlock full access