Across
- 4. Exploratory Data Analysis (abbreviation)
- 5. Most frequently occurring value
- 6. Type of plot showing data points
- 10. It's a type of visual representation chart
- 11. Popular language for data analysis
- 12. Average of 1,3,5,7 (along with code)
- 13. Refers to how data is spread across values
- 14. Language for managing databases
- 15. Anomalous data point far from others
Down
- 1. Collection of data
- 2. An SQL function >> Write a SQL query to find the total number of employees in the 'employees' table. (along with code)
- 3. Statistical method to model relationships
- 4. Output of <<data = {'A': [12, 18, 37], 'B': [4, 5, 6]}; df = pd.DataFrame(data); print(df['A'].median())>>
- 7. Measures the relationship between variables
- 8. Python library for data manipulation
- 9. Measure of data spread
