if a dataframe is created using a 2D dictionary then the indexes row labeled are formed from
Answers
Answered by
2
Answer:
Hey mate,
here is your answer
When a DataFrame is created with a list of dictionaries, the columns are created from the keys of dictionary elements and detault indexes are assigned to mow's (0.1, 2, 3 ....) as you can see above. You can specify your own index labels through the index argument containing the now/index labels
Similar questions