SMALL
- Wide data subjects can have data in multiple columns.
- Long data subjects can have multiple rows that hold the values of subject attributes.
Here are examples of wide and long data formats using a dataset of student test scores:
Wide data format:
Student Name | ID Number | Math Score | English Score | Science Score |
---|---|---|---|---|
Alice | 1 | 90 | 85 | 95 |
Bob | 2 | 80 | 75 | 85 |
Charlie | 3 | 70 | 65 | 75 |
In this wide data format, each row represents a single student, and the columns represent the student's name, ID number, and test scores in different subjects.
Long data format:
Student Name | ID Number | Subject | Test Score |
---|---|---|---|
Alice | 1 | Math | 90 |
Alice | 1 | English | 85 |
Alice | 1 | Science | 95 |
Bob | 2 | Math | 80 |
Bob | 2 | English | 75 |
Bob | 2 | Science | 85 |
Charlie | 3 | Math | 70 |
Charlie | 3 | English | 65 |
Charlie | 3 | Science | 75 |
In this long data format, each row represents a single test score for a single student, with columns for the student's name, ID number, subject, and test score.
Googld Advanced Data Analytics | Foundations of Data Science | Week 1 Quiz
'IT.모바일 > 배움' 카테고리의 다른 글
베어유 러닝크루 10기 파이썬 자동매매 프로그램 후기 (0) | 2023.07.14 |
---|---|
태블로 제품군, 공부법, Public 설치, 파일 데이터 연결 | Ch2 [초급] 세계 3등에게 배우는 실무 밀착 데이터 시각화 | 패스트캠퍼스 (0) | 2023.06.30 |
태블로를 쓰는 이유 (0) | 2023.06.26 |
베어유러닝크루 6일차 [파이썬자동매매] 6강 수많은 프로그래밍 언어 (0) | 2023.06.23 |
베어유러닝크루 5일차 [파이썬자동매매] 5강 라이브러리, 프레임워크, API 개념 (0) | 2023.06.22 |
댓글