Data Analysis - DSAC Activity

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