Baselight

Kaggle Survey From 2017 To 2022

collection of consecutive 5 years of survey data by kaggle

@kaggle.shievam_kaggle_survey_from_2017_to_2022

Conversionrates
@kaggle.shievam_kaggle_survey_from_2017_to_2022.conversionrates

  • 4.47 KB
  • 86 rows
  • 3 columns
unnamed_0

Unnamed: 0

origincountry

OriginCountry

exchangerate

ExchangeRate

1USD1
2EUR1.195826
3INR0.01562
4GBP1.324188
5BRL0.32135
6RUB0.017402
7CAD0.823688
8AUD0.80231
9JPY0.009108
10CNY0.153

CREATE TABLE conversionrates (
  "unnamed_0" BIGINT,
  "origincountry" VARCHAR,
  "exchangerate" DOUBLE
);

Share link

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