Data Analysis With Python Quiz 2
Data Analysis With Python Quiz 2
Q No: 1
Marks: 2/2
demo_array
demo_array <3
demo_array[demo_array <6]
np.max(demo_array)
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
array([True, True, True, False, False, False, False, False, False, False ])
array([0, 1, 2, 3, 4, 5])
10
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
array([True, True, True, False, False, False, False, False, False, False ])
array([1, 2, 3, 4, 5])
9
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
array([True, True, True, True, False, False, False, False, False, False ])
array([0, 1, 2, 3, 4])
9
array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
array([True, True, True, False, False, False, False, False, False, False ])
array([0, 1, 2, 3, 4, 5])
9
Q No: 2
Marks: 2/2
This study source was downloaded by 100000888762090 from CourseHero.com on 08-12-2024 05:24:22 GMT -05:00
https://www.coursehero.com/file/131169176/Python-for-Data-Science-Quiz-2docx/
o array([[35, 74],
[37, 37],
[39, 93]])
o array([[23,74],
[37, 37]])
o array([[13, 23]])
Q No: 3
Marks: 2/2
o array = ([101])
o array = ([101, 101, 101, 101, 101, 101, 101])
o array = (101)
o array = [(101, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20)]
Q No: 4
Marks: 2/2
o pd.read_excel("filename")
o read_excel("filename")
o pd.load("filename")
o pd.excel("filename")
This study source was downloaded by 100000888762090 from CourseHero.com on 08-12-2024 05:24:22 GMT -05:00
https://www.coursehero.com/file/131169176/Python-for-Data-Science-Quiz-2docx/
Q No: 5
Marks: 2/2
If Dataframe =
This study source was downloaded by 100000888762090 from CourseHero.com on 08-12-2024 05:24:22 GMT -05:00
https://www.coursehero.com/file/131169176/Python-for-Data-Science-Quiz-2docx/
Powered by TCPDF (www.tcpdf.org)