|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-pandas-library/
课程评论:没有评论
课程名称:Python Pandas 库全教程 课程概述: 本课程将深入讲解 Pandas 库,这是一个为 Python 编程语言开发的、用于数据处理和分析的软件库。Pandas 提供了强大的数据结构和操作方法,特别适用于处理表格型数据和时间序列数据。在本课程中,您将学习到该库的方方面面。 先修知识: 本课程要求学员具备 NumPy 的基础知识,因为课程中会涉及一些使用 NumPy 进行的操作。 学习工具: 课程中所有的代码演示都使用了 Jupyter Notebook。如果您没有 Jupyter Notebook 或者不熟悉其使用方法,也可以将代码直接在任何集成开发环境(IDE)或 Python 的默认 IDLE 中运行。
pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. In this course, you'll learn a lot about this library. Basic knowledge of Numpy is required, as we will perform some tasks using NumPy.[Note: In this course, we used Jupyter Notebook to write all the codings. in case if you don't have Jupyter Notebook or you don't how to use Jupyter Notebook, you can simply run these codes in any IDE, or even in Python Default IDLE.]