{ "cells": [ { "cell_type": "code", "execution_count": 2, "id": "ba11a033-8e76-4716-b365-57e2ad5e1ee1", "metadata": {}, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": null, "id": "a2daf4d8-bec0-4590-9269-c3024236d3f1", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
RankImage LinkTitleCurrent24h PeakAll-Time PeakGenre
01.0https://shared.cloudflare.steamstatic.com/stor...Counter-Strike 21,015,7211,276,7021,818,773First-person Shooter
12.0https://shared.cloudflare.steamstatic.com/stor...Dota 2702,487805,6241,295,114MOBA (Multiplayer Online Battle Arena)
23.0https://shared.cloudflare.steamstatic.com/stor...Banana409,758428,540917,272Unknown
34.0https://shared.cloudflare.steamstatic.com/stor...PUBG: BATTLEGROUNDS371,000688,4753,257,248Battle Royale
45.0https://shared.cloudflare.steamstatic.com/stor...ELDEN RING294,359319,707953,426Action RPG
........................
9596.0https://shared.cloudflare.steamstatic.com/stor...Soundpad16,02817,06421,920Simulation / Tycoon
9697.0https://shared.cloudflare.steamstatic.com/stor...Supermarket Simulator15,81715,87551,363Vampire / Open world
9798.0https://shared.cloudflare.steamstatic.com/stor...V Rising15,80316,275150,645Tactical Shooter
9899.0https://shared.cloudflare.steamstatic.com/stor...Squad15,72919,28835,151Grand Strategy
99100.0https://shared.cloudflare.steamstatic.com/stor...Victoria 315,60917,59870,100Unknown
\n", "

100 rows × 7 columns

\n", "
" ], "text/plain": [ " Rank Image Link \\\n", "0 1.0 https://shared.cloudflare.steamstatic.com/stor... \n", "1 2.0 https://shared.cloudflare.steamstatic.com/stor... \n", "2 3.0 https://shared.cloudflare.steamstatic.com/stor... \n", "3 4.0 https://shared.cloudflare.steamstatic.com/stor... \n", "4 5.0 https://shared.cloudflare.steamstatic.com/stor... \n", ".. ... ... \n", "95 96.0 https://shared.cloudflare.steamstatic.com/stor... \n", "96 97.0 https://shared.cloudflare.steamstatic.com/stor... \n", "97 98.0 https://shared.cloudflare.steamstatic.com/stor... \n", "98 99.0 https://shared.cloudflare.steamstatic.com/stor... \n", "99 100.0 https://shared.cloudflare.steamstatic.com/stor... \n", "\n", " Title Current 24h Peak All-Time Peak \\\n", "0 Counter-Strike 2 1,015,721 1,276,702 1,818,773 \n", "1 Dota 2 702,487 805,624 1,295,114 \n", "2 Banana 409,758 428,540 917,272 \n", "3 PUBG: BATTLEGROUNDS 371,000 688,475 3,257,248 \n", "4 ELDEN RING 294,359 319,707 953,426 \n", ".. ... ... ... ... \n", "95 Soundpad 16,028 17,064 21,920 \n", "96 Supermarket Simulator 15,817 15,875 51,363 \n", "97 V Rising 15,803 16,275 150,645 \n", "98 Squad 15,729 19,288 35,151 \n", "99 Victoria 3 15,609 17,598 70,100 \n", "\n", " Genre \n", "0 First-person Shooter \n", "1 MOBA (Multiplayer Online Battle Arena) \n", "2 Unknown \n", "3 Battle Royale \n", "4 Action RPG \n", ".. ... \n", "95 Simulation / Tycoon \n", "96 Vampire / Open world \n", "97 Tactical Shooter \n", "98 Grand Strategy \n", "99 Unknown \n", "\n", "[100 rows x 7 columns]" ] }, "execution_count": 18, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df = pd.read_csv('sample-dataset-a-b-modules.csv')\n", "#print (df)\n", "df" ] }, { "cell_type": "code", "execution_count": 22, "id": "a4b89d0a-7214-4d1c-972a-0872e65e527c", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
RankImage LinkTitleCurrent24h PeakAll-Time PeakGenre
01.0https://shared.cloudflare.steamstatic.com/stor...Counter-Strike 21,015,7211,276,7021,818,773First-person Shooter
12.0https://shared.cloudflare.steamstatic.com/stor...Dota 2702,487805,6241,295,114MOBA (Multiplayer Online Battle Arena)
23.0https://shared.cloudflare.steamstatic.com/stor...Banana409,758428,540917,272Unknown
34.0https://shared.cloudflare.steamstatic.com/stor...PUBG: BATTLEGROUNDS371,000688,4753,257,248Battle Royale
45.0https://shared.cloudflare.steamstatic.com/stor...ELDEN RING294,359319,707953,426Action RPG
56.0https://shared.cloudflare.steamstatic.com/stor...Once Human229,441231,668231,668Unknown
67.0https://shared.cloudflare.steamstatic.com/stor...The First Descendant196,521201,888264,860Unknown
78.0https://encrypted-tbn0.gstatic.com/images?q=tb...Source SDK Base 2007182,694191,413221,857Tool / SDK
89.0https://shared.cloudflare.steamstatic.com/stor...Grand Theft Auto V148,141170,541364,548Action-Adventure
910.0https://shared.cloudflare.steamstatic.com/stor...Apex Legends139,352240,658624,473Battle Royale / First-person Shooter
\n", "
" ], "text/plain": [ " Rank Image Link \\\n", "0 1.0 https://shared.cloudflare.steamstatic.com/stor... \n", "1 2.0 https://shared.cloudflare.steamstatic.com/stor... \n", "2 3.0 https://shared.cloudflare.steamstatic.com/stor... \n", "3 4.0 https://shared.cloudflare.steamstatic.com/stor... \n", "4 5.0 https://shared.cloudflare.steamstatic.com/stor... \n", "5 6.0 https://shared.cloudflare.steamstatic.com/stor... \n", "6 7.0 https://shared.cloudflare.steamstatic.com/stor... \n", "7 8.0 https://encrypted-tbn0.gstatic.com/images?q=tb... \n", "8 9.0 https://shared.cloudflare.steamstatic.com/stor... \n", "9 10.0 https://shared.cloudflare.steamstatic.com/stor... \n", "\n", " Title Current 24h Peak All-Time Peak \\\n", "0 Counter-Strike 2 1,015,721 1,276,702 1,818,773 \n", "1 Dota 2 702,487 805,624 1,295,114 \n", "2 Banana 409,758 428,540 917,272 \n", "3 PUBG: BATTLEGROUNDS 371,000 688,475 3,257,248 \n", "4 ELDEN RING 294,359 319,707 953,426 \n", "5 Once Human 229,441 231,668 231,668 \n", "6 The First Descendant 196,521 201,888 264,860 \n", "7 Source SDK Base 2007 182,694 191,413 221,857 \n", "8 Grand Theft Auto V 148,141 170,541 364,548 \n", "9 Apex Legends 139,352 240,658 624,473 \n", "\n", " Genre \n", "0 First-person Shooter \n", "1 MOBA (Multiplayer Online Battle Arena) \n", "2 Unknown \n", "3 Battle Royale \n", "4 Action RPG \n", "5 Unknown \n", "6 Unknown \n", "7 Tool / SDK \n", "8 Action-Adventure \n", "9 Battle Royale / First-person Shooter " ] }, "execution_count": 22, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df.head(10)" ] }, { "cell_type": "code", "execution_count": 24, "id": "60a4bda6-48d6-4ce6-b534-1a5ad1aabb6f", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
RankImage LinkTitleCurrent24h PeakAll-Time PeakGenre
9091.0https://shared.cloudflare.steamstatic.com/stor...Arma 317,15820,05256,679Racing / Open world
9192.0https://shared.cloudflare.steamstatic.com/stor...Forza Horizon 517,07022,07181,096MMORPG
9293.0https://shared.cloudflare.steamstatic.com/stor...The Elder Scrolls Online16,48116,50549,234Action RPG
9394.0https://shared.cloudflare.steamstatic.com/stor...Hogwarts Legacy16,43016,712879,308Sports / Basketball Simulation
9495.0https://shared.cloudflare.steamstatic.com/stor...NBA 2K2416,25523,56530,363Utility / Audio
9596.0https://shared.cloudflare.steamstatic.com/stor...Soundpad16,02817,06421,920Simulation / Tycoon
9697.0https://shared.cloudflare.steamstatic.com/stor...Supermarket Simulator15,81715,87551,363Vampire / Open world
9798.0https://shared.cloudflare.steamstatic.com/stor...V Rising15,80316,275150,645Tactical Shooter
9899.0https://shared.cloudflare.steamstatic.com/stor...Squad15,72919,28835,151Grand Strategy
99100.0https://shared.cloudflare.steamstatic.com/stor...Victoria 315,60917,59870,100Unknown
\n", "
" ], "text/plain": [ " Rank Image Link \\\n", "90 91.0 https://shared.cloudflare.steamstatic.com/stor... \n", "91 92.0 https://shared.cloudflare.steamstatic.com/stor... \n", "92 93.0 https://shared.cloudflare.steamstatic.com/stor... \n", "93 94.0 https://shared.cloudflare.steamstatic.com/stor... \n", "94 95.0 https://shared.cloudflare.steamstatic.com/stor... \n", "95 96.0 https://shared.cloudflare.steamstatic.com/stor... \n", "96 97.0 https://shared.cloudflare.steamstatic.com/stor... \n", "97 98.0 https://shared.cloudflare.steamstatic.com/stor... \n", "98 99.0 https://shared.cloudflare.steamstatic.com/stor... \n", "99 100.0 https://shared.cloudflare.steamstatic.com/stor... \n", "\n", " Title Current 24h Peak All-Time Peak \\\n", "90 Arma 3 17,158 20,052 56,679 \n", "91 Forza Horizon 5 17,070 22,071 81,096 \n", "92 The Elder Scrolls Online 16,481 16,505 49,234 \n", "93 Hogwarts Legacy 16,430 16,712 879,308 \n", "94 NBA 2K24 16,255 23,565 30,363 \n", "95 Soundpad 16,028 17,064 21,920 \n", "96 Supermarket Simulator 15,817 15,875 51,363 \n", "97 V Rising 15,803 16,275 150,645 \n", "98 Squad 15,729 19,288 35,151 \n", "99 Victoria 3 15,609 17,598 70,100 \n", "\n", " Genre \n", "90 Racing / Open world \n", "91 MMORPG \n", "92 Action RPG \n", "93 Sports / Basketball Simulation \n", "94 Utility / Audio \n", "95 Simulation / Tycoon \n", "96 Vampire / Open world \n", "97 Tactical Shooter \n", "98 Grand Strategy \n", "99 Unknown " ] }, "execution_count": 24, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df.tail(10)" ] }, { "cell_type": "code", "execution_count": 30, "id": "c0b96588-c5de-44da-b078-ce44b3177939", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0 Counter-Strike 2\n", "1 Dota 2\n", "2 Banana\n", "3 PUBG: BATTLEGROUNDS\n", "4 ELDEN RING\n", " ... \n", "95 Soundpad\n", "96 Supermarket Simulator\n", "97 V Rising\n", "98 Squad\n", "99 Victoria 3\n", "Name: Title, Length: 100, dtype: object" ] }, "execution_count": 30, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df.Title" ] }, { "cell_type": "code", "execution_count": 32, "id": "89b843aa-0cba-4655-87a7-855c236b4b5f", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "pandas.core.series.Series" ] }, "execution_count": 32, "metadata": {}, "output_type": "execute_result" } ], "source": [ "type(df.Title)" ] }, { "cell_type": "code", "execution_count": 34, "id": "d7d92286-a2ba-4c71-b0e0-e6f2e167a696", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0 Counter-Strike 2\n", "1 Dota 2\n", "2 Banana\n", "3 PUBG: BATTLEGROUNDS\n", "4 ELDEN RING\n", " ... \n", "95 Soundpad\n", "96 Supermarket Simulator\n", "97 V Rising\n", "98 Squad\n", "99 Victoria 3\n", "Name: Title, Length: 100, dtype: object" ] }, "execution_count": 34, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df['Title']" ] }, { "cell_type": "code", "execution_count": 42, "id": "0ee09a68-46c8-443d-887f-7607d03ea60f", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
RankTitle
01.0Counter-Strike 2
12.0Dota 2
23.0Banana
34.0PUBG: BATTLEGROUNDS
45.0ELDEN RING
.........
9596.0Soundpad
9697.0Supermarket Simulator
9798.0V Rising
9899.0Squad
99100.0Victoria 3
\n", "

100 rows × 2 columns

\n", "
" ], "text/plain": [ " Rank Title\n", "0 1.0 Counter-Strike 2\n", "1 2.0 Dota 2\n", "2 3.0 Banana\n", "3 4.0 PUBG: BATTLEGROUNDS\n", "4 5.0 ELDEN RING\n", ".. ... ...\n", "95 96.0 Soundpad\n", "96 97.0 Supermarket Simulator\n", "97 98.0 V Rising\n", "98 99.0 Squad\n", "99 100.0 Victoria 3\n", "\n", "[100 rows x 2 columns]" ] }, "execution_count": 42, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df[['Rank','Title']]" ] }, { "cell_type": "code", "execution_count": 44, "id": "c892c58e-9c1f-4376-9907-2cf11fb4018b", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
TitleRank
0Counter-Strike 21.0
1Dota 22.0
2Banana3.0
3PUBG: BATTLEGROUNDS4.0
4ELDEN RING5.0
.........
95Soundpad96.0
96Supermarket Simulator97.0
97V Rising98.0
98Squad99.0
99Victoria 3100.0
\n", "

100 rows × 2 columns

\n", "
" ], "text/plain": [ " Title Rank\n", "0 Counter-Strike 2 1.0\n", "1 Dota 2 2.0\n", "2 Banana 3.0\n", "3 PUBG: BATTLEGROUNDS 4.0\n", "4 ELDEN RING 5.0\n", ".. ... ...\n", "95 Soundpad 96.0\n", "96 Supermarket Simulator 97.0\n", "97 V Rising 98.0\n", "98 Squad 99.0\n", "99 Victoria 3 100.0\n", "\n", "[100 rows x 2 columns]" ] }, "execution_count": 44, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df[['Title','Rank']]" ] }, { "cell_type": "code", "execution_count": 53, "id": "3b60f53a-fafb-4693-9921-a33e560175e9", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
RankImage LinkTitleCurrent24h PeakAll-Time PeakGenreTotal
01.0https://shared.cloudflare.steamstatic.com/stor...Counter-Strike 21,015,7211,276,7021,818,773First-person Shooter1,818,7731,818,773
12.0https://shared.cloudflare.steamstatic.com/stor...Dota 2702,487805,6241,295,114MOBA (Multiplayer Online Battle Arena)1,295,1141,295,114
23.0https://shared.cloudflare.steamstatic.com/stor...Banana409,758428,540917,272Unknown917,272917,272
34.0https://shared.cloudflare.steamstatic.com/stor...PUBG: BATTLEGROUNDS371,000688,4753,257,248Battle Royale3,257,2483,257,248
45.0https://shared.cloudflare.steamstatic.com/stor...ELDEN RING294,359319,707953,426Action RPG953,426953,426
...........................
9596.0https://shared.cloudflare.steamstatic.com/stor...Soundpad16,02817,06421,920Simulation / Tycoon21,92021,920
9697.0https://shared.cloudflare.steamstatic.com/stor...Supermarket Simulator15,81715,87551,363Vampire / Open world51,36351,363
9798.0https://shared.cloudflare.steamstatic.com/stor...V Rising15,80316,275150,645Tactical Shooter150,645150,645
9899.0https://shared.cloudflare.steamstatic.com/stor...Squad15,72919,28835,151Grand Strategy35,15135,151
99100.0https://shared.cloudflare.steamstatic.com/stor...Victoria 315,60917,59870,100Unknown70,10070,100
\n", "

100 rows × 8 columns

\n", "
" ], "text/plain": [ " Rank Image Link \\\n", "0 1.0 https://shared.cloudflare.steamstatic.com/stor... \n", "1 2.0 https://shared.cloudflare.steamstatic.com/stor... \n", "2 3.0 https://shared.cloudflare.steamstatic.com/stor... \n", "3 4.0 https://shared.cloudflare.steamstatic.com/stor... \n", "4 5.0 https://shared.cloudflare.steamstatic.com/stor... \n", ".. ... ... \n", "95 96.0 https://shared.cloudflare.steamstatic.com/stor... \n", "96 97.0 https://shared.cloudflare.steamstatic.com/stor... \n", "97 98.0 https://shared.cloudflare.steamstatic.com/stor... \n", "98 99.0 https://shared.cloudflare.steamstatic.com/stor... \n", "99 100.0 https://shared.cloudflare.steamstatic.com/stor... \n", "\n", " Title Current 24h Peak All-Time Peak \\\n", "0 Counter-Strike 2 1,015,721 1,276,702 1,818,773 \n", "1 Dota 2 702,487 805,624 1,295,114 \n", "2 Banana 409,758 428,540 917,272 \n", "3 PUBG: BATTLEGROUNDS 371,000 688,475 3,257,248 \n", "4 ELDEN RING 294,359 319,707 953,426 \n", ".. ... ... ... ... \n", "95 Soundpad 16,028 17,064 21,920 \n", "96 Supermarket Simulator 15,817 15,875 51,363 \n", "97 V Rising 15,803 16,275 150,645 \n", "98 Squad 15,729 19,288 35,151 \n", "99 Victoria 3 15,609 17,598 70,100 \n", "\n", " Genre Total \n", "0 First-person Shooter 1,818,7731,818,773 \n", "1 MOBA (Multiplayer Online Battle Arena) 1,295,1141,295,114 \n", "2 Unknown 917,272917,272 \n", "3 Battle Royale 3,257,2483,257,248 \n", "4 Action RPG 953,426953,426 \n", ".. ... ... \n", "95 Simulation / Tycoon 21,92021,920 \n", "96 Vampire / Open world 51,36351,363 \n", "97 Tactical Shooter 150,645150,645 \n", "98 Grand Strategy 35,15135,151 \n", "99 Unknown 70,10070,100 \n", "\n", "[100 rows x 8 columns]" ] }, "execution_count": 53, "metadata": {}, "output_type": "execute_result" } ], "source": [ "df['Total'] = df['All-Time Peak'] * 2\n", "df" ] }, { "cell_type": "code", "execution_count": null, "id": "87766395-4255-4cf8-9a5c-1436646f099f", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "ec2fd89e-aa66-41df-8fba-48cf1e45572d", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "5a4f72e3-7f14-44fd-a9d1-f37c9dde49dd", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "29be5268-19ff-4df9-ad22-2c93a95683ac", "metadata": {}, "outputs": [], "source": [] }, { "cell_type": "code", "execution_count": null, "id": "e64e2162-3b16-47b1-a75f-c9233e4c0850", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python [conda env:base] *", "language": "python", "name": "conda-base-py" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.7" } }, "nbformat": 4, "nbformat_minor": 5 }