Q1 Dev Ans
Q1 Dev Ans
Answer: Grouping datasets involves organizing data into categories based on one or more
attributes. The purpose is to apply aggregate functions to each group, making it easier to
analyze and compare subsets of the data.
Answer: To merge two datasets, you would align them based on a common key (or keys) and
combine them using a join operation, ensuring that the data in the key columns match and
handling any discrepancies such as missing values.
Construct a strategy for using a pivot table to analyze sales data by region and product.
: Design a basic workflow for merging and analyzing data from multiple sources.
Answer: A basic workflow for merging and analyzing data might include:
9. Visual aids are important in EDA because they help in understanding complex data
patterns, identifying trends and outliers, and communicating findings clearly through
graphical representation.