Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abd-meda
/
hf-eda
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
84f637a
hf-eda
/
test.py
abdullahmeda
-
4d40aeb
over 2 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
import
pandas
as
pd
x = pd.read_csv(
'hugging_face_spaces.csv'
).sort_values(
'likes'
, ascending=
False
).iloc[:
500
]
x.to_csv(
'hugging_face_spaces.csv'
)