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 advertising_and_sales_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"advertising" BIGINT,
"sales" DOUBLE
);
CREATE TABLE alcohol_demand_log_spirits_consumption_per_head_uk_18701938 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_bituminous_coal_production_usa_millions_of_net__d2c0cd42 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE annual_bond_yield_us_1900_to_1970 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_changes_in_global_temperature_18801985 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_changes_in_the_earths_rotation_day_length_sec10_bef67028 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE annual_common_stock_price_us_1871_to_1970 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_domestic_sales_and_advertising_of_lydia_e_pinkh_a1ed63b3 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE annual_domestic_sales_and_advertising_of_lydia_e_pinkh_c47b4f89 (
"unnamed_0" BIGINT -- Unnamed: 0,
"sales" BIGINT,
"advertising" BIGINT
);
CREATE TABLE annual_precipitation_inches_lake_huron_1900_to_1986 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_precipitation_inches_lake_michigan_1900_to_1986 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_precipitation_inches_lake_superior_1900_to_1986 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_precipitation_in_inches_entire_great_lakes_19001986 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_rainfall_at_fortaleza_brazil_18491979 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE annual_rainfall_eastern_usa_1817_1922 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_rainfall_in_nottingham_castle_1867_1939 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_snowfall_in_buffalo_19101972 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_snowfall_in_chicago_1939_to_1978 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE annual_sunspot_relative_number_19361972 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE annual_velocity_of_money_1869_to_1970 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE australia_monthly_production_of_cars_and_station_wagon_295c5af5 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE australia_monthly_production_of_cars_and_station_wagon_48223f5d (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" BIGINT
);
CREATE TABLE australian_monthly_production_of_plastics_in_primary_m_5a6f1894 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE average_annual_temperature_central_england_1723_1970 (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
CREATE TABLE average_monthly_temperature_in_paris (
"unnamed_0" BIGINT -- Unnamed: 0,
"x" DOUBLE
);
Anyone who has the link will be able to view this.