Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Generation Functions #121

Open
davidkohn88 opened this issue Apr 28, 2021 · 1 comment
Open

Data Generation Functions #121

davidkohn88 opened this issue Apr 28, 2021 · 1 comment
Labels
feature-request And area of analysis that could be made easier

Comments

@davidkohn88
Copy link
Contributor

It would be great to have some simple data generation functions for creating demo/test data for playing around with use cases. I'm not sure what exactly the parameters to this sort of function should be, but probably it would generate a random timeseries, with a step size for the timestamp and then a value that either followed a random walk, with bounds, or had data with a given distribution around a center or something like that, possibly a sinusoidal variation on small scale to simulate noise etc.

I think this would be very useful for
a) demonstrating the other functions and showing users how to use them
b) letting users generate their own test data sets for themselves

(Coupling this with UDAs would actually simulate inserts on a relatively frequent basis...interestingly enough).

@davidkohn88 davidkohn88 added the feature-request And area of analysis that could be made easier label Apr 28, 2021
@JLockerman
Copy link
Contributor

@mfreed also has a request for a better generate_series() which might be related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request And area of analysis that could be made easier
Projects
None yet
Development

No branches or pull requests

2 participants