Last active
May 9, 2023 22:52
-
-
Save tommydangerous/d35cada97c5b282aadeed900480e4054 to your computer and use it in GitHub Desktop.
Revisions
-
tommydangerous revised this gist
May 9, 2023 . 2 changed files with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ import pandas as pd df = pd.read_csv( 'https://raw.githubusercontent.com/mage-ai/datasets/master/battle_history.csv', ) -
tommydangerous created this gist
May 9, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ import pandas as pd df = pd.read_csv('https://raw.githubusercontent.com/mage-ai/datasets/master/battle_history.csv')