- Run 'python3 Database generator.py' from the command line.
- Enter number samples (data points). This must be an integer.
- Select type of data to generate.
- Random - produces random data
- Trending - produces data that trends from low to high.
- Normal - produces a random normal distribution.
- Enter parameters:
- Random and Trending asks for minimum and maximum. These can be floats eg. 2.2
- Normal asks for mean and standard deviation. These can be floats eg. 4.5
- The database is outputted to output.csv in the same directory as DatabaseGenerator.py.