首页计算机书籍计算机语言《Python for Data Analysis》Wes McKinney
zouzhang

文档

256

关注

0

好评

0
PDF

《Python for Data Analysis》Wes McKinney

阅读 957 下载 0 大小 15.47M 总页数 470 页 2022-11-22 分享
价格:¥ 10.00
下载文档
/ 470
全屏查看
《Python for Data Analysis》Wes McKinney
还有 470 页未读 ,您可以 继续阅读 或 下载文档
1、本文档共计 470 页,下载后文档不带www.pdfdz.com水印,支持完整阅读内容。
2、古籍基本都为PDF扫描版,所以文档不支持编辑功能,即不支持文档内文字的复制粘贴。
3、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
4、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
5、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。
Python for Data Analysiy Wes McKinneyCopyright @2013 Wes McKinney.All rights reserved.Printed in the United States of America.Published by O'Reilly Media,Inc.,1005 Gravenstein Highway North,Sebastopol,CA 95472.O'Reilly books y be purchased for educational,business,or sales promotional use.Online editionsare also available for most titles (://my.safaribooksonline).For more infortion,contact ourcorporate/institutional sales department:800-998-9938 or corporate@oreilly.Editors:Julie Steele and Meghan BlanchetteIndexer:BIM Publishing ServicesProduction Editor:Melanie YarbroughCover Designer:Karen MontgomeryCopyeditor:Teresa ExleyInterior Designer:David FutatoProofreader:BIM Publishing Serviceslllustrator:Rebecca DerestOctober 2012:First Edition.Revision History for the First Edition:2012-10-05First releaseSee ://oreilly/catalog/errata.csp?in=9781449319793 for release details.Nutshell Handbook,the Nutshell Handbook logo,and the O'Reilly logo are registered traderks ofO'Reilly Media,Inc.Python for Data Analysis,the cover ige of a golden-tailed tree shrew,and relatedtrade dress are traderks of O'Reilly Media,Inc.Many of the designations used by nufacturers and sellers to distinguish their products are claimed astraderks.Where those designations appear in this book,and O'Reilly Media,Inc.,was aware of atraderk claim,the designations have been printed in caps or initial caps.While every precaution has been taken in the preparation of this book,the publisher and author assumeno responsibility for errors or omissions,or for dages resulting from the use of the infortion con-tained herein.ISBN:978-1-449-31979-3[LSI]1349356084Table of ContentsPreface.............................xi1.Preliminaries ...............What Is This Book About?1Why Python for Data Analysis?2Python as Glue2Solving the“Two-Language”Problem2Why Not Python?3Essential Python Libraries3NumPy4pandas4tplotlib55SciPy6Installation and Setup6Windows7Apple OS X9GNU/Linux10Python 2 and Python 311Integrated Development Environments (IDEs)11Community and Conferences12Navigating This Book12Code Examples13Data for Examples13Import Conventions13Jargon13Acknowledgements142.Introductory Examples ...............171.usa.gov data from bit.ly17Counting Time Zones in Pure Python19
返回顶部