Baselight

Survey Academics

Subjective happiness, tenure index and ref tool usage

@kaggle.harriken_survey_academics

Survey Mental Health
@kaggle.harriken_survey_academics.survey_mental_health

  • 81.74 KB
  • 2286 rows
  • 24 columns
unnamed_0

Unnamed: 0

timestamp

Timestamp

how_stressed_are_you_because_of_work

How Stressed Are You Because Of Work?

what_is_your_h_index

What Is Your H-index?

subjectivehappinessindex

SubjectiveHappinessIndex

at_what_age_did_you_got_tenure_type_0_if_not_yet

At What Age Did You Got Tenure? (type 0 If Not Yet)

following_are_4_questions_about_subjective_happiness_1_36cb9279

Following Are 4 Questions About Subjective Happiness... 1. In General, I Consider Myself...

n_2_compared_with_most_of_my_peers_i_consider_myself

2. Compared With Most Of My Peers, I Consider Myself:

n_3_some_people_are_generally_very_happy_they_enjoy_li_9e1400ac

3. Some People Are Generally Very Happy. They Enjoy Life Regardless Of What Is Going On, Getting The Most Out Of Everything. To What Extent Does This Characterization Describe You?

n_4_some_people_are_generally_not_very_happy_although__5f026d1c

4. Some People Are Generally Not Very Happy. Although They Are Not Depressed, They Never Seem As Happy As They Might Be. To What Extent Does This Characterization Describe You?

do_you_use_any_reference_management_tool_mendeley_zote_6ef0c9fa

Do You Use Any Reference Management Tool? ( Mendeley, Zotero, Citationsy, ... )

would_you_like_to_help_in_a_next_survey

Would You Like To Help In A Next Survey ?

your_role_is

Your Role Is...

any_other_comments_suggestions_or_questions_you_d_add

Any Other Comments, Suggestions, Or Questions You\u0027d Add...

ref

Ref

an_email_for_follow_up_in_a_few_months

An Email For Follow-up In A Few Months

before_we_start_the_survey_we_need_your_consent

Before We Start The Survey, We Need Your Consent.

would_you_like_to_help_in_a_next_survey_in_a_few_months_time

Would You Like To Help In A Next Survey (in A Few Months Time) ?

email

Email

title_length_ceil10

Title Length Ceil10

subject_1

Subject 1

subject_2

Subject 2

subject_3

Subject 3

subject_4

Subject 4

17/9/20 16:24525.7566522No, I am busystudentnan[ref]nannannan10nan
27/9/20 16:25633.555152Yes, in a few monthsstudentnan[ref]nannannan10nan
37/9/20 16:25562.75355572No, I am busyfacultynan[refnannannan10nan
47/9/20 16:26154.7565554Yes, in a few monthsstudentnan[refnannannan10nan
57/9/20 16:26246.2566611No, I am busypost docnan[ref]nannannan10nan
67/9/20 16:262134.5366621No, I am busyfacultynan[refnannannan10nan
77/9/20 16:2635.7566521Yes, in a few monthsstudentnan[ref]nannannan10nan
87/9/20 16:2766545522No, I am busypost docnan[refnannannan10nan
97/9/20 16:28522.542154No, I am busypost docnan[ref]nannannan10nan
107/9/20 16:28756.253167625Yes, in a few monthsfacultynan[refnannannan10nan

CREATE TABLE survey_mental_health (
  "unnamed_0" BIGINT,
  "timestamp" VARCHAR,
  "how_stressed_are_you_because_of_work" DOUBLE,
  "what_is_your_h_index" DOUBLE,
  "subjectivehappinessindex" VARCHAR,
  "at_what_age_did_you_got_tenure_type_0_if_not_yet" DOUBLE,
  "following_are_4_questions_about_subjective_happiness_1_36cb9279" DOUBLE,
  "n_2_compared_with_most_of_my_peers_i_consider_myself" DOUBLE,
  "n_3_some_people_are_generally_very_happy_they_enjoy_li_9e1400ac" DOUBLE,
  "n_4_some_people_are_generally_not_very_happy_although__5f026d1c" DOUBLE,
  "do_you_use_any_reference_management_tool_mendeley_zote_6ef0c9fa" DOUBLE,
  "would_you_like_to_help_in_a_next_survey" VARCHAR,
  "your_role_is" VARCHAR,
  "any_other_comments_suggestions_or_questions_you_d_add" VARCHAR,
  "ref" VARCHAR,
  "an_email_for_follow_up_in_a_few_months" VARCHAR,
  "before_we_start_the_survey_we_need_your_consent" VARCHAR,
  "would_you_like_to_help_in_a_next_survey_in_a_few_months_time" VARCHAR,
  "email" VARCHAR,
  "title_length_ceil10" DOUBLE,
  "subject_1" VARCHAR,
  "subject_2" VARCHAR,
  "subject_3" VARCHAR,
  "subject_4" VARCHAR
);