Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

Canada Per Capita
@kaggle.balakrishcodes_others.canada_per_capita

  • 3.37 KB
  • 47 rows
  • 3 columns
year

Year

per_capita_income_us

Per Capita Income (US$)

unnamed_2

Unnamed: 2

19703399.299037
19713768.297935
19724251.175484
19734804.463248
19745576.514583
19755998.144346
19767062.131392
19777100.12617
19787247.967035
19797602.912681

CREATE TABLE canada_per_capita (
  "year" BIGINT,
  "per_capita_income_us" DOUBLE,
  "unnamed_2" VARCHAR
);

Share link

Anyone who has the link will be able to view this.