Skip to content

Commit

Permalink
Add dataset id
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Aug 5, 2024
1 parent 3cc7da1 commit 7e9d308
Show file tree
Hide file tree
Showing 2 changed files with 26,948 additions and 26,946 deletions.
2 changes: 2 additions & 0 deletions get_datasets_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def main(downloads, output_dir, **ignore):
(
"name",
"title",
"id",
"downloads last 5 years",
"date created",
"date metadata updated",
Expand Down Expand Up @@ -97,6 +98,7 @@ def main(downloads, output_dir, **ignore):
row = (
name,
title,
dataset_id,
downloads_5years,
created,
metadata_updated,
Expand Down
Loading

0 comments on commit 7e9d308

Please sign in to comment.