相關主題
商品描述
Gain the basics of Ruby’s map, reduce, and select functions and discover how to use them to solve data-processing problems. This compact hands-on book explains how you can encode certain complex programs in 10 lines of Ruby code, an astonishingly small number. You will walk through problems and solutions which are effective because they use map, reduce, and select. As you read Ruby Data Processing, type in the code, run the code, and ponder the results. Tweak the code to test the code and see how the results change.
After reading this book, you will have a deeper understanding of how to break data-processing problems into processing stages, each of which is understandable, debuggable, and composable, and how to combine the stages to solve your data-processing problem. As a result, your Ruby coding will become more efficient and your programs will be more elegant and robust.
What You Will Learn
- Discover Ruby data processing and how to do it using the map, reduce, and select functions
- Develop complex solutions including debugging, randomizing, sorting, grouping, and more
- Reverse engineer complex data-processing solutions
Who This Book Is For
Those who have at least some prior experience programming in Ruby and who have a background and interest in data analysis and processing using Ruby.
商品描述(中文翻譯)
獲得 Ruby 的 map、reduce 和 select 函數的基本知識,並發現如何使用它們來解決數據處理問題。這本簡潔的實作書籍解釋了如何在 10 行 Ruby 代碼中編碼某些複雜的程序,這是一個驚人的小數量。您將逐步了解使用 map、reduce 和 select 的有效問題和解決方案。在閱讀《Ruby 數據處理》時,請輸入代碼、運行代碼並思考結果。調整代碼以測試代碼,看看結果如何變化。
閱讀完這本書後,您將更深入地理解如何將數據處理問題分解為可理解、可調試和可組合的處理階段,以及如何將這些階段結合起來解決您的數據處理問題。因此,您的 Ruby 編碼將變得更加高效,您的程序將更加優雅和穩健。
您將學到的內容:
- 探索 Ruby 數據處理以及如何使用 map、reduce 和 select 函數進行處理
- 開發複雜的解決方案,包括調試、隨機化、排序、分組等
- 反向工程複雜的數據處理解決方案
本書適合對象:
對 Ruby 編程有一定經驗,並對使用 Ruby 進行數據分析和處理有背景和興趣的人士。