MCQS
1. -----------, read data from a JSON string representation.
a) \( \text{read_csv} \)
b) \( \text{read_json} \)
c) \( \text{read_table} \)
d) \( \text{read_excel} \)
2. dropna() will drop only individual values from the followingDataFrame:
pd.DataFrame([[1, np.nan, 2],[2, 3,5],[np.nan, 4, 6]])
a) True
b) False
MCQS 1. -----------, read data from a JSON string representation. a) \( \text{read_csv} \) b) \( \text{read_json} \) c)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am