1. What is the output of below code? import numpy as np a = np.array([[[1,2,3],[4,5,6]]]) print(a.ndim) Group of answer choices 1 (1,3) (2,3) 3     2. What is the output of below code? import numpy as np a = np.array([[1,2,3],[4,5,6]]) a[1,2] Group of answer choices 2 5 6   3. Which of the following feature is not provided by the Pandas module? Group of answer choices Merge and join the data sets Filter data using the condition Plot and visualize the data None of the above   4. Which of the following files pandas can read data from? (Select all that applies) Group of answer choices JSON HTML Excel   5. Which one is the data structure used in standard implementation of Breadth First Search? Group of answer choices Stack Queue Linked List

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question

1. What is the output of below code?

import numpy as np
a = np.array([[[1,2,3],[4,5,6]]])
print(a.ndim)
Group of answer choices
1
(1,3)
(2,3)
3
 
 
2. What is the output of below code?
import numpy as np
a = np.array([[1,2,3],[4,5,6]])
a[1,2]
Group of answer choices
2
5
6
 
3. Which of the following feature is not provided by the Pandas module?
Group of answer choices
Merge and join the data sets
Filter data using the condition
Plot and visualize the data
None of the above
 
4. Which of the following files pandas can read data from? (Select all that applies)
Group of answer choices
JSON
HTML
Excel
 
5. Which one is the data structure used in standard implementation of Breadth First Search?
Group of answer choices
Stack
Queue
Linked List
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT