December 2018
Intermediate to advanced
188 pages
4h 2m
English
The Ethereum dataset has a Date (UTC) column, a UnixTimestamp column, and a value representing the total transaction volume in USD on that date. Let's chart the Value column in the latest Ethereum transaction history data:

The Data form calculates the sum of transactions grouped by dates. There is only one value over which the SUM(Value) aggregate function is computed:

The sum of transaction values, grouped ...
Read now
Unlock full access