Business Data Analytics 03

1234567891011121314151617181920
Across
  1. 1. Function used to read SQL query results into pandas
  2. 6. Function used to remove rows or columns from a DataFrame
  3. 7. Anonymous function written in a single line
  4. 10. Method used to replace missing values in data
  5. 11. Python library used to connect with PostgreSQL
  6. 12. Position-based data selection method in pandas
  7. 14. Python library used for data analysis and working with DataFrames
  8. 16. Open-source relational database system
  9. 19. Used to combine DataFrames vertically or horizontally
  10. 20. Term used to represent missing or empty values
Down
  1. 2. Method used to apply function element-wise
  2. 3. Library used for database connection and ORM in Python
  3. 4. Function used to detect missing values
  4. 5. Method used to group data for aggregation
  5. 8. Used to combine DataFrames based on common columns
  6. 9. Repeated rows found in a dataset
  7. 13. File format where values are separated by commas
  8. 15. Method used to apply a function to rows or columns
  9. 17. Spreadsheet file format often used for storing data
  10. 18. Label-based data selection method in pandas