PredictionHub / src /data /sample_data.py
Vela
modified modules
95076c1
raw
history blame contribute delete
153 Bytes
import pandas as pd
from sentence_transformers import SentenceTransformer
def get_data_frame(file_path):
df = pd.read_excel(file_path)
return df