Salary Dataset Of Business Levels
A simple Dataset for Polynomial and Linear Regression For Predictions Purpose
@kaggle.taseermehboob9_salary_dataset_of_business_levels
A simple Dataset for Polynomial and Linear Regression For Predictions Purpose
@kaggle.taseermehboob9_salary_dataset_of_business_levels
In This Dataset we have 3 columns and ten rows and its about a Company Where we will see the levels and how much salary is offered by the company for each level.
We can use this dataset for Machine Learning Predictions.
CREATE TABLE salary (
"position" VARCHAR,
"level" BIGINT,
"salary" BIGINT
);Anyone who has the link will be able to view this.