I'd like to create a folder containing empty folders that correspond to values of the ID column of my dataset. There are over 1000 rows in the column.
Here is an example:
IDs | People |
---|---|
124 | Jim |
345 | Mary |
675 | Hilary |
897 | Chris |
235 | John. |
I want the name of the folders to be 124, 345, 675, etc. I would like to find an answer similar to the one that was given here for creating empty text files.