Investment Survey Dataset
Finance awareness among people
@kaggle.sudarsan27_investment_survey_dataset
Finance awareness among people
@kaggle.sudarsan27_investment_survey_dataset
Hello analysts, this is my next new notebook collected from people to know about their knowledge on quality of their investment with their respect to employment and salary. 😄
This dataset consists of 10 columns focusing mainly of the important topic of Label encoding and data visualization. You can also use this dataset for PowerBi desktop. As a additional bonus, you can also gain some thoughtful insights and prepare yourself on financial line 😄.
Happy coding and keep working 🥳
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 -- Duration To Save(in Years),
"unnamed_10" VARCHAR -- Unnamed: 10
);Anyone who has the link will be able to view this.