Baselight

Mapping Of The Features

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

@kaggle.princeiornongu_mapping_of_the_features

League Mapping
@kaggle.princeiornongu_mapping_of_the_features.league_mapping

  • 2.3 KB
  • 6 rows
  • 2 columns
original_label

Original Label

encoded_label

Encoded Label

Bundesliga
La Liga1
Ligue 1 Uber Eats2
Premier League3
Primiera Liga4
Serie A5

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

Share link

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