Data Interview Qs - Creating a quick data pipeline

InterviewQs

Creating a quick data pipeline

Python Pandas Data Pipeline Chaining Functions Data Processing

Forward this email to a friend or colleague and challenge them to solve it.

Hi, 

Suppose you're given the following dataframe:

name gender age
0 Paul Male 23
1 Sean Male 35
2 Jenn Female 17

Using this data, write a data processing pipeline to perform the following actions to the data:

  • Groups the dataframe by a specified column and returns the mean age of the group
  • Converts the column name to uppercase

If you're using a Python, you can build the dataframe out using the below code:

                    

import pandas as pd

# Create empty dataframe

df = pd.DataFrame()

# Create columns

df['name'] = ['Paul', 'Sean', 'Jenn']

df['gender'] = ['Male', 'Male', 'Female']

df['age'] = [23, 35, 17]

# Preview dataframe

df.head()

Solution will be written in Python for premium users.




 

You’ve accumulated 352 questions since joining our email list. Create a premium account to access detailed solutions to each problem (including this one) + our new Case studies.


Was this email forwarded to you? You can join our list here to receive questions

How did you like today's question?

15411 Boischatel, Montreal, QC, H9H1Y7, Canada
Don't want to get these emails anymore? We'll forgive you if you unsubscribe

Older messages

Roman numeral to integer

Wednesday, September 28, 2022

Python, Algorithims, Data Structures, Arrays, InterviewQs Roman numeral to integer Python Algorithims Data Structures Arrays Forward this email to a friend or colleague and challenge them to solve it.

Probability density functions and gas prices

Monday, September 26, 2022

Probability, Probability Density Function, Statistics, InterviewQs Probability density functions and gas prices Probability Probability Density Function Statistics Forward this email to a friend or

Top keywords and advertisers

Friday, September 23, 2022

SQL, Database Querying, Window Function, Subquery, Self-Join, InterviewQs Top keywords and advertisers SQL Database Querying Window Function Subquery Self-Join Forward this email to a friend or

Survival time of heart patients

Wednesday, September 21, 2022

Python, Pandas, Data Visualization, Probability Distribution, Goodness of Fit, Maximum Likelihood Estimate, InterviewQs Survival time of heart patients Python Pandas Data Visualization Probability

Customized probability function

Monday, September 19, 2022

Python, Algorithms, Probability, Loops, Resampling, InterviewQs Customized probability function Python Algorithms Probability Loops Resampling Forward this email to a friend or colleague and challenge

You Might Also Like

[Incubator] Dates for our next Student Orientation and Demo Day

Wednesday, April 24, 2024

Also, here's the link to our last student demo day. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

Warning: Security Flaws Exposed Keystrokes of Over 1 Billion Chinese Keyboard App Users

Wednesday, April 24, 2024

THN Daily Updates Newsletter cover Webinar -- Uncovering Contemporary DDoS Attack Tactics -- and How to Fight Back Stop DDoS Attacks Before They Stop Your Business... and Make You Headline News.

Post from Syncfusion Blogs on 04/24/2024

Wednesday, April 24, 2024

New blogs from Syncfusion What's New in React Query Builder: 2024 Volume 1 By Satheeskumar S This blog explores the new features added to the Syncfusion React Query Builder in the 2024 Volume 1

Tesla's ride hailing app 🚗, Apple AI server chips 🤖, building a new city 🏙️

Wednesday, April 24, 2024

Tesla teased screenshots of its ride-hailing feature along with the release of its Q1 2024 financial results Sign Up |Advertise|View Online TLDR Together With Dollar Flight Club TLDR 2024-04-24 Save Up

AI search engine startup Perplexity eyes a $3B valuation

Tuesday, April 23, 2024

Plus: It's Tesla earnings day and AWS wants to host your AI models View this email online in your browser By Cody Corrall Tuesday, April 23, 2024 Welcome back to TechCrunch PM. Today we have big

🎞️ We Tried 3D Printing a Photo — You'll Love This Secret Samsung Galaxy Bluetooth Feature

Tuesday, April 23, 2024

Also: Transferring Your Phone Number to a New Carrier, and More! How-To Geek Logo April 23, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to

You're invited – product sense, prioritization, careers

Tuesday, April 23, 2024

Product Sense Product Sense Wednesday, May 1st @ 01:00 PM EST Learn how to identify opportunities, assess risks, and make informed decisions that lead to successful product innovations by better

CTRL-C, Exceptions, Ruff Speed-up, and More

Tuesday, April 23, 2024

Asyncio Handle Control-C (SIGINT) #626 – APRIL 23, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Asyncio Handle Control-C (SIGINT) When the user presses CTRL-C on the keyboard, the OS raises an

Writing Contests Just Landed On Product Hunt 🔥

Tuesday, April 23, 2024

Upvote us to keep the $$$ coming! 👍 ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ ͏ ‌  ͏ ‌  ͏ ‌  ͏ ‌ 

Daily Coding Problem: Problem #1421 [Hard]

Tuesday, April 23, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Uber. Given an array of integers, return a new array such that each element at index i