I have been using the solution posted here about adding a few rows to the sklearn diabetes dataset to test the impact of extreme data values. Is there a "batch" way to append thousands of rows to the sklearn.diabetes so I can test using my synthetic dataset?
EDIT/UPDATE The sklearn diabetes dataset comes with 450 rows. I generated a synthetic dataset that extends the rows to 3500. The example is below, and the entries match in format and type to the sklearn data.