<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Data Science on Dev Toolkit</title><link>https://wen.yunshangtool.cn/tags/data-science/</link><description>Recent content in Data Science on Dev Toolkit</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 02 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wen.yunshangtool.cn/tags/data-science/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with Python Data Analysis Using Pandas</title><link>https://wen.yunshangtool.cn/posts/python-data-analysis/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://wen.yunshangtool.cn/posts/python-data-analysis/</guid><description>Pandas is the most popular Python library for data manipulation and analysis. Whether you are working with CSV files, databases, or APIs, Pandas provides powerful tools for every data task.
Core Data Structures: Series (1D labeled array) and DataFrame (2D table). Think of a DataFrame as an Excel spreadsheet in Python.
Essential Operations: Reading data (pd.read_csv()), inspecting (df.head(), df.info()), filtering (df[df.column &amp;gt; value]), grouping (df.groupby().mean()), and merging (pd.merge()).
Real Example: Analyzing sales data to find top-performing products by region:</description></item></channel></rss>