diff --git a/examples/datasets/README.md b/examples/datasets/README.md index 54ecda1..945c37c 100644 --- a/examples/datasets/README.md +++ b/examples/datasets/README.md @@ -4,3 +4,6 @@ _All datapoints are generated from random data, any resemblance to real persons ## Stock Prices These datasets contain fictive companies and stock prices that move over time within an interval, small & medium have 15 seconds gap between the datapoints and the large dataset an hour. + +## Access Logs +The dataset was taken from [Kaggle](https://www.kaggle.com/datasets/vishnu0399/server-logs), under the public domain license [CC0](https://creativecommons.org/publicdomain/zero/1.0/). The original dataset got truncated to 1000 rows and formatted to CSV.