Path: blob/master/GitHub/GitHub_Download_Excel_file_from_URL.ipynb
2973 views
Kernel: Python 3
GitHub - Download Excel file from URL
Tags: #github #excel #download #url #file #python
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-03-29)
Description: This notebook explains how to download an Excel file stored on a GitHub repository.
Input
Import libraries
In [ ]:
Setup Variables
url
: URL of the Excel file stored on GitHuboutput_path
: Name of the output to be saved on your local
In [ ]:
Model
Download Excel file
In [ ]:
Output
Display result
In [ ]: