NYC Data Science Academy| Blog
Bootcamps
Lifetime Job Support Available Financing Available
Bootcamps
Data Science with Machine Learning Flagship 🏆 Data Analytics Bootcamp Artificial Intelligence Bootcamp New Release 🎉
Free Lesson
Intro to Data Science New Release 🎉
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook Graduate Outcomes Must See 🔥
Alumni
Success Stories Testimonials Alumni Directory Alumni Exclusive Study Program
Courses
View Bundled Courses
Financing Available
Bootcamp Prep Popular 🔥 Data Science Mastery Data Science Launchpad with Python View AI Courses Generative AI for Everyone New 🎉 Generative AI for Finance New 🎉 Generative AI for Marketing New 🎉
Bundle Up
Learn More and Save More
Combination of data science courses.
View Data Science Courses
Beginner
Introductory Python
Intermediate
Data Science Python: Data Analysis and Visualization Popular 🔥 Data Science R: Data Analysis and Visualization
Advanced
Data Science Python: Machine Learning Popular 🔥 Data Science R: Machine Learning Designing and Implementing Production MLOps New 🎉 Natural Language Processing for Production (NLP) New 🎉
Find Inspiration
Get Course Recommendation Must Try 💎 An Ultimate Guide to Become a Data Scientist
For Companies
For Companies
Corporate Offerings Hiring Partners Candidate Portfolio Hire Our Graduates
Students Work
Students Work
All Posts Capstone Data Visualization Machine Learning Python Projects R Projects
Tutorials
About
About
About Us Accreditation Contact Us Join Us FAQ Webinars Subscription An Ultimate Guide to
Become a Data Scientist
    Login
NYC Data Science Acedemy
Bootcamps
Courses
Students Work
About
Bootcamps
Bootcamps
Data Science with Machine Learning Flagship
Data Analytics Bootcamp
Artificial Intelligence Bootcamp New Release 🎉
Free Lessons
Intro to Data Science New Release 🎉
Find Inspiration
Find Alumni with Similar Background
Job Outlook
Occupational Outlook
Graduate Outcomes Must See 🔥
Alumni
Success Stories
Testimonials
Alumni Directory
Alumni Exclusive Study Program
Courses
Bundles
financing available
View All Bundles
Bootcamp Prep
Data Science Mastery
Data Science Launchpad with Python NEW!
View AI Courses
Generative AI for Everyone
Generative AI for Finance
Generative AI for Marketing
View Data Science Courses
View All Professional Development Courses
Beginner
Introductory Python
Intermediate
Python: Data Analysis and Visualization
R: Data Analysis and Visualization
Advanced
Python: Machine Learning
R: Machine Learning
Designing and Implementing Production MLOps
Natural Language Processing for Production (NLP)
For Companies
Corporate Offerings
Hiring Partners
Candidate Portfolio
Hire Our Graduates
Students Work
All Posts
Capstone
Data Visualization
Machine Learning
Python Projects
R Projects
About
Accreditation
About Us
Contact Us
Join Us
FAQ
Webinars
Subscription
An Ultimate Guide to Become a Data Scientist
Tutorials
Data Analytics
  • Learn Pandas
  • Learn NumPy
  • Learn SciPy
  • Learn Matplotlib
Machine Learning
  • Boosting
  • Random Forest
  • Linear Regression
  • Decision Tree
  • PCA
Interview by Companies
  • JPMC
  • Google
  • Facebook
Artificial Intelligence
  • Learn Generative AI
  • Learn ChatGPT-3.5
  • Learn ChatGPT-4
  • Learn Google Bard
Coding
  • Learn Python
  • Learn SQL
  • Learn MySQL
  • Learn NoSQL
  • Learn PySpark
  • Learn PyTorch
Interview Questions
  • Python Hard
  • R Easy
  • R Hard
  • SQL Easy
  • SQL Hard
  • Python Easy
Data Science Blog > R Visualization > What Can Baby Names Tell Us About Our Narcissism Epidemic?

What Can Baby Names Tell Us About Our Narcissism Epidemic?

Jielei (Emma) Zhu
Posted on Jul 24, 2016

Introduction:

How might baby names lead to narcissism?

Imagine you are walking down the street when someone calls out your name. You turn around finding a girl that looks familiar–you know you guys have met but you can't remember where. She starts chatting with you and it is obvious that she remembers you well. But you still can't remember where you last saw her or things that you guys talked about. She reminds you that you two met at a party two years ago. That's helpful but you have been to too many parties and have met even more people at those parties, so you are still clueless. Then she says her name is Augustine. Augustine! Of course, you think to yourself. Now everything starts to come back to you because you have met only one Augustine in your life.

Now imagine the exact same scenario–same girl, same clothes, same place–only this time the girl's name is Emma. She also says you guys met at a party two years ago. You try to think back to the dozens of Emma's you have met and connect the name and her face to one of those parties. Clearly, you will have a much better chance of recalling where you guys met when the girl's name is Augustine than when the girl's name is Emma. But your memory is the same, and so is the girl. The only difference is the girl's name. Specifically, the uniqueness of the girl's name. The more unique, the more memorable.

Now imagine you are Augustine, you notice that everybody that you have talked to throughout your life almost always remembers you, even years later. How might that make you feel? Attractive maybe? Important? However you may feel, you probably feel good about yourself, and perhaps feel more special than Emma. Over time, you may find yourself on your way to narcissism.

What is the Narcissism Epidemic?

Narcissism Epidemic is defined by Professor Twenge from University of California, Santa Barbara. According to one of Professor Twenge's studies, college students in the 2000s reported significantly higher narcissism scores than college students in the 1980s as measured by the Narcissistic Personality Inventory[1]. Additionally, 82% of surveyed high school and college students in 2013 reported “being very well off financially” was an important life goal whereas in the early 70’s, only 45% said so. "[B]eing very well off financially" was termed an indicator of materialism by Scientist, and it was found to be correlated with narcissism. Hence, professor Twenge stated that we are experiencing a Narcissism Epidemic, where an average American is more narcissistic now than before.

What is the motivation for this visualization project?

In connecting the dots between memorable names making us feel more narcissistic and the idea of a Narcissism Epidemic, I hypothesized that there might be an increasing trend in the number of memorable names given to babies that could have contributed to the increasing trend in our narcissism scores.

In order to test my theory, I need to visualize how the number of memorable names changed over the years. However, memorableness is intangible,  therefore hard to quantify. So, instead of measuring memorableness directly,  I defined 3 constructs that helps me measure memorableness indirectly. The constructs are:

  1. Names that are shared with less people are more memorable (e.g. "Augustine" vs. "Emma")
  2. Longer names are more memorable (e.g. "Michelangelo"  vs. "David")
  3. Names that are usually associated with the opposite gender are more memorable (e.g. a girl named "Jordan" vs. a boy named "Jordan")

Dataset:

I collected two baby-name datasets from Kaggle.com (originally from Data.gov). The first dataset ("Baby names across U.S.") contains all baby names across the U.S., ordered by year, gender, and the number of occurrences per year. The second dataset ("Baby names by state") contains the same information as the first dataset with an extra attribute: state. For the purpose of this project, only names from 1914 and 2014 are considered, leaving the first dataset containing roughly 200k entries and the second dataset containing 600k entries.

Figure 1: Sample data from "Baby names by state" file

In addition to baby name datasets, I collected a national population dataset from Census.gov. This dataset contains U.S. population counts for the years mentioned above (i.e. 1914 to 2014) .

Visualisation Through Hypotheses:

1. Are parents giving their babies names that are shared by few others?

To test this hypothesis, I plotted the number of names with unique spellings for each year from 1914 to 2014 (Figure 2). At first glimpse, we can see that there is a clear upward trend in the number of names with unique spellings, which may suggest that parents are giving their babies names that few others have. However, if our population has been growing at a faster rate than the number of unique names, the opposite of what I expected would be true, which is that parents are giving their babies names that are shared with more people. Therefore, we ought to examine the population data.

unique_baby

Figure 2: The number of baby names with unique spellings for year 1914 through year 2014.

As expected, the U.S. population has been increasing for the past 100 years (Figure 3). So, the question is: which trend is increasing faster? The number of unique baby names or population?

population_line

Figure 3: U.S. population from 1914 to 2014

To ensure the number of unique baby names and population data is comparable, I normalized both of them so they ranged from 0 to 1. In Figure 4, it seems the number of unique baby names increases at a faster rate than the population. But how does it translate to the number of people sharing the same name? To answer this question, I plotted the ratio of population over the number of unique names.

name_against_population

Figure 4: Normalised number of unique names is plotted against normalised population from 1914 to 2014

Based on this plot (Figure 5), it is clear that fewer and fewer people are sharing the same name nowadays. In fact, the population per name in the early 1970s has gone down by nearly a half by the late 2000s.

Screen Shot 2016-07-24 at 4.25.08 PM

Figure 5: Population divided by the number of unique names for each year from 1914 to 2014

2. Are parents giving their babies longer names?

The previous figures show that there are more names being created every year and babies seem to share names with fewer and fewer people over the years. Now, you may wonder how those names are created. After all, there are only so many combinations of the English alphabet, and if you think of all the Indian and Chinese names that you have tried to pronounce but couldn't, you know that some of the combinations will never get picked. So, is it possible that parents are coming up with names that have more letters? For instance, instead of "Mike", parents choose "Michael"?

And here is what the data shows: not really. The average length of baby names from 1914 to 2014 has stayed a little above 6 throughout the years (Figure 6).

average_length

Figure 6: Average length of baby names for the year 1914 to the year 2014

So we know that there are still more combinations of 6-letter names that have not been used (there are in total 24^6 possible combinations, which is about 200 million). But are there any interesting patterns or are parents coming up with new names more or less randomly? After some inspections of the data, I found one pattern that stood out: remember the last time when someone introduced himself/herself to you, and you think you know how to spell the name, but the person says "but is spelled with 2 e's" or something like that? Apparently, this is a thing--parents are giving their babies common-sounding names with uncommon spellings. To show you what I mean, here is an example from the data:

Screen Shot 2016-07-24 at 11.58.30 PM

You must be wondering why parents are doing this. While the exact reasons may be hard to pin down, but how about this answer: parents are trying to make their children more memorable by giving them unique-spelling names.

3. Are parents giving their babies names that are usually associated with the opposite gender?

As defined earlier, a name may be memorable because it is shared by fewer people, or is spelled with more letters, or is usually associated with the opposite gender. We have examined the data for the first two constructs and have found people nowadays do share names with fewer people, but they are not getting longer names. Now, let's see if boys and girls nowadays share more names than they did in the past. In Figure 7, we see that it is indeed the case: the number of gender-neutral names is increasing monotonically for the past decades.

gender_neutral

Figure 7: The number of different names that are given to both boys and girls for each year from 1914 to 2014

Conclusions:

After visualizing the U.S. baby name dataset and the U.S. population dataset from 1914 to 2014, I found that

  1. Babies born in recent years are sharing names with fewer people than babies born decades ago
  2. Babies born in 1914 got names that were on average 6-letters long. This phenomenon repeated itself for the past 100 years.
  3. Babies today are sharing more names with the opposite gender than babies did 100 years ago

In conclusion, parents are giving their babies more memorable names now because those names are 1) shared by fewer people and 2) usually associated with the opposite gender. This trend is similar to the increasing trend in our narcissism scores, suggesting a relationship between the two.

In the future, I would like to obtain data on Americans' narcissism scores, so the exact correlation between memorableness of baby names and narcissism scores can be quantified.

Reference:

[1]: L. M. (2014, May 16). Research says young people today are more narcissistic than ever. Retrieved July 18, 2016, from http://www.abc.net.au/radionational/programs/allinthemind/young-people-today-are-more-narcissistic-than-ever/5457236

About Author

Jielei (Emma) Zhu

Emma (Jielei) Zhu graduated from New York University in May 2016 with a B.A. in Computer Science and Psychology and a minor in Mathematics. In school, Emma was able to explore her interests to the fullest by taking...
View all posts by Jielei (Emma) Zhu >

Leave a Comment

Cancel reply

You must be logged in to post a comment.

Baby Names and Our Narcissism Epidemic | Open Data Science August 26, 2016
[…] Contributed by Jielei (Emma) Zhu. She takes the NYC Data Science Academy 12 week full time Data Science Bootcamp program from July 5th to September 22nd, 2016. This post is based on their first class project – the Exploratory Data Analysis Visualization Project, due on the 2nd week of the program. You can find the original article here. […]

View Posts by Categories

All Posts 2399 posts
AI 7 posts
AI Agent 2 posts
AI-based hotel recommendation 1 posts
AIForGood 1 posts
Alumni 60 posts
Animated Maps 1 posts
APIs 41 posts
Artificial Intelligence 2 posts
Artificial Intelligence 2 posts
AWS 13 posts
Banking 1 posts
Big Data 50 posts
Branch Analysis 1 posts
Capstone 206 posts
Career Education 7 posts
CLIP 1 posts
Community 72 posts
Congestion Zone 1 posts
Content Recommendation 1 posts
Cosine SImilarity 1 posts
Data Analysis 5 posts
Data Engineering 1 posts
Data Engineering 3 posts
Data Science 7 posts
Data Science News and Sharing 73 posts
Data Visualization 324 posts
Events 5 posts
Featured 37 posts
Function calling 1 posts
FutureTech 1 posts
Generative AI 5 posts
Hadoop 13 posts
Image Classification 1 posts
Innovation 2 posts
Kmeans Cluster 1 posts
LLM 6 posts
Machine Learning 364 posts
Marketing 1 posts
Meetup 144 posts
MLOPs 1 posts
Model Deployment 1 posts
Nagamas69 1 posts
NLP 1 posts
OpenAI 5 posts
OpenNYC Data 1 posts
pySpark 1 posts
Python 16 posts
Python 458 posts
Python data analysis 4 posts
Python Shiny 2 posts
R 404 posts
R Data Analysis 1 posts
R Shiny 560 posts
R Visualization 445 posts
RAG 1 posts
RoBERTa 1 posts
semantic rearch 2 posts
Spark 17 posts
SQL 1 posts
Streamlit 2 posts
Student Works 1687 posts
Tableau 12 posts
TensorFlow 3 posts
Traffic 1 posts
User Preference Modeling 1 posts
Vector database 2 posts
Web Scraping 483 posts
wukong138 1 posts

Our Recent Popular Posts

AI 4 AI: ChatGPT Unifies My Blog Posts
by Vinod Chugani
Dec 18, 2022
Meet Your Machine Learning Mentors: Kyle Gallatin
by Vivian Zhang
Nov 4, 2020
NICU Admissions and CCHD: Predicting Based on Data Analysis
by Paul Lee, Aron Berke, Bee Kim, Bettina Meier and Ira Villar
Jan 7, 2020

View Posts by Tags

#python #trainwithnycdsa 2019 2020 Revenue 3-points agriculture air quality airbnb airline alcohol Alex Baransky algorithm alumni Alumni Interview Alumni Reviews Alumni Spotlight alumni story Alumnus ames dataset ames housing dataset apartment rent API Application artist aws bank loans beautiful soup Best Bootcamp Best Data Science 2019 Best Data Science Bootcamp Best Data Science Bootcamp 2020 Best Ranked Big Data Book Launch Book-Signing bootcamp Bootcamp Alumni Bootcamp Prep boston safety Bundles cake recipe California Cancer Research capstone car price Career Career Day ChatGPT citibike classic cars classpass clustering Coding Course Demo Course Report covid 19 credit credit card crime frequency crops D3.js data data analysis Data Analyst data analytics data for tripadvisor reviews data science Data Science Academy Data Science Bootcamp Data science jobs Data Science Reviews Data Scientist Data Scientist Jobs data visualization database Deep Learning Demo Day Discount disney dplyr drug data e-commerce economy employee employee burnout employer networking environment feature engineering Finance Financial Data Science fitness studio Flask flight delay football gbm Get Hired ggplot2 googleVis H20 Hadoop hallmark holiday movie happiness healthcare frauds higgs boson Hiring hiring partner events Hiring Partners hotels housing housing data housing predictions housing price hy-vee Income industry Industry Experts Injuries Instructor Blog Instructor Interview insurance italki Job Job Placement Jobs Jon Krohn JP Morgan Chase Kaggle Kickstarter las vegas airport lasso regression Lead Data Scienctist Lead Data Scientist leaflet league linear regression Logistic Regression machine learning Maps market matplotlib Medical Research Meet the team meetup methal health miami beach movie music Napoli NBA netflix Networking neural network Neural networks New Courses NHL nlp NYC NYC Data Science nyc data science academy NYC Open Data nyc property NYCDSA NYCDSA Alumni Online Online Bootcamp Online Training Open Data painter pandas Part-time performance phoenix pollutants Portfolio Development precision measurement prediction Prework Programming public safety PwC python Python Data Analysis python machine learning python scrapy python web scraping python webscraping Python Workshop R R Data Analysis R language R Programming R Shiny r studio R Visualization R Workshop R-bloggers random forest Ranking recommendation recommendation system regression Remote remote data science bootcamp Scrapy scrapy visualization seaborn seafood type Selenium sentiment analysis sentiment classification Shiny Shiny Dashboard Spark Special Special Summer Sports statistics streaming Student Interview Student Showcase SVM Switchup Tableau teachers team team performance TensorFlow Testimonial tf-idf Top Data Science Bootcamp Top manufacturing companies Transfers tweets twitter videos visualization wallstreet wallstreetbets web scraping Weekend Course What to expect whiskey whiskeyadvocate wildfire word cloud word2vec XGBoost yelp youtube trending ZORI

NYC Data Science Academy

NYC Data Science Academy teaches data science, trains companies and their employees to better profit from data, excels at big data project consulting, and connects trained Data Scientists to our industry.

NYC Data Science Academy is licensed by New York State Education Department.

Get detailed curriculum information about our
amazing bootcamp!

Please enter a valid email address
Sign up completed. Thank you!

Offerings

  • HOME
  • DATA SCIENCE BOOTCAMP
  • ONLINE DATA SCIENCE BOOTCAMP
  • Professional Development Courses
  • CORPORATE OFFERINGS
  • HIRING PARTNERS
  • About

  • About Us
  • Alumni
  • Blog
  • FAQ
  • Contact Us
  • Refund Policy
  • Join Us
  • SOCIAL MEDIA

    © 2025 NYC Data Science Academy
    All rights reserved. | Site Map
    Privacy Policy | Terms of Service
    Bootcamp Application