Wes McKinney 資深數據分析專傢,對各種Python庫(包括NumPy、pandas、matplotlib以及IPython等)等都有深入研究,並在大量的實踐中積纍瞭豐富的經驗。撰寫瞭大量與Python數據分析相關的經典文章,被各大技術社區爭相轉載,是Python和開源技術社區公認的權威人物之一。開發瞭用於數據分析的著名開源Python庫——pandas,廣獲用戶好評。在創建Lambda Foundry(一傢緻力於企業數據分析的公司)之前,他曾是AQR Capital Management的定量分析師。
Finding great data analysts is difficult. Despite the explosive growth of data in industries ranging from manufacturing and retail to high technology, finance, and healthcare, learning and accessing data analysis tools has remained a challenge. This pragmatic guide will help train you in one of the most important tools in the field - Python. Filled with practical case studies, Python for Data Analysis demonstrates the nuts and bolts of manipulating, processing, cleaning, and crunching data with Python. It also serves as a modern introduction to scientific computing in Python for data-intensive applications. Learn about the growing field of data analysis from an expert in the community. Learn everything you need to start doing real data analysis work with Python Get the most complete instruction on the basics of the "modern scientific Python platform" Learn from an insider who builds tools for the scientific stack Get an excellent introduction for novices and a wealth of advanced methods for experienced analysts
發表於2024-12-26
Python for Data Analysis 2024 pdf epub mobi 電子書 下載
每一個數據分析師或是數據科學傢都使用各自不同的技術棧。即使同樣使用Python做為主力數據分析語言,每個人會用到的工具組閤也不盡相同。 但不管怎麼說,對於希望使用python來進行數據分析工作的人來說,學習iPython,NumPy,pandas,matpotlib這個組閤是一個目前看來怎麼都不...
評分一年前看過這本書,當時我還是一個Python小白,因為沒有編程基礎,連基本的語法都不會。所以最開始看這本書,就在第二章Ipython編譯器這裏卡瞭很久。在網上搜索各種信息後,安裝瞭Anaconda3和jupyter notebook後,算是可以實現書的程序瞭。 然而,在第一章裏就有部分語法是不...
評分對第二版的翻譯已無力吐槽,錯誤太明顯。比如下圖句子的in-place意思明明是原地修改,譯者非要翻譯成原對象,感覺譯者計算機的基本素養有待提高,如果知道排序算法中的原地排序就不會這樣翻譯瞭,閱讀時最好準備好英文版,遇到不通的地方翻閱一下英文版結閤代碼就可以瞭。或者...
評分1.調試輪子的時候發現,pandas由於基於numpy,有多個float數據類型(float16/float32/float64),多個float類型會被pandas認為是不同類導緻無法進行後續處理,用apply方法把數據全轉成字符串再轉迴來就行。 但是如果直接用type查看類型返迴的class都是float。 2020.4.26 2.調試...
評分pandas主要基於numpy.ndarray構造瞭更高級的Series和DataFrame數據結構。這本書主要就是說明基於這兩種數據結構的API用法。這些API主要是對原本numpy操作的補充。行列Index在DataFrame的加強對於各種數據邏輯操作幫助比較大。對pyplot的繪圖函數也和兩種數據結構綁定的很好。越...
圖書標籤: 數據分析 python Python 數據挖掘 機器學習 編程 計算機 MachineLearning
some functions
評分pandas真是神煩
評分語法陳舊瞭, 部分代碼需要更新瞭. via Yutong
評分看文檔就可以瞭
評分詳盡介紹pandas等lib的API
Python for Data Analysis 2024 pdf epub mobi 電子書 下載