Blockchain Data Analytics For Dummies by Michael G. Solomon

Blockchain Data Analytics For Dummies by Michael G. Solomon

Author:Michael G. Solomon
Language: eng
Format: epub
ISBN: 9781119651789
Publisher: Wiley
Published: 2020-05-27T00:00:00+00:00


df = pd.read_csv('transfers.csv', usecols=['cost', 'price', 'qty', 'year', 'month', 'day'])

scatter_matrix(df, alpha = 0.2, figsize = (6, 6))

plt.show()

Figure 9-4 shows the output of the scatterplotMatrix.py script. The scatterplot shows that most of the features don't exhibit interesting relationships. Straight lines of any type imply obvious relationships. The scatterplots for cost or price compared to the day feature are a little more interesting.

FIGURE 9-4: Scatterplot matrix of blockchain transfer data.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.