RamaharClosed Pull Requests
    Updated 2023-01-25
    select
    count (distinct id) as pull_reqs
    from near.beta.github_activity
    where closedat is not null and state IN ('MERGED', 'CLOSED') and createdat::date >= '2019-01-01'
    Run a query to Download Data