- Mastering Java for Data Science
- Alexey Grigorev
- 87字
- 2021-07-02 23:44:35
Other commons modules
Commons Lang, IO, and Collections are a few commons libraries out of many. There are other commons modules that are useful for data science:
- Commons compress is used for reading compressed files such as, bzip2 (for reading Wikipedia dumps), gzip, 7z, and others
- Commons CSV is used for reading and writing CSV files (we will use it later)
- Commons math is used for statistical calculation and linear algebra (we will also use it later)
You can refer to https://commons.apache.org/ for the whole list.
推薦閱讀
- Unity 5.x Game AI Programming Cookbook
- 云計算環境下的信息資源集成與服務
- 從0到1:數據分析師養成寶典
- Oracle RAC 11g實戰指南
- 數亦有道:Python數據科學指南
- INSTANT Apple iBooks How-to
- INSTANT Android Fragmentation Management How-to
- 編寫有效用例
- Solaris操作系統原理實驗教程
- 大數據數學基礎(Python語言描述)
- Expert Python Programming(Third Edition)
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)
- 碼上行動:利用Python與ChatGPT高效搞定Excel數據分析
- MySQL 8.0從入門到實戰
- 大數據用戶行為畫像分析實操指南