Clash Of Clans Clans Dataset 2023 (3.5M Clans)
Large random dataset of clans from Clash of Clans game
@kaggle.asaniczka_clash_of_clans_clans_dataset_2023_3_5m_clans
Large random dataset of clans from Clash of Clans game
@kaggle.asaniczka_clash_of_clans_clans_dataset_2023_3_5m_clans
Clash of Clans is a popular mobile game with millions of players worldwide. This dataset contains detailed information about clans in Clash of Clans, including their tags, names, descriptions, locations, points, war statistics, member details, and more.
With this dataset as a snapshot of the game eco-system as of 2023, you can analyze clan performance, identify trends, and gain insights into the game's community dynamics.
If you find this dataset valuable, don't forget to hit the upvote button! 😊💝
Productivity and Hourly Compensation
Health Insurance Coverage in the USA
Photo by HR.Mavchi
CREATE TABLE coc_clans_dataset (
  "clan_tag" VARCHAR,
  "clan_name" VARCHAR,
  "clan_type" VARCHAR,
  "clan_description" VARCHAR,
  "clan_location" VARCHAR,
  "isfamilyfriendly" BOOLEAN,
  "clan_badge_url" VARCHAR,
  "clan_level" BIGINT,
  "clan_points" BIGINT,
  "clan_builder_base_points" BIGINT,
  "clan_versus_points" BIGINT,
  "required_trophies" BIGINT,
  "war_frequency" VARCHAR,
  "war_win_streak" BIGINT,
  "war_wins" BIGINT,
  "war_ties" BIGINT,
  "war_losses" BIGINT,
  "clan_war_league" VARCHAR,
  "num_members" BIGINT,
  "required_builder_base_trophies" BIGINT,
  "required_versus_trophies" BIGINT,
  "required_townhall_level" BIGINT,
  "clan_capital_hall_level" BIGINT,
  "clan_capital_points" BIGINT,
  "capital_league" VARCHAR,
  "mean_member_level" BIGINT,
  "mean_member_trophies" BIGINT
);Anyone who has the link will be able to view this.