CBSE Class 12 Informatics Practices
Question 59 of 167
Python Pandas — I — Question 24
Back to all questionsAll of these
Reason — We can create a DataFrame object by passing data in many different ways, such as two-dimensional dictionaries (i.e., dictionaries having lists or dictionaries or ndarrays or series objects etc), two-dimensional ndarrays, series type object and another DataFrame object.