Python for Analytics

1234567891011
Across
  1. 3. A loop that continues until a condition is false
  2. 5. Python library for data analysis
  3. 7. A data structure that is unordered and mutable
  4. 9. Python function for input
  5. 10. Data type for true/false values
  6. 11. A type of loop that iterates over a sequence
Down
  1. 1. Visualization library of python
  2. 2. Library for numerical computation
  3. 4. Mutable data structure in Python
  4. 6. A data structure that stores key-value pairs
  5. 8. Immutable data structure in Python