Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

What is the purpose of np . array in the below code? a = [ 6 . 1 , 5 . 8 , 5 .

What is the purpose of np.array in the below code?
a=[6.1,5.8,5.97,5.43,7.34,8.67,6.55,3.66,2.31,6.84]
b=[2.5,3.19,2.26,3.17,8.17,2.76,5.22,9.82,3.95,8.38]
npa=np.array(a)
npb=np.array(b)
To measure the length of two lists
To move data from 'a' to 'b'
Convert the lists 'a' and 'b' to a NumPy array
to change the code from wide to long
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions