Files

48 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

---
id: 5e9a093a74c4063ca6f7c14d
title: 数据分析 案例 A
challengeType: 11
videoId: nVAaxZ34khk
bilibiliIds:
aid: 590571151
bvid: BV1sq4y1f7gr
cid: 409002372
dashedName: data-analysis-example-a
---
# --description--
*在视频中我们使用的编辑器工具是在 notebook.ai 这个平台,你也可以选择用其他的平台,比如说 Google Colab 也是一个不错的选择。*
更多资料:
- [在 GitHub 平台的 Notebooks](https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example)
- [如何使用 Google Colab 来打开 GitHub 上的 Notebooks](https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb)
# --question--
## --text--
数据框架的形状表示了什么意义?从中我们又能够了解到什么?
## --answers--
我们加载到内存中的数据帧大小为千兆字节。
---
我们的数据框架有多少行和多少列?
---
在加载数据前,源数据中有多少行?
---
在加载数据前,源数据中有多少列?
## --video-solution--
2