Data Analysis Example A, Shape Property of DataFrames (#38654)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
ef79ddd0de
commit
ded962ef9e
@ -14,12 +14,13 @@ videoId: nVAaxZ34khk
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
question:
|
question:
|
||||||
text: Question
|
text: 'What does the shape of our dataframe tell us?'
|
||||||
answers:
|
answers:
|
||||||
- one
|
- 'The size in gigabytes the dataframe we loaded into memory is.'
|
||||||
- two
|
- 'How many rows and columns our dataframe has.'
|
||||||
- three
|
- 'How many rows the source data had before loading.'
|
||||||
solution: 3
|
- 'How many columns the source data had before loading.'
|
||||||
|
solution: 2
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user