<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dataframe on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/dataframe/</link><description>Recent content in Dataframe on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Fri, 31 Oct 2025 11:40:28 +0000</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/dataframe/index.xml" rel="self" type="application/rss+xml"/><item><title>Pandas</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/04-module/003-pandas/</link><pubDate>Thu, 24 Jul 2025 12:50:06 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/04-module/003-pandas/</guid><description>&lt;p class="lead text-primary"&gt;
Pandas is a powerful Python library for data analysis and manipulation. This document explains how to import Pandas, read CSV and Excel files, create and work with DataFrames, and efficiently access and slice data using various indexing methods. Readers will learn practical techniques for handling tabular data in Python.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction-to-pandas"&gt;Introduction to Pandas&lt;/h2&gt;
&lt;p&gt;Pandas is a widely used Python library that provides tools for data analysis and manipulation. It offers pre-built classes and functions to simplify working with structured data, such as tables and spreadsheets. Importing Pandas is done using the &lt;code&gt;import&lt;/code&gt; command, and it is common to use the abbreviation &lt;code&gt;pd&lt;/code&gt; for convenience.&lt;/p&gt;</description></item></channel></rss>