Bitcoin and blockchain graphs
Blockchain.info is one of the best places to look at the latest bitcoin stats and graphs. There are different kinds of charts and graphs concerning bitcoin and blockchain that are available for analysis. We can also download the data in a variety of formats—CSV, JSON, and so on. We have downloaded some of this data in CSV format in the previous section, and now we will explore this data in a Jupyter Notebook.
We start by importing the modules we need. We need pandas for data reading, exploration, and cleanup, and we need matplotlib for creating the graphs.
Look at the data showing the total number of bitcoins in circulation. Read the CSV file that has this data and create a pandas DataFrame.
The following screenshot ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access