nitsWhich week has been the most popular one for transactions?
    Updated 2022-04-25
    SELECT week(block_timestamp) as wk, count(*) as total_txs from ethereum_core.fact_transactions
    where to_address ='0x195e8262aa81ba560478ec6ca4da73745547073f'
    GROUP by 1
    -- tx_hash ilike '0xc3156f9dbe825c22f9b993658c2f4bd7323663da8be2b63a32cc290d51c6c8a7'
    Run a query to Download Data