Python知识分享网 - 专业的Python学习网站 学Python,上Python222
Mastering Pandas PDF 下载

Mastering Pandas

2023-09-22 08:07:02
Mastering Pandas for Finance PDF 下载

If you are interested in quantitative finance, financial modeling, and trading, or simply want to learn how Python and pandas can be applied to finance, then this book is ideal for you. Some knowledge of Python and pandas is assumed. Interest in financial concepts is helpful, but no prior knowledge is expected.

2023-09-21 10:17:00
SciPy and NumPy PDF 下载

SciPy and NumPy

2023-09-08 10:55:32
Node Cookbook, Second Edition PDF 下载

Node Cookbook, Second Edition

2023-09-05 11:07:59
Foundations of Python 3 Network Programming, Second Edition PDF 下载

Foundations of Python 3 Network Programming, Second Edition

2023-08-31 10:48:57
Elasticsearch in Action, Second Edition PDF 下载

本书主要展示如何使用Elasticsearch构建可扩展的搜索应用程序。书中覆盖了Elasticsearch的主要特性,从使用不同的分析器和查询类型进行相关性调优,到使用聚集功能进行实时性分析,还有地理空间搜索和文档过滤等更多吸引人的特性。 全书共分两个部分,*部分解释了核心特性,内容主要涉及Elasticsearch的介绍,数据的索引、更新和删除,数据的搜索,数据的分析,使用相关性进行搜索,使用聚集来探索数据,文档间的关系等;第二部分介绍每个特性工作的更多细节及其对性能和可扩展性的影响,以便对核心功能进行产品化,内容主要涉及水平扩展和性能提升等。此外,本书还有6个附录(网上下载),提供了读者应该知道的特性,展示了关于地理空间搜索和聚集,如何管理Elasticsearch插件,学习在搜索结果中如何高亮查询单词,在生产环境中用来协助管理Elasticsearch的第三方的监控工具有哪些,如何使用Percolator过滤为多个查询匹配少量文档,如何使用不同的建议器来实现自动完成的功能。

2023-08-16 10:33:38
Rapid GUI Programming with Python and Qt PDF 下载

Rapid GUI Programming with Python and Qt

2023-08-08 11:26:07
What Is ChatGPT Doing ... and Why Does It Work_ PDF 下载

What Is ChatGPT Doing ... and Why Does It Work

2023-07-15 10:09:34
Python BeautifulSoup之find_all方法使用详解

name:标签名搜索 attrs/class_:属性/类名搜索 recursive:限定直接子节点 string:文档字符串搜索

2023-07-08 12:12:06
Pandas常见筛选数据的五种方法其一逻辑筛选

前言:Pandas的数据操作中,最基本的就是操作的筛选了,但是对新学员来说的这又是一个难点,因为方法比较多,不容易记。在此总结一下pandas中的一些常用的数据筛选操作。

2023-07-06 17:06:41