In this lecture you'll know about:
Sorting Data
There are two types of sorting, first is sorting by index and other is sorting by values.
Both sorting ways are very well explained in this lecture
Concatenation of Columns:
Concatenation of multiple Columns and make a single column.
Yes we'll merge two or more columns to create a single column.
Splitting Column.
It's reverse of concatenation, we'll split a single column and make multiple columns from single column.
Dropping Data:
There are two ways to drop the data:
Dropping by columns
we have discussed in this lecture how we can remove one or more unwanted columns.
Dropping by Rows:
we have also discussed how we can remove data using index.
Code Access:
https://github.com/Sadiii/Python_Pand...