File size: 99 Bytes
c82e328
 
 
 
 
1
2
3
4
5
import pandas as pd

def get_data_frame(file_path):
    df = pd.read_excel(file_path)
    return df