NFT Collections
This includes data about over 250 NFT Collections
@kaggle.hemil26_nft_collections_dataset
This includes data about over 250 NFT Collections
@kaggle.hemil26_nft_collections_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.
The dataset is a .csv file with the following columns:
Scraping code at GitHub repo: https://github.com/hemil26/NFT-Dataset
This dataset has been scraped from https://cryptoslam.io/
CREATE TABLE nft_sales (
"collections" VARCHAR,
"sales" VARCHAR,
"buyers" BIGINT,
"txns" BIGINT,
"owners" DOUBLE
);Anyone who has the link will be able to view this.