I need to divide data in an excel and put it into another excel using python
For Example, suppose i have an excel which has 1000 rows of data as follows
Name Number
name1 number1
name2 number2
name3 number3
and so on
Now suppose there are 1000 rows and i need to select 200 rows at a time and put those values in another excel and then remove these 200 values from this excel and then take the next 200 values and put it into another excel How can i do it using python