Baselight

Abroad Study Cost Predictor

A dataset that contains cost of education for various different courses

@kaggle.shivampawale_abroad_study_cost_predictor

Loading...
Loading...

About this Dataset

Abroad Study Cost Predictor

This dataset provides information about the yearly fees for various courses offered by colleges and universities across different countries. The data is sourced from Jeduka.com, a platform known for providing detailed insights into educational opportunities abroad. The dataset consists of four key columns:

COUNTRY: The country where the course is offered.
COURSE: The specific course being offered (e.g., Engineering, Medicine, Business).
COURSE TYPE: The type of course (e.g., Bachelor's, Master's, Diploma).
FEES: The yearly tuition fees for the course in the respective country (in local currency).
This dataset is ideal for those interested in comparing study costs across countries and analyzing trends in international education expenses. It can be utilized to predict and compare fees based on various parameters, helping students make informed decisions about their study abroad options.

Tables

Abroad Sheet1

@kaggle.shivampawale_abroad_study_cost_predictor.abroad_sheet1
  • 9.32 KB
  • 489 rows
  • 4 columns
Loading...

CREATE TABLE abroad_sheet1 (
  "country" VARCHAR,
  "course_type" VARCHAR,
  "course_specialization" VARCHAR,
  "fees" DOUBLE
);

Share link

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