Digital Asset Adoption Sentiment
A dataset analyzing the sentiment of digital asset adoption in 2023.
@kaggle.petercalvanelli_digital_asset_adoption_sentiment_2023
A dataset analyzing the sentiment of digital asset adoption in 2023.
@kaggle.petercalvanelli_digital_asset_adoption_sentiment_2023
CREATE TABLE digital_asset_research_second_wave_2023_clean (
"respondent_id" BIGINT,
"age_18_or_older" VARCHAR,
"financial_condition_today" VARCHAR,
"financial_condition_future" VARCHAR,
"business_conditions_today" VARCHAR,
"business_conditions_future" VARCHAR,
"economy_expectation_next_12_months" VARCHAR,
"timing_for_major_items" VARCHAR,
"heard_of_before_today_option_1" VARCHAR,
"heard_of_before_today_option_2" VARCHAR,
"heard_of_before_today_option_3" VARCHAR,
"heard_of_before_today_option_4" VARCHAR,
"heard_of_before_today_option_5" VARCHAR,
"heard_of_before_today_option_6" VARCHAR,
"knowledge_of_cryptocurrency" VARCHAR,
"bitcoin_awareness_description" VARCHAR,
"bitcoin_connections" VARCHAR,
"bitcoin_role" VARCHAR,
"used_bitcoin_for_purchase" VARCHAR,
"bitcoin_illegal_opinion" VARCHAR,
"bitcoin_regulation_opinion" VARCHAR,
"bitcoin_longevity_belief" VARCHAR,
"bitcoin_profit_potential" VARCHAR,
"bitcoin_diversification" VARCHAR,
"bitcoin_trustworthiness" VARCHAR,
"bitcoin_easy_money_transfer" VARCHAR,
"use_bitcoin_for_purchases" VARCHAR,
"bitcoin_inflation_hedge" VARCHAR,
"dont_understand_bitcoin" VARCHAR,
"no_reason_to_buy_bitcoin" VARCHAR,
"likely_to_buy_bitcoin_next_year" VARCHAR,
"bitcoin_risk_perception" VARCHAR,
"likelihood_to_purchase_bitcoin_next_year" VARCHAR,
"bitcoin_ownership_amount_usd" DOUBLE,
"bitcoin_environment_1" VARCHAR,
"bitcoin_environment_1_fill" VARCHAR,
"bitcoin_environment_2" VARCHAR,
"bitcoin_environment_2_fill" VARCHAR,
"bitcoin_environment_3" VARCHAR,
"bitcoin_environment_3_fill" VARCHAR,
"bitcoin_environment_4" VARCHAR,
"bitcoin_environment_4_fill" VARCHAR,
"bitcoin_environment_5" VARCHAR,
"bitcoin_environment_5_fill" VARCHAR,
"bitcoin_portfolio_percentage" DOUBLE,
"ethereum_awareness_description" VARCHAR,
"ethereum_connections" VARCHAR,
"ethereum_role" VARCHAR,
"used_ethereum_for_purchase" VARCHAR,
"ethereum_illegal_opinion" VARCHAR,
"ethereum_regulation_opinion" VARCHAR,
"ethereum_longevity_belief" VARCHAR,
"ethereum_profit_potential" VARCHAR,
"ethereum_diversification" VARCHAR,
"ethereum_trustworthiness" VARCHAR,
"ethereum_easy_money_transfer" VARCHAR,
"use_ethereum_for_purchases" VARCHAR,
"ethereum_inflation_hedge" VARCHAR,
"dont_understand_ethereum" VARCHAR,
"no_reason_to_buy_ethereum" VARCHAR,
"likely_to_buy_ethereum_next_year" VARCHAR,
"ethereum_risk_perception" VARCHAR,
"likelihood_to_purchase_ethereum_next_year" VARCHAR,
"ethereum_ownership_amount_usd" DOUBLE,
"ethereum_environment_1" VARCHAR,
"ethereum_environment_1_fill" VARCHAR,
"ethereum_environment_2" VARCHAR,
"ethereum_environment_2_fill" VARCHAR,
"ethereum_environment_3" VARCHAR,
"ethereum_environment_3_fill" VARCHAR,
"ethereum_environment_4" VARCHAR,
"ethereum_environment_4_fill" VARCHAR,
"ethereum_environment_5" VARCHAR,
"ethereum_environment_5_fill" VARCHAR,
"ethereum_portfolio_percentage" DOUBLE,
"solana_awareness_description" VARCHAR,
"solana_connections" VARCHAR,
"solana_role" VARCHAR,
"used_solana_for_purchase" VARCHAR,
"solana_illegal_opinion" VARCHAR,
"solana_regulation_opinion" VARCHAR,
"solana_longevity_belief" VARCHAR,
"solana_profit_potential" VARCHAR,
"solana_diversification" VARCHAR,
"solana_trustworthiness" VARCHAR,
"solana_easy_money_transfer" VARCHAR,
"use_solana_for_purchases" VARCHAR,
"solana_inflation_hedge" VARCHAR,
"dont_understand_solana" VARCHAR,
"no_reason_to_buy_solana" VARCHAR,
"likely_to_buy_solana_next_year" VARCHAR,
"solana_risk_perception" VARCHAR,
"likelihood_to_purchase_solana_next_year" VARCHAR,
"solana_ownership_amount_usd" DOUBLE,
"solana_environment_1" VARCHAR,
"solana_environment_1_fill" VARCHAR,
"solana_environment_2" VARCHAR,
"solana_environment_2_fill" VARCHAR,
"solana_environment_3" VARCHAR,
"solana_environment_3_fill" VARCHAR
);
Anyone who has the link will be able to view this.