Files
freeCodeCamp/curriculum/challenges/japanese/08-data-analysis-with-python/data-analysis-with-python-course/introduction-to-data-analysis.md
2023-02-20 20:31:01 +01:00

45 lines
1.0 KiB
Markdown

---
id: 5e9a093a74c4063ca6f7c14c
title: データ分析入門
challengeType: 11
videoId: VJrP2FUzKP0
bilibiliIds:
aid: 378034466
bvid: BV19f4y1c7nu
cid: 409001487
dashedName: introduction-to-data-analysis
---
# --description--
データ分析とは、加工されていない乱雑なデータを、整理したり、変換したり、操作したり、検査したりして、その本質が見える有益な情報に変える活動のことです。
その他のリソース:
\- <a href="https://www.freecodecamp.org/news/what-is-data-analysis/" rel="noopener noreferrer nofollow">ニュース記事</a>
# --question--
## --text--
次のうち、データ分析の一部**ではない**ことはどれですか?
## --answers--
統計モデルの構築とデータ可視化。
---
分析のために望ましい結論を選ぶこと。
---
不正な値を修正し、無効なデータを削除すること。
---
データを適切なデータ構造に変換すること。
## --video-solution--
2