Home »
Python »
Python Pandas MCQs
Amongst which of the following can be used to create various inputs using pandas DataFrame
10. Amongst which of the following can be used to create various inputs using pandas DataFrame.
- Lists, dict
- Series
- Numpy ndarrays and Another DataFrame
- All of the above mentioned
Answer: D) All of the above mentioned
Explanation:
A pandas DataFrame can be created using various inputs like Lists, dict, Series, Numpy ndarrays, Another DataFrame.