Baselight

Mapping Of The Features

This Dataset is a Feature Mapping Dataset of Football Wages Dataset on Kaggle

@kaggle.princeiornongu_mapping_of_the_features

Loading...
Loading...

About this Dataset

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.

Tables

Club Mapping

@kaggle.princeiornongu_mapping_of_the_features.club_mapping
  • 4.07 KB
  • 116 rows
  • 2 columns
Loading...

CREATE TABLE club_mapping (
  "original_label" VARCHAR,
  "encoded_label" BIGINT
);

League Mapping

@kaggle.princeiornongu_mapping_of_the_features.league_mapping
  • 2.3 KB
  • 6 rows
  • 2 columns
Loading...

CREATE TABLE league_mapping (
  "original_label" VARCHAR,
  "encoded_label" BIGINT
);

Nation Mapping

@kaggle.princeiornongu_mapping_of_the_features.nation_mapping
  • 3.37 KB
  • 114 rows
  • 2 columns
Loading...

CREATE TABLE nation_mapping (
  "original_label" VARCHAR,
  "encoded_label" BIGINT
);

Position Mapping

@kaggle.princeiornongu_mapping_of_the_features.position_mapping
  • 2.26 KB
  • 4 rows
  • 2 columns
Loading...

CREATE TABLE position_mapping (
  "original_label" VARCHAR,
  "encoded_label" BIGINT
);

Share link

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