DATA HANDLING USING PANDAS - SERIES

1234567891011121314
Across
  1. 4. – Function used to perform multiplication between Series
  2. 5. – Result obtained when a value is unknown or missing
  3. 7. – Data structure that can be used to create a Series with keys as index
  4. 9. – Parameter used to replace missing values during operations
  5. 11. – Attribute that gives the total number of elements
  6. 13. – Labels used to identify elements in a Series
  7. 14. – Attribute that shows the data type of elements in a Series
Down
  1. 1. – Library on which Pandas is built for numerical operations
  2. 2. – Python library used for data manipulation and analysis
  3. 3. – Technique used to extract a subset of data from a Series
  4. 6. – Function that returns the last few elements of a Series
  5. 8. – Attribute used to assign a name to the Series
  6. 10. – Attribute that checks if the Series contains data or not
  7. 11. – One-dimensional labeled array capable of holding data of any type
  8. 12. – Function that returns the first few elements of a Series