PYTHON

12345678910
Across
  1. 1. Operation used in **MySQL** to combine rows from multiple tables.
  2. 5. Process of organizing data in a database to reduce redundancy.
  3. 7. An organized collection of related data.
  4. 9. Process of connecting **Python** with **MySQL**.
  5. 10. Comma Separated Values file format used to store tabular data.
Down
  1. 2. A Python library used for numerical computing and arrays.
  2. 3. A field that uniquely identifies each record in a table.
  3. 4. A two-dimensional labeled data structure in the **Pandas** library.
  4. 6. A library in **Python** used for data visualization.
  5. 8. A one-dimensional labeled array used in **Pandas**.