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