So I created data on 2000 companies and now have to split them up into funds with 40 companies each. I'd like to do that by adding a new column to my data frame that consists of 1 for the first 50 rows, 2 for the next 50 rows and so on. Any ideas on how to solve this issue?
Maybe even "Fund #1" to "Fund #40" instead of just the numbers of 1 to 40.
Thank you in advance