Approx. read time: 1.3 min.

Post: Learn Pandas Basics Python tabular data manipulation

Lesson Tutorial: Learn Pandas Basics for Tabular Data Manipulation

Introduction to Pandas and DataFrames

Pandas is a powerful Python library for data manipulation and analysis, built on top of NumPy. The key data structure in Pandas is the DataFrame, which allows you to work with tabular data (rows and columns).


Creating a Pandas DataFrame

1. Creating a DataFrame from a Dictionary

Copy to Clipboard

2. Setting a Custom Index

Copy to Clipboard

3. Creating a DataFrame from a CSV File

Copy to Clipboard

Indexing and Selecting Data in DataFrames

1. Selecting Columns

Copy to Clipboard

2. Selecting Rows

Copy to Clipboard

3. Using loc and iloc

  • loc: Label-based indexing.
  • iloc: Integer-based indexing.
Copy to Clipboard

Assignment

Use the following dataset to complete the exercises:

Copy to Clipboard

Questions

  1. Display the DataFrame df.
  2. Select and print only the “capital” column.
  3. Select and print both “country” and “population” columns.
  4. Print the first three rows of the DataFrame.
  5. Use loc to print the data for “UK”.
  6. Use iloc to print the last two rows of the DataFrame.

Answer Key

1. Display the DataFrame

Copy to Clipboard

2. Select and Print the “capital” Column

Copy to Clipboard

3. Select and Print “country” and “population” Columns

Copy to Clipboard

4. Print the First Three Rows

Copy to Clipboard

5. Use loc to Print Data for “UK”

Copy to Clipboard

6. Use iloc to Print the Last Two Rows

Copy to Clipboard

Learning Objectives Recap

By the end of this tutorial, you should:

  • Understand what a Pandas DataFrame is and how to create one.
  • Be able to index and select data using square brackets, loc, and iloc.
  • Understand how to load and manipulate tabular data from CSV files.

About the Author: Bernard Aybout (Virii8)

I am a dedicated technology enthusiast with over 45 years of life experience, passionate about computers, AI, emerging technologies, and their real-world impact. As the founder of my personal blog, MiltonMarketing.com, I explore how AI, health tech, engineering, finance, and other advanced fields leverage innovation—not as a replacement for human expertise, but as a tool to enhance it. My focus is on bridging the gap between cutting-edge technology and practical applications, ensuring ethical, responsible, and transformative use across industries. MiltonMarketing.com is more than just a tech blog—it's a growing platform for expert insights. We welcome qualified writers and industry professionals from IT, AI, healthcare, engineering, HVAC, automotive, finance, and beyond to contribute their knowledge. If you have expertise to share in how AI and technology shape industries while complementing human skills, join us in driving meaningful conversations about the future of innovation. 🚀