Saved Bookmarks
| 1. |
Which of the following attribute should be used while checking for type combination input and output?(a) .types(b) .type(c) .class(d) all of the mentionedThis question was posed to me in an online interview.I want to ask this question from NumPy in chapter Developing Data Products and Working with NumPy of Data Science |
|
Answer» CORRECT answer is (a) .types Explanation: Universal FUNCTIONS in NumPy are FLEXIBLE enough to have MIXED type SIGNATURES. |
|