You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a peer-review-status page that summarizes the stats of active reviews.
We now need a new dashboard that helps us track package activity. Let's make a new section called pyos-packages.
And start a new page that begins to pull in package metrics.
for each package create a dataframe row containing the package's name, description and github metrics stored in that file associated with that package.
Then create a table that allows us to sort packages by last commit date.
finally create a second table that shows only packages that haven't been updated (no commits) in the last 6 months.
The text was updated successfully, but these errors were encountered:
We currently have a peer-review-status page that summarizes the stats of active reviews.
We now need a new dashboard that helps us track package activity. Let's make a new section called pyos-packages.
And start a new page that begins to pull in package metrics.
The text was updated successfully, but these errors were encountered: