visualize_5_24.py 164 B

123
  1. def get_file_from_gd(url=None):
  2. get_path = 'https://drive.google.com/uc?export=download&id=' + url.split('/')[-2]
  3. return pd.read_csv(get_path, comment='#')