Skip to content

NowanIlfideme/tsdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsdata: Time Series Datasets in Python

This repository is a collection of time series datasets.

The tsdata package itself contains a way of loading these into Pandas.

NOTE: The PyPI name is py-tsdata due to confict with a removed package.

Installing

You can install this as a regular Python package via pip:

pip install py-tsdata

Quickstart

Load a dataset directly into Pandas from a dict-like interface:

>>> from tsdata.fpp3 import raw
>>> "Tourism" in raw
True
>>> raw["Tourism"].head(2)
   Quarter    Region            State   Purpose       Trips
0  1998 Q1  Adelaide  South Australia  Business  135.077690
1  1998 Q2  Adelaide  South Australia  Business  109.987316

Supported Datasets

The currently support datasets are grouped into the following sources:

Currently only "raw" datasets are implemented, i.e. as-is.

Contributing

If you have time series datasets you would like to add (that you have the rights to contibute), please create a pull request!

Preferred formats are .parquet or .csv, though if it can be read by Pandas - we can add it.

About

Timeseries Datasets

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages