Update Request

#2
by singhsidhukuldeep - opened

I am using this data in my app: https://huggingface.co/spaces/singhsidhukuldeep/posts_leaderboard

Is it possible to update this data? Let's say a weekly or bi-weekly update?

@singhsidhukuldeep really cool! Good idea - I will think about a setup to automatically update it.

Hi @singhsidhukuldeep I added posts to the https://huggingface.co/datasets/cfahlgren1/hub-stats dataset that updates every day.

Here's a couple changes I did to make things more efficient @maxiw if you end up wanted to do the same:

  • made the updatedAt and publishedAt columns timestamp so that they are stored / queried by SQL Console more efficiently
  • flattened the author field into its own columns

Let me know what you think πŸ€—
image.png

Sign up or log in to comment