Pandas DataFrame(2) - Combine dataframes

Quiz
•
Computers
•
12th Grade
•
Hard
Aswathy Krishnakumar
Used 58+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Among the following functions, which one uses patching the data method.
merge()
concat()
combine_first()
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Among the following functions, which one can be used to combine dataframes when they have similar structure.
combine_first
concat()
merge()
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
For the concat(), if the axis=1, it will join the dataframes ...............
vertically
horizontally
4.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which among these are correct for combine_first()?
All its empty values will be retained
only missing values are copied from other dataframe
all non-matching rows from other dataframe is copied
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
While we concat, if we do not want the mechanism for row indexes and want to have new row indexes generated from 0 to n-1, then we can give argument ignore_index as .............
False
True
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which function can be used to combine dataframes based on common fields?
merge()
combine_first()
concat()
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which function views dataframe in the form of vertical subset ie column wise?
iterrows()
iteritems()
8.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of the functions can be used to delete column/row from a DataFrame?
pop()
at()
drop()
iloc()
Similar Resources on Wayground
5 questions
Pandas Series

Quiz
•
12th Grade
7 questions
Pandas

Quiz
•
9th - 12th Grade
10 questions
GCSE Computer Science 9-1: Sorting Algorithms

Quiz
•
10th Grade - University
12 questions
Q4 Midterm Review 2025

Quiz
•
9th - 12th Grade
5 questions
Clase 2: Importación y Manipulación de Datos en R

Quiz
•
12th Grade
13 questions
Git & GitHub Quiz

Quiz
•
12th Grade
6 questions
AP CSP Extracting Information from Data (2.3)

Quiz
•
9th - 12th Grade
10 questions
Technical Terms - Hardware (A-Z) - Brouter

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade