Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tommydangerous/d35cada97c5b282aadeed900480e4054 to your computer and use it in GitHub Desktop.
Save tommydangerous/d35cada97c5b282aadeed900480e4054 to your computer and use it in GitHub Desktop.

Revisions

  1. tommydangerous revised this gist May 9, 2023. 2 changed files with 6 additions and 4 deletions.
    4 changes: 0 additions & 4 deletions mage_delta-lake_download_battle-history
    Original file line number Diff line number Diff line change
    @@ -1,4 +0,0 @@
    import pandas as pd


    df = pd.read_csv('https://raw.githubusercontent.com/mage-ai/datasets/master/battle_history.csv')
    6 changes: 6 additions & 0 deletions mage_delta-lake_download_battle-history.py
    Original 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',
    )
  2. tommydangerous created this gist May 9, 2023.
    4 changes: 4 additions & 0 deletions mage_delta-lake_download_battle-history
    Original 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')