- 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.
推薦閱讀
- Python絕技:運用Python成為頂級數據工程師
- ETL數據整合與處理(Kettle)
- App+軟件+游戲+網站界面設計教程
- 大數據:從概念到運營
- 數據驅動設計:A/B測試提升用戶體驗
- 數據革命:大數據價值實現方法、技術與案例
- OracleDBA實戰攻略:運維管理、診斷優化、高可用與最佳實踐
- 數據庫技術及應用教程
- INSTANT Apple iBooks How-to
- 一本書講透Elasticsearch:原理、進階與工程實踐
- Mastering ROS for Robotics Programming(Second Edition)
- 大數據數學基礎(R語言描述)
- 云計算
- 利用Python進行數據分析(原書第2版)
- 大數據測試技術:數據采集、分析與測試實踐(在線實驗+在線自測)