Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
kjohnstone
/
DiagnosED
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
DiagnosED
/
df_read.py
kjohnstone
Update df_read.py
c32af33
verified
11 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
125 Bytes
from
pathlib
import
Path
import
pandas
as
pd
app_dir = Path(__file__).parent
ecds_df = pd.read_csv(app_dir /
"ecds_df.csv"
)