I have a small data set(CSV) of 70 rows. I wanted to run some classification model. So I wanted to fake/mock the data points. so that the number of rows increase. I don't need the duplication of the rows. So is there any package in R/Python.
Thanks in advance.