- Mastering Java for Data Science
- Alexey Grigorev
- 85字
- 2021-07-02 23:44:34
Input/Output
Data scientists often work with files and other data sources. I/O is needed for reading from the data sources and writing the results back. The Java I/O API provides two main types of abstraction for this:
- InputStream, OutputStream for binary data
- Reader, Writer for text data
Typical data science applications deal with text rather than raw binary data--the data is often stored in TXT, CSV, JSON, and other similar text formats. This is why we will concentrate on the second part.
推薦閱讀
- Java Data Science Cookbook
- Python數(shù)據(jù)分析、挖掘與可視化從入門(mén)到精通
- 數(shù)據(jù)庫(kù)應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- 企業(yè)級(jí)數(shù)據(jù)與AI項(xiàng)目成功之道
- 金融商業(yè)算法建模:基于Python和SAS
- HikariCP連接池實(shí)戰(zhàn)
- Python數(shù)據(jù)分析與數(shù)據(jù)化運(yùn)營(yíng)
- Oracle數(shù)據(jù)庫(kù)管理、開(kāi)發(fā)與實(shí)踐
- 大數(shù)據(jù)數(shù)學(xué)基礎(chǔ)(Python語(yǔ)言描述)
- 智能與數(shù)據(jù)重構(gòu)世界
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì)精粹
- 一本書(shū)讀懂大數(shù)據(jù)
- Arquillian Testing Guide
- 基于數(shù)據(jù)發(fā)布的隱私保護(hù)模型研究
- 數(shù)據(jù)庫(kù)技術(shù)與應(yīng)用:SQL Server 2008