现在位置 >首页 >
所有关于pandas的文章
Description:
Pandas has rapidly become one of Python’s most popular data analysis libraries. With pandas you can efficiently sort, analyze, filter and munge almost any type of data. Pandas in Action shows you how to master this versatile tool and take the next steps in your data science career.
Pandas has rapidly become one of Python’s most popular data analysis libraries. With pandas you can efficiently sort, analyze, filter and munge almost any type of data. Pan...
Description:
While Excel remains ubiquitous in the business world, recent Microsoft feedback forums are full of requests to include Python as an Excel scripting language-in fact, it’s the top feature requested. What makes this combination so compelling? In this hands-on guide, Felix Zumstein- creator of xlwings, a popular open source package that allows the automation of Excel with Python-shows experienced Excel users how to integrate these two worlds efficiently.
...
内容简介:
本书由Python pandas项目创始人Wes McKinney亲笔撰写,详细介绍利用Python进行操作、处理、清洗和规整数据等方面的具体细节和基本要点。第2版针对Python 3.6进行全面修订和更新,涵盖新版的pandas、NumPy、IPython和Jupyter,并增加大量实际案例,可以帮助你高效解决一系列数据分析问题。
第2版中的主要更新包括:
• 所有的代码,包括把Python的教程更新到了Python 3.6版本(第1版中使用的是Python 2.7)
• 更新了Python第三方发布版Anaconda和其他所需Python包的安装指引
• 更新pa...