Comprehensive Data Analyst Interview Guide
Comprehensive Data Analyst Interview Guide
SQL Query:
SELECT MAX(salary)
FROM employees
- LEFT JOIN: All records from the left table and matched records from the right.
- RIGHT JOIN: All records from the right table and matched records from the left.
FROM sales_data
GROUP BY region;
import pandas as pd
import statistics
data = [1, 2, 3, 4, 5, 5]
4. Handling Outliers:
- Example: "I created a dashboard in Tableau to visualize sales trends for the marketing team using
- Double-check calculations.
- In Python: df.drop_duplicates()