Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introduction to pandas Meet pandas Review DataFrame Creation

William Matheny
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
William Matheny
Python Development Techdegree Graduate 32,195 Points

I can't seem to get the right answer.

I am stuck on the one where it wants me to fill the blank in after 0, no matter what number seems reasonable I can't seem to get it right. I have watched the video over and over, I just need a little help.

1 Answer

Steven Parker
Steven Parker
229,708 Points

The question asks, "What is the missing keyword argument that will produce the same result?"

The term "keyword" is a clue that the answer will not be a number. If that clue doesn't give you an "Aha!" moment in itself, you might review the instruction page on Creating a Dataframe. There's a very similar example at the end of the "From a 2-dimensional object" section.