Created
July 26, 2022 20:58
-
-
Save Rubix982/07f388fcc53bec0f70af713a22e9dd69 to your computer and use it in GitHub Desktop.
Imports
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 characters
import pandas as pd # for dataframes, converting str to a df | |
import io # preparing a string stream | |
import requests # fetching data from the GitHub Gist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment