Code&Data Insights
[Google Data Analytics Professional Certificate] Analyze Data to Answer Questions 본문
[Google Data Analytics Professional Certificate] Analyze Data to Answer Questions
paka_corn 2023. 5. 20. 08:40[ The 4-Phases of Analysis ]
1) Organize data
2) Format and adjust data
3) Get input from others
4) Transfrom data ( make calculation based on the data, find the relationship )
[ Organize data ]
- Sorting
: Sort Sheet in spreadsheet
: ORDER BY in SQL
- Filtering
: WHERE in SQL
[ Data Formatting ]
- From one type to another
: CAST in SQL
: CONVERT in spreadsheet
[ Data validation ]
Data validation
: allows you to control what can and can't be entered in the worksheet
(cut down. data cleaning process!)
: Data validation In Spreadsheet
=> add dropdown lists with predetermined options
=> create custom checkboxes
=> protect structured datas and formulas
- Conditional formatting In Spreadsheet
(using color code!)
https://learntocodewith.me/posts/excel-skills/
https://exceljet.net/functions
https://www.slideshare.net/markjhonoxillo/advanced-spreadsheet-skills
[ Data Aggregation ]
Data aggregation : the process of gathering data from multiple sources in order to combine it into a single summarized collection
< VLOOKUP - for Data Aggregation in spreadsheet >
VLOOKUP : it searches for a certain value in a spreadsheet column and returns a corresponding piece of information from the row in which the searched value is found.
- Populating data in a spreadsheet
- Merging data from one spreadsheet with data in another
https://www.youtube.com/watch?v=d3BYVQ6xIE4
[ ]