<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pandas on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/pandas/</link><description>Recent content in Pandas 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>Sat, 16 May 2026 17:42:12 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/pandas/index.xml" rel="self" type="application/rss+xml"/><item><title>Web Scraping</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/05-module/004-web-scrapping/</link><pubDate>Thu, 24 Jul 2025 20:36:23 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/05-module/004-web-scrapping/</guid><description>&lt;p class="lead text-primary"&gt;
This document provides a practical guide to web scraping with Python. It covers sending HTTP requests, parsing HTML, extracting structured data, and using libraries like requests, BeautifulSoup, and pandas. Readers will learn how to automate data collection and follow ethical scraping practices.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Web scraping is the process of programmatically extracting information from websites. It is widely used for data collection, price monitoring, content aggregation, and research. Python offers powerful libraries for web scraping, enabling efficient and automated data extraction from web pages.&lt;/p&gt;</description></item><item><title>Data With Pandas</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/04-module/004-data-with-pandas/</link><pubDate>Thu, 24 Jul 2025 13:11:46 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/04-module/004-data-with-pandas/</guid><description>&lt;p class="lead text-primary"&gt;
This document covers techniques for analyzing and filtering data in Pandas, including finding unique values in columns, filtering rows based on conditions, and saving results to CSV and other formats. Readers will learn practical steps for working with large datasets efficiently.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="working-with-dataframes-in-pandas"&gt;Working With DataFrames in Pandas&lt;/h2&gt;
&lt;p&gt;Pandas enables efficient data analysis and manipulation using DataFrames. Once a DataFrame is created, various methods can be applied to explore and process the data.&lt;/p&gt;</description></item><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>