DEV Community

a.infosecflavour
a.infosecflavour

Posted on

Working with DataFrames in Pandas

HellO!👋

Today I'm back with a new notebook which demonstrates a way of working with data in Jupyter.

Source file

I downloaded the dataset from
Kaggle a platform to find real-world data and connect with other data enthusiasts.
There you will find an incredible collection of datasets and projects and you can also participate in competitions.

Short evidence of the work

img

clean

After I returned a concise summary of the dataframe I performed the cleaning of data, to get my data into a usable and consistent format for analysis

astype() method is used to convert a pandas object to a specified data type.

I used fillna(0) to get rid of the error that initially appeared. Try it yourself!

Where is the rest of the work? 💭

You can find more in my GitHub repository. Here I uploaded the notebook and of course the dataset. In short words, you will learn how to

  • load a dataframe,

  • examine its metadata,

  • convert data types

  • explore the dataframe using iloc indexing.
    More than that, you will learn about Boolean masking and...how to calculate the median value. 📚

Are you ready to explore the data?

explore

Heroku

Built for developers, by developers.

Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering apps quickly — using the tools and languages you already love!

Learn More

Top comments (0)

Quickstart image

Django MongoDB Backend Quickstart! A Step-by-Step Tutorial

Get up and running with the new Django MongoDB Backend Python library! This tutorial covers creating a Django application, connecting it to MongoDB Atlas, performing CRUD operations, and configuring the Django admin for MongoDB.

Watch full video →

👋 Kindness is contagious

DEV is better (more customized, reading settings like dark mode etc) when you're signed in!

Okay