Baselight

NFT Collections

This includes data about over 250 NFT Collections

@kaggle.hemil26_nft_collections_dataset

Loading...
Loading...

About this Dataset

NFT Collections

NFT DATASET

This dataset consists of 250 collections and their all time statistics such as sales, transactions, ownership and buyers
A sample EDA performed by me could be found in the Code section! Do check it out!
will update the dataset in every 15 days.

CONTENTS

The dataset is a .csv file with the following columns:

  • Collections
  • Sales
  • Buyers
  • Transactions
  • Owners

Scraping code at GitHub repo: https://github.com/hemil26/NFT-Dataset

CREDITS

This dataset has been scraped from https://cryptoslam.io/

INSPIRATION

  • Which collection has highest all time buyers
  • Is there any correlation between buyers and sales?
  • Simple EDA and Visualization
  • Amount of ETH earned by a collection?

Tables

Nft Sales

@kaggle.hemil26_nft_collections_dataset.nft_sales
  • 14.26 KB
  • 250 rows
  • 5 columns
Loading...

CREATE TABLE nft_sales (
  "collections" VARCHAR,
  "sales" VARCHAR,
  "buyers" BIGINT,
  "txns" BIGINT,
  "owners" DOUBLE
);

Share link

Anyone who has the link will be able to view this.