Get real univariate time series data easily for testing
Project description
realdata
A mini-package for people who just want some real time-series data, any real data. Think of this as the alternative to
import np
x = np.cumsum(np.random.randn(1000))
Install
pip install realdata
Univariate live data (around 1000 points)
from realdata import get_live
values = get_live()
Multivariate historical data (around 30,000 points for 20 variables)
from realdata import get_historical
df = get_historical()
Alternatives
See other ways to grab the live data directly, or see this short tutorial on retrieving historical data using the microprediction package.
The historical data is from precisedata.
What's the data?
All sorts of things: traffic, electricity, emoji usage, hospital wait times, altitude of UFOs, security wait times at airports, changes in crypto-currencies, ... you get the idea.
Streams are live so the next time you get data, it will be different.
Can I add to the collection?
Yes see the tutorial on making a new stream of data.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file realdata-0.1.0.tar.gz
.
File metadata
- Download URL: realdata-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb850bda7cfd1b1be240fac36bb3c588170cebed038dc73447c026857cf1d22c |
|
MD5 | f436317c46b6c21cb61c14b6b215387d |
|
BLAKE2b-256 | 74da06ca833c25e2e7c6622cc40840684583c2ca0332cfc92ab7e845aa602e4b |
File details
Details for the file realdata-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: realdata-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7de8cb0ffe633a1a1c98a218619cc1bed55202be89b16d26c80d4b349cb0a85e |
|
MD5 | d236f33518da625c4c146ca44448cbc5 |
|
BLAKE2b-256 | 97cd20a370aec3d959d765e695b2f194649e01b1d96ba359eb120605f984b5b5 |