hf-eda / test.py
abdullahmeda's picture
-
4d40aeb
raw
history blame
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')