kiichiUntitled Query
    SELECT
    DISTINCT sender as wallet,
    count(*)
    from flipside_prod_db.algorand.transactions
    where block_timestamp>='2022-01-1'
    group by wallet
    order by DESC
    order by 10
    Run a query to Download Data