File size: 153 Bytes
c82e328
95076c1
c82e328
 
 
 
1
2
3
4
5
6
import pandas as pd
from sentence_transformers import SentenceTransformer

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