For an internship, I'm being asked to simulate the electrical consumption for virtual appliances (e.g. fridges, freezers).
The company currently has a bunch of recorded second by second data from several different appliances. The data displays strong patterns. It has only two variables - time and (W) consumed. I will need to simulate a large amount of data to train the algorithm. What are the best ways to do this in Python? I have seen some modules that have functionality in that vein but they don't seem suitable for my data format.