Home » Analyzing a tech sector layoff dataset in python

Analyzing a tech sector layoff dataset in python

Java SE 11 Developer (Upgrade) [1Z0-817]

In the last few years there has been a large amount of redundancies in the tech sector around the world and it keeps on going.

In this example we will look at a dataset with layoff data and we will use python and various libraries to analyze this data and display some information in graphs

Table of Contents

Code

As usual we will import the required libraries and analyse the data

This shows a lot of empty cells

company 0
location 0
industry 2
total_laid_off 799
percentage_laid_off 851
date 2
stage 6
country 0
funds_raised 248

Lets fill these with values and check again

company 0
location 0
industry 0
total_laid_off 0
percentage_laid_off 0
date 2
stage 0
country 0
funds_raised 0

Its always handy to visualize the data, here are some examples

Links

The examples are available from

You may also like

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More