This repository shows how I collected & prepared the data for my Tableau dashboard on the Fidenza NFT collection.
Datasets & sources:
Fidenza trades
on the Ethereum blockchain: queried from this Ethereum public dataset built and hosted by Google BigQuery.ETHUSD rates
by minute: extracted via the free API provided by CoinAPI.Fidenza metadata
containing trait values: scraped from the token URIs, see this Python notebook for more details.
All the Python code & datasets used in the Tableau Dashboard are stored in this repository.
To get a quick view of the notebooks, see here: part 1, part 2, and part 3.
- BeautifulSoup
- request
- pandas, matplotlib and so on.
Last update: Mar 30, 2022.