Python知識(shí)分享網(wǎng) - 專業(yè)的Python學(xué)習(xí)網(wǎng)站 學(xué)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構(gòu)建可擴(kuò)展的搜索應(yīng)用程序。書中覆蓋了Elasticsearch的主要特性,從使用不同的分析器和查詢類型進(jìn)行相關(guān)性調(diào)優(yōu),到使用聚集功能進(jìn)行實(shí)時(shí)性分析,還有地理空間搜索和文檔過濾等更多吸引人的特性。 全書共分兩個(gè)部分,*部分解釋了核心特性,內(nèi)容主要涉及Elasticsearch的介紹,數(shù)據(jù)的索引、更新和刪除,數(shù)據(jù)的搜索,數(shù)據(jù)的分析,使用相關(guān)性進(jìn)行搜索,使用聚集來探索數(shù)據(jù),文檔間的關(guān)系等;第二部分介紹每個(gè)特性工作的更多細(xì)節(jié)及其對(duì)性能和可擴(kuò)展性的影響,以便對(duì)核心功能進(jìn)行產(chǎn)品化,內(nèi)容主要涉及水平擴(kuò)展和性能提升等。此外,本書還有6個(gè)附錄(網(wǎng)上下載),提供了讀者應(yīng)該知道的特性,展示了關(guān)于地理空間搜索和聚集,如何管理Elasticsearch插件,學(xué)習(xí)在搜索結(jié)果中如何高亮查詢單詞,在生產(chǎn)環(huán)境中用來協(xié)助管理Elasticsearch的第三方的監(jiān)控工具有哪些,如何使用Percolator過濾為多個(gè)查詢匹配少量文檔,如何使用不同的建議器來實(shí)現(xiàn)自動(dòng)完成的功能。

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:標(biāo)簽名搜索 attrs/class_:屬性/類名搜索 recursive:限定直接子節(jié)點(diǎn) string:文檔字符串搜索

2023-07-08 12:12:06
Pandas常見篩選數(shù)據(jù)的五種方法其一邏輯篩選

前言:Pandas的數(shù)據(jù)操作中,最基本的就是操作的篩選了,但是對(duì)新學(xué)員來說的這又是一個(gè)難點(diǎn),因?yàn)榉椒ū容^多,不容易記。在此總結(jié)一下pandas中的一些常用的數(shù)據(jù)篩選操作。

2023-07-06 17:06:41