Files
freeCodeCamp/curriculum/challenges/ukrainian/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-a.md
2023-08-14 21:37:40 +05:30

48 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: 5e9a093a74c4063ca6f7c14d
title: 'Аналіз даних: приклад А'
challengeType: 11
videoId: nVAaxZ34khk
bilibiliIds:
aid: 590571151
bvid: BV1sq4y1f7gr
cid: 409002372
dashedName: data-analysis-example-a
---
# --description--
*Замість використаного у відеоматеріалі notebooks.ai можна користуватись блокнотом Google Colab.*
Додаткові ресурси:
- <a href="https://github.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-ample" target="_blank" rel="noopener noreferrer nofollow">Блокноти на GitHub</a>
- <a href="https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb" target="_blank" rel="noopener noreferrer nofollow">Як відкрити блокноти з GitHub, використовуючи Google Colab.</a>
# --question--
## --text--
На що вказує форма таблиці даних?
## --answers--
Розмір завантаженої в пам’ять таблиці даних (в гігабайтах).
---
Кількість рядків та стовпчиків у таблиці даних.
---
Кількість рядків у вхідних даних перед завантаженням.
---
Кількість стовпчиків у вхідних даних перед завантаженням.
## --video-solution--
2