Snippet of data taken for cleaning and analysis
The project has two stages:
- DATA CLEANING
- EXPLORATORY DATA ANALYSIS
- Delete duplicates.
- Remove extra spaces from columns that might have taken place while doing data entry.
- Treat null values and blanks.
- Remove entries with null values in the focus columns. e.g. here the database was about the count and percentage of laid off employees by different companies(their country, industry, funding stage mentioned as well) at particular dates.
- Finding the companies with highest lay offs by count as well as percentage.
- Finding the year with highest lay offs by count.
- Finding the stage at which the companies laid off its employess from max to min.
- Rolling total of laid off employees on each month and year from the beginning of the records
- Ranking the companies with highest to lowest layoffs amount
- Finding Top 5 companies ranked in order of most lay offs made over the course of database