Baselight

Historical Sentiment Data | BTC, ETH, BNB, ADA

Timeseries Sentimental Analysis of Cryptocurrencies

@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada

Loading...
Loading...

About this Dataset

Historical Sentiment Data | BTC, ETH, BNB, ADA

The dataset contains 4 CSV tabular files that have historical time series sentiment data from 4 popular cryptocurrencies, namely Bitcoin, Ethereum, Binance Coin, and Cardano. This can be used for time series analysis coupled with historical price data such as the OHLCV data for additional forecasting performance.

Each of the data files contains:

  1. Date: In DateTime format, this can be changed from pandas directly.
  2. Count: The number of data points that were obtained for sentimental analysis.
  3. Normalized: The normalized sentiment score for all the data points.

Tables

Ada Df

@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada.ada_df
  • 9.99 KB
  • 298 rows
  • 4 columns
Loading...

CREATE TABLE ada_df (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "count" BIGINT,
  "normalized" DOUBLE
);

Bnb Df

@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada.bnb_df
  • 9.29 KB
  • 265 rows
  • 4 columns
Loading...

CREATE TABLE bnb_df (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "count" BIGINT,
  "normalized" DOUBLE
);

Btc Df

@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada.btc_df
  • 11.07 KB
  • 332 rows
  • 4 columns
Loading...

CREATE TABLE btc_df (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "count" BIGINT,
  "normalized" DOUBLE
);

Eth Df

@kaggle.gautamchettiar_historical_sentiment_data_btc_eth_bnb_ada.eth_df
  • 11.83 KB
  • 356 rows
  • 4 columns
Loading...

CREATE TABLE eth_df (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "count" BIGINT,
  "normalized" DOUBLE
);

Share link

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