Ruby data processing : using map, reduce, and select / Jay Godse.

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...

Full description

Saved in:
Bibliographic Details
Online Access: Full Text (via O'Reilly/Safari)
Main Author: Godse, Jay (Author)
Format: eBook
Language:English
Published: New York : Apress, [2018]
Subjects:

MARC

LEADER 00000cam a2200000 i 4500
001 b10306412
006 m o d
007 cr |||||||||||
008 180222t20182018nyu o 001 0 eng d
005 20240829145610.5
016 7 |a 019140154  |2 Uk 
019 |a 1024160976  |a 1026288249  |a 1028639862  |a 1029093017  |a 1030290364  |a 1048150373  |a 1048159050  |a 1048187621  |a 1066462390  |a 1066465465  |a 1081202624  |a 1086493033  |a 1103277227  |a 1105176650  |a 1105716895  |a 1112882019  |a 1113128312  |a 1122815291  |a 1129336474  |a 1152975685  |a 1160035361  |a 1162799485  |a 1192340380  |a 1240507881 
020 |a 9781484234747  |q (electronic bk.) 
020 |a 148423474X  |q (electronic bk.) 
020 |z 9781484234730 
020 |z 1484234731 
024 7 |a 10.1007/978-1-4842-3474-7  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000062005578 
029 1 |a AU@  |b 000062059588 
029 1 |a AU@  |b 000066526549 
029 1 |a AU@  |b 000067074726 
029 1 |a AU@  |b 000067107492 
029 1 |a AU@  |b 000067495429 
029 1 |a CHNEW  |b 001063352 
029 1 |a CHVBK  |b 575139110 
029 1 |a GBVCP  |b 1016523416 
029 1 |a UKMGB  |b 019140154 
035 |a (OCoLC)safo1023861583 
035 |a (OCoLC)1023861583  |z (OCoLC)1024160976  |z (OCoLC)1026288249  |z (OCoLC)1028639862  |z (OCoLC)1029093017  |z (OCoLC)1030290364  |z (OCoLC)1048150373  |z (OCoLC)1048159050  |z (OCoLC)1048187621  |z (OCoLC)1066462390  |z (OCoLC)1066465465  |z (OCoLC)1081202624  |z (OCoLC)1086493033  |z (OCoLC)1103277227  |z (OCoLC)1105176650  |z (OCoLC)1105716895  |z (OCoLC)1112882019  |z (OCoLC)1113128312  |z (OCoLC)1122815291  |z (OCoLC)1129336474  |z (OCoLC)1152975685  |z (OCoLC)1160035361  |z (OCoLC)1162799485  |z (OCoLC)1192340380  |z (OCoLC)1240507881 
037 |a safo9781484234747 
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d YDX  |d GW5XE  |d EBLCP  |d OCLCF  |d UMI  |d AZU  |d STF  |d UAB  |d TOH  |d UPM  |d SNK  |d COO  |d OCLCQ  |d CEF  |d KSU  |d VT2  |d U3W  |d OCLCQ  |d DEBBG  |d WYU  |d G3B  |d LVT  |d S9I  |d C6I  |d UKMGB  |d K6U  |d OCLCQ  |d CAUOI  |d D6H  |d AUD  |d MERER  |d LIV  |d LEAUB  |d OCLCQ  |d ESU  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d LQU  |d FVL  |d OCLCQ  |d ADU  |d UHL  |d LEATE  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
049 |a GWRE 
050 4 |a QA76.73.R83 
100 1 |a Godse, Jay,  |e author. 
245 1 0 |a Ruby data processing :  |b using map, reduce, and select /  |c Jay Godse. 
264 1 |a New York :  |b Apress,  |c [2018] 
264 4 |c ©2018 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a volume  |b nc  |2 rdacarrier 
347 |a text file 
347 |b PDF 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed February 23, 2018). 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Prerequisites; Chapter 1: Basic Ruby; The Command Line; Object Scope; String; Array; Special Methods; Hash; Block-passing Syntax; Reading from Files; Chapter 2: Function Overview and Simple Examples; Map; Reduce; Simple Reduce Examples; uniq; reverse; max; Select; Chapter 3: Complex Solutions; Debugging Blocks for Map, Reduce, and Select; Debugging Map Blocks; Debugging Reduce Blocks; Debugging Select Blocks; FizzBuzz; Sum of Odd Cubes; Sort a List of Names by Surname. 
505 8 |a Convert a List of Names to CSVGenerate a Random List of Names; Clean a Data Set; Annotate a Sequence of Sales with Running Total; Pascalâ#x80;#x99;s Triangle; Reverse Polish Notation Parser; Generate a List of Team Name Bars; Find Intersection Points of Two Functions; Group by Area Code; Sliding Window Average; Denormalize a Data Set; Pythagorean Triplets; Chapter 4: Reverse-Engineering Complex Solutions; Solution for Pascalâ#x80;#x99;s Triangle; Index. 
520 |a 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. You will: 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. 
650 0 |a Ruby (Computer program language) 
650 0 |a Electronic data processing. 
650 7 |a Electronic data processing  |2 fast 
650 7 |a Ruby (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Godse, Jay.  |t Ruby data processing.  |d ©2018  |z 1484234731  |z 9781484234730  |w (OCoLC)1017584008 
856 4 0 |u https://go.oreilly.com/UniOfColoradoBoulder/library/view/~/9781484234747/?ar  |z Full Text (via O'Reilly/Safari) 
915 |a - 
956 |a O'Reilly-Safari eBooks 
956 |b O'Reilly Online Learning: Academic/Public Library Edition 
994 |a 92  |b COD 
998 |b Subsequent record output 
999 f f |i 8495580d-e694-5bd9-a824-6b1a7eb2da13  |s 088c0465-7f7f-5414-9b2d-b841c076ed35 
952 f f |p Can circulate  |a University of Colorado Boulder  |b Online  |c Online  |d Online  |e QA76.73.R83  |h Library of Congress classification  |i web  |n 1