Cargando…

Ruby data processing : using map, reduce, and select /

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Godse, Jay (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1023861583
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180222t20182018nyu o 001 0 eng d
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 
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)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 CL0500000946  |b Safari Books Online 
050 4 |a QA76.73.R83 
072 7 |a COM  |x 051410  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMC  |2 bicssc 
082 0 4 |a 005.1/33  |2 23 
049 |a UAMI 
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 online resource  |b cr  |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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Ruby (Computer program language) 
650 0 |a Electronic data processing. 
650 6 |a Ruby (Langage de programmation) 
650 7 |a Databases.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a Algorithms & data structures.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x Ruby.  |2 bisacsh 
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://learning.oreilly.com/library/view/~/9781484234747/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH34377560 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5303172 
938 |a EBSCOhost  |b EBSC  |n 1713749 
938 |a YBP Library Services  |b YANK  |n 15171193 
994 |a 92  |b IZTAP