Baselight

Forecasting Top Cryptocurrencies

Cryptocurrency with Market Cap +$1B : EDA and forecasting

@kaggle.vbmokin_forecasting_top_cryptocurrencies

Loading...
Loading...

About this Dataset

Forecasting Top Cryptocurrencies

The dataset contains information on cryptocurrencies with a capitalization of more billion USD, which is necessary for their forecasting. I filled part information about cryptocurrencies on my own by studying the materials in Wikipedia and the resources mentioned in it.

The dataset consist of tables with data for different models (clustering results, anomalous dates, pre-trained models, etc.).

The primary purpose of the dataset is scientific and educational: to study the patterns of the crypto market and test various Data Science technologies for these tasks.

Data on these cryptocurrencies will be downloaded via API.

Tables

About Top Cryptocurrencies 1b Information

@kaggle.vbmokin_forecasting_top_cryptocurrencies.about_top_cryptocurrencies_1b_information
  • 15.51 KB
  • 83 rows
  • 14 columns
Loading...

CREATE TABLE about_top_cryptocurrencies_1b_information (
  "name" VARCHAR,
  "code" VARCHAR,
  "price" DOUBLE,
  "market_cap" DOUBLE,
  "circulating_supply" VARCHAR,
  "limit_supply" VARCHAR,
  "basic_information" VARCHAR,
  "initial_release" DOUBLE,
  "block_reward" DOUBLE,
  "block_time_sec" DOUBLE,
  "block_size_mb" DOUBLE,
  "basic_project" VARCHAR,
  "specifics" VARCHAR,
  "kaggle_competitions" VARCHAR
);

Share link

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