Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VelaTest
/
PredictionHub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e10ddaa
PredictionHub
/
src
/
data
/
sample_data.py
Vela
modified modules
95076c1
5 months ago
raw
Copy download link
history
blame
Safe
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