Baselight

Investment Survey Dataset

Finance awareness among people

@kaggle.sudarsan27_investment_survey_dataset

Investment Survey
@kaggle.sudarsan27_investment_survey_dataset.investment_survey

  • 9.73 KB
  • 100 rows
  • 11 columns
gender

Gender

age

Age

working_professional

Working Professional

annual_income

Annual Income

mode_of_investment

Mode Of Investment

investment_per_month

Investment Per Month

motivation_cause

Motivation Cause

resources_used

Resources Used

goal_for_investment

Goal For Investment

duration_to_save_in_years

Duration To Save(in Years)

unnamed_10

Unnamed: 10

Male19Banking - RD, FD200Family memberFamily members/FriendsWealth generation10
Female24Banking - RD, FD1000Social media/ ArticlesMobile applicationsWealth generation3
Male241400000Stocks - Intraday, long term5000Social media/ ArticlesNews articles / Current affairsPlanning for finacial freedom after Retirement10
Male221150000Mutual Funds2000Agents/Investment brokersNews articles / Current affairsWealth generation10
Male251250000Mutual Funds2000Self Interest BooksWealth generation15
Male271384000Crypto currency3000Social media/ ArticlesSocial media/ ArticlesWealth generation5
Male241150000Not prepared 2000No oneFamily members/FriendsPlanning for finacial freedom after Retirement15
Female22Gold / Any other Materialistic investment500Family memberFamily members/FriendsPersonal Savings10
Female25Banking - RD, FD2000Family memberFamily members/FriendsPersonal Savings5
Male281500000Stocks - Intraday, long term5000FriendsMobile applicationsWealth generation10

CREATE TABLE investment_survey (
  "gender" VARCHAR,
  "age" BIGINT,
  "working_professional" BIGINT,
  "annual_income" BIGINT,
  "mode_of_investment" VARCHAR,
  "investment_per_month" VARCHAR,
  "motivation_cause" VARCHAR,
  "resources_used" VARCHAR,
  "goal_for_investment" VARCHAR,
  "duration_to_save_in_years" VARCHAR,
  "unnamed_10" VARCHAR
);

Share link

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