Data Analytics with Python Week – 0
1) What are the key features of python language?
Object- oriented
Concise and simple
Ans – Both of the above
None of the above
2) State true or false
Statement: List in python is immutable but tupple is mutable
True
Ans – False
3) For getting 3rd, 4th & 6th row of a datafile “df”in Python programming, we can write:
Ans – df.loc[[2,3,5]]
df.loc[[3,4,5]]
df.iloc[3,4,6]
None of the above
4)Bar Charts are used for :
Continuous data
Ans – Categorical data
Both (a) & (b)
None of the above
Please click here for the Assignment for Week 1 – Data Analytics with Python