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