Is the a way to update the dataset periodically? #5808
Replies: 1 comment
-
You can update a dataset by uploading a data file that has the same format as the existing data files in the repo (to work with our data files resolution). And you can use Git tags for versioning ( ds = load_dataset(`namespace/repo_id`, revision="tag") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are some dataset that requires periodic updates like Interest Rates by the central banks, production of power by plant etc.
Even for eg like E commerce reviews that gets added over time.
Is there a way to update/ add new version of dataset available?
Beta Was this translation helpful? Give feedback.
All reactions