General
Getting Started with Excel for Data Analytics: From Basics to Data Cleaning.
vivian wawira Dev.to (EN Zone)
2 views
Introduction to excel
Microsoft Excel is a spreadsheet that allows one to collect, organize, analyze ,calculate and visualize data in a more efficient manner. When you open excel the first thing you see is a toolbar known as a ribbon, it contains toolbars with various options that helps to make changes on any data presented on the worksheet
Excel workbook
The excel work book has a worksheet that is made of rows and columns, the rows run horizontally and are numbered(1,2,3...) while the columns run vertically and are named with letters (A,B,B...).On an excel workbook there are several work sheet that you can work from and your required to name each worksheet for easier reference.
Data Cleaning
Data cleaning is an essential step in data analytics. Before any data is analyzed data cleaning must be done to ensure data is accurate and reliable. Data cleaning involves commands like filter, sort, remove duplicates, correct UPPER case, Lower case or Proper case, Aggregating etc. This clean data helps create correct pivot chart and tables and dashboards for better decision making.
common dirty data that could be found when data cleaning
1. Duplicates
Duplicate rows that repeat the same employee.
Fix: Select all data → Go to Data tab → Click Remove Duplicates.
2. Irregular Capitalization
Names and departments written in different cases like NAIROBI, nairobi, Nairobi.
Fix: Use =PROPER() for names or =UPPER() / =LOWER() to make it consistent.
3. Missing Data / Blanks
Some cells were empty, e.g., blank Department or Salary.
4. Inconsistency in Text
Same location or job written differently:
Locations: nainobbi, Nairobi, NAIROBI
Jobs: waitre, waitress, watrss
Fix: Use Find & Replace (Ctrl + H) or clean with TRIM() and PROPER().
Conclusion
Excel is an exciting Microsoft tool that helps us understand how and why things happened . It helps to analyze data and identify problems, progress or solutions. With data cleaning in Excel you able to create correct pivot tables and dashboards for better decision making.
Read original: https://dev.to/vivian_wawira_fd491c80596/getting-started-with-excel-for-data-analytics-from-basics-to-data-cleaning-1ida
← Previous
Building BlockMyBlocks: A balance game for all ages
Next →
Does an LSP help a coding agent?
Related
What should a call button do on laptops?
General
2
Reddit r/webdev
A Invisibilidade dos devs angolanos
General
5
Dev.to (EN Zone)
Automatic Key Exchange: faster, post-quantum secure origin handshakes for 45 billion daily connections (and counting)
General
3
Cloudflare Blog
What Is Your Process Refactoring Legacy Code?
General
6
Reddit r/webdev
Comments0
No comments yet — be the first