You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# Chapter3 Pandas
|
|
|
|
|
|
|
|
|
|
Pandas 是基于 NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。Pandas 纳入了大量库和一些标准的数据模型,提供了高效地操作大型数据集所需的工具。Pandas 提供了大量能使我们快速便捷地处理数据的函数和方法。你很快就会发现,它是使 Python 成为强大而高效的数据分析环境的重要因素之一。
|
|
|
|
|
|
|
|
|
|
Pandas 相关实训已在`educoder`平台上提供,若感兴趣可以输入链接进行体验。
|
|
|
|
|
|
|
|
|
|
链接:https://www.educoder.net/paths/302
|