Mapping Of The Features
This Dataset is a Feature Mapping Dataset of Football Wages Dataset on Kaggle
@kaggle.princeiornongu_mapping_of_the_features
This Dataset is a Feature Mapping Dataset of Football Wages Dataset on Kaggle
@kaggle.princeiornongu_mapping_of_the_features
This Dataset is a Feature Mapping Dataset of Football Wages Dataset on Kaggle by Yash. Here is the Original Dataset link: https://www.kaggle.com/datasets/ultimus/football-wages-prediction/data.
CREATE TABLE club_mapping (
"original_label" VARCHAR,
"encoded_label" BIGINT
);
CREATE TABLE league_mapping (
"original_label" VARCHAR,
"encoded_label" BIGINT
);
CREATE TABLE nation_mapping (
"original_label" VARCHAR,
"encoded_label" BIGINT
);
CREATE TABLE position_mapping (
"original_label" VARCHAR,
"encoded_label" BIGINT
);
Anyone who has the link will be able to view this.