Open Time Series Dataset
A collection of time series dataset for time series analysis
@kaggle.krish525_open_time_series_data
A collection of time series dataset for time series analysis
@kaggle.krish525_open_time_series_data
Provides time series data for time series analysis.
The dataset contains 6 subfolders. Each time series data is group under respective category. The categories are as follows:
Data obtained from The Time Series Data Library (TSDL), created by Rob Hyndman, Professor of Statistics at Monash University, Australia.
GitHub Repository: https://github.com/FinYang/tsdl
I had a very hard time find good, quality time series datasets for time series analysis, so thought of creating is collection of time series data which contains a diverse collection of time series data.
CREATE TABLE us_monthly_sales_of_petroleum_and_related_products_jan_449d9098 (
"unnamed_0" BIGINT -- Unnamed: 0,
"chemicals" DOUBLE,
"coal" DOUBLE,
"petrol" DOUBLE,
"vehicles" DOUBLE
);
CREATE TABLE us_motor_vehicle_production_and_percent_change_in_us_g_36014dba (
"unnamed_0" BIGINT -- Unnamed: 0,
"production" BIGINT,
"pcchangegnp" DOUBLE
);
CREATE TABLE us_treasury_bill_contracts (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE volcanic_dust_veil_index_northern_hemisphere_15001969 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE volume_of_money_abs_definition_m1_feb_1960_dec_1989 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE volume_of_money_abs_definition_m1_feb_1960_dec_1994 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE weekly_closing_price_of_att_common_shares_1979 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE weekly_closings_of_the_dowjones_industrial_average_jul_10099570 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE weekly_demand_for_a_plastic_container_montgomery_johnson (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE weekly_demand_of_a_spare_part_p271_montgomery (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE weekly_sales_for_a_novelty_item_p3738_montgomery (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE weekly_sales_of_a_cutting_tool_p270_montgomery_fore_ts (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE winter_negative_temperature_sum_in_deg_c_1781_1988 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE wolfer_sunspot_numbers_1770_to_1869 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE wolfs_sunspot_numbers_1700_1988 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE zuerich_monthly_sunspot_numbers_17491983 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
Anyone who has the link will be able to view this.