Browse Library Advanced SearchSign InStart Free Trial
《Python Cookbook》python数据分析 《利用Python进行数据分析》(Python for Data Analysis )《Python数据...
Taking variance into account with weighted least squares书名: Python Data Analysis Cookbook 作者名: Ivan Idris 本章字数: 343字 更新时间: 2021-07-14 11:05:50首页 书籍详情 目录 听书 自动阅读00:04:58 摸鱼模式 加入书架 字号 背景 手机阅读 ...
名副其实的python数据分析cookbook 这本书的作者就是pandas的开发者,全书以numpy为基础、按照数据分析的工作流程,详细介绍了如何使用pandas进行数据分析。每一章节最后一部分一般是一个数据分析的project,并且书中每一个小功能几乎都附上了相应代码说明,是一部名副其实的python数据分析cookbook。 另外,这本... (展开)...
cookbook of python for data analysis Content basic of python jupyter 开发环境 python 基本语法 利用python脚本完成工作 numpy for matrix computation 向量化或矩阵化编程思想 numpy常见函数以及matlab对比 DataFrame for data analysis pandas 与sql对比 pyodps 中的dataFrame...
Python Data Analysis Feb 2021 478 pages 4.5 (13) eBook €20.99 €23.99 ADD TO CART Hands-On Data Analysis with Pandas Apr 2021 788 pages 4.6 (14) eBook €34.99 €38.99 ADD TO CART Python Data Cleaning Cookbook Dec 2020 436 pages 4.8 (28) eBook €26.98 €29.99 ADD TO...
Chapter 1,Getting Started with Python Libraries, gives instructions to install python and fundamental python data analysis libraries. We create a small application using NumPy and draw some basic plots with matplotlib. Chapter 2,NumPy Arrays, introduces us to NumPy fundamentals and arrays. By the en...
《Python基础教程》(Beginning Python From Novice to Professional)《Python学习手册》(Learning Python)《Python编程》(Programming Python)《Python编程从入门到实践》(Python Crash Course)《Python Cookbook》python数据分析 《利用Python进行数据分析》(Python for Data Analysis)《Python数据科学手册》(Python ...
《Python Cookbook》,第三版,作者 David Beazley 和 Brian K. Jones(O'Reilly) 《流畅的 Python》,作者 Luciano Ramalho(O'Reilly) 《Effective Python》,第二版,作者 Brett Slatkin(Addison-Wesley)## 2.1 Python 解释器 Python 是一种解释性语言。Python 解释器通过逐条执行程序来运行程序。标准的交互式 Python...
3. 《Python Cookbook》 该书介绍了Python在各个领域中的实用技巧和方法,内容从基础的数据结构和算法,到高级的面向对象编程、函数式编程、性能优化等。包含了大量实用的编程技巧和示例代码,这些代码和方法具有很强的实用性,可以方便地应用到实际的项目中,并产生立竿见影的效果。 4. 《Effective Python》 这本书...