Cargando…

Bash for data scientists /

This book introduces an assortment of powerful command line utilities that can be combined to create simple, yet powerful shell scripts for processing datasets. The code samples and scripts use the bash shell, and typically involve small datasets so you can focus on understanding the features of gre...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Campesato, Oswald (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Dulles, Virginia : Mercury Learning & Information, [2023]
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a22000007i 4500
001 KNOVEL_on1354205357
003 OCoLC
005 20231027140348.0
006 m o d
007 cr cnu---unuuu
008 221210s2023 vau o 00| 0 eng d
040 |a EBLCP  |b eng  |e rda  |c EBLCP  |d UKAHL  |d YDX  |d QGK  |d OCLCQ  |d YDX  |d N$T  |d OCLCF 
019 |a 1354264021  |a 1354503706  |a 1370238935  |a 1396897038 
020 |a 9781683929727  |q electronic book 
020 |a 1683929721  |q electronic book 
020 |a 1683929713  |q electronic book 
020 |a 9781683929710  |q electronic book 
029 1 |a AU@  |b 000075099794 
035 |a (OCoLC)1354205357  |z (OCoLC)1354264021  |z (OCoLC)1354503706  |z (OCoLC)1370238935  |z (OCoLC)1396897038 
050 4 |a QA76.774.U64  |b C35 2023 
072 7 |a COM051360  |2 bisacsh 
082 0 4 |a 005.43  |2 23 
049 |a UAMI 
100 1 |a Campesato, Oswald,  |e author.  |1 https://isni.org/isni/000000010897967X. 
245 1 0 |a Bash for data scientists /  |c Oswald Campesato. 
264 1 |a Dulles, Virginia :  |b Mercury Learning & Information,  |c [2023] 
300 |a 1 online resource (293 p.) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Intro -- Bash for Data Scientists -- CONTENTS -- PREFACE -- WHAT IS THE GOAL? -- IS THIS BOOK IS FOR ME AND WHAT WILL I LEARN? -- HOW WERE THE CODE SAMPLES CREATED? -- WHAT YOU NEED TO KNOW FOR THIS BOOK -- WHICH BASH COMMANDS ARE EXCLUDED? -- HOW DO I SET UP A COMMAND SHELL? -- WHAT ARE THE "NEXT STEPS" AFTER FINISHING THIS BOOK? -- CHAPTER 1 INTRODUCTION -- WHAT IS UNIX? -- Available Shell Types -- WHAT IS BASH? -- Getting Help for Bash Commands -- Navigating Around Directories -- The history Command -- LISTING FILENAMES WITH THE LS COMMAND -- DISPLAYING CONTENTS OF FILES -- The cat Command 
505 8 |a The head and tail Commands -- The Pipe Symbol -- The fold Command -- FILE OWNERSHIP: OWNER, GROUP, AND WORLD -- HIDDEN FILES -- HANDLING PROBLEMATIC FILENAMES -- WORKING WITH ENVIRONMENT VARIABLES -- The env Command -- Useful Environment Variables -- Setting the PATH Environment Variable -- Specifying Aliases and Environment Variables -- FINDING EXECUTABLE FILES -- THE printf COMMAND AND THE echo COMMAND -- THE cut COMMAND -- THE echo COMMAND AND WHITESPACES -- COMMAND SUBSTITUTION ("BACK TICK") -- THE PIPE SYMBOL AND MULTIPLE COMMA -- USING A SEMICOLON TO SEPARATE COMMANDS -- THE paste COMMAND 
505 8 |a Inserting Blank Lines with the paste Command -- A SIMPLE USE CASE WITH THE paste COMMAND -- A SIMPLE USE CASE WITH cut AND paste COMMANDS -- WORKING WITH META CHARACTERS -- WORKING WITH CHARACTER CLASSES -- WHAT ABOUT ZSH? -- Switching between bash and zsh -- Configuring zsh -- SUMMARY -- CHAPTER 2 FILES AND DIRECTORIES -- CREATE, COPY, REMOVE, AND MOVE FILES -- Creating Files -- Copying Files -- Copy Files with Command Substitution -- Deleting Files -- Moving Files -- THE BASENAME, DIRNAME, AND FILE COMMANDS -- THE wc COMMAND -- THE more COMMAND AND THE less COMMAND -- THE head COMMAND 
505 8 |a THE tail COMMAND -- FILE COMPARISON COMMANDS -- THE PARTS OF A FILENA -- WORKING WITH FILE PERMISSIONS -- The chmod Command -- The chown Command -- The chgrp Command -- The umask and ulimit Commands -- WORKING WITH DIRECTORIES -- Absolute and Relative Directories -- Absolute and Relative Path Names -- Creating Directories -- Removing Directories -- Changing Directories -- Renaming Directories -- USING QUOTE CHARACTERS -- STREAMS AND REDIRECTION COMMANDS -- METACHARACTERS AND CHARACTER CLASSES -- Digits and Characters -- Working with "^" and "\" and "!" -- FILENAMES AND METACHARACTERS -- SUMMARY 
505 8 |a CHAPTER 3 USEFUL COMMANDS -- THE join COMMAND -- THE fold COMMAND -- THE split COMMAND -- THE sort COMMAND -- THE uniq COMMAND -- HOW TO COMPARE FILES -- THE od COMMAND -- THE tr COMMAND -- A SIMPLE USE CASE -- THE find COMMAND -- THE tee COMMAND -- FILE COMPRESSION COMMANDS -- The tar command -- The cpio Command -- The gzip and gunzip Commands -- The bunzip2 Command -- The zip Command -- COMMANDS FOR zip FILES AND bz FILES -- INTERNAL FIELD SEPARATOR (IFS) -- DATA FROM A RANGE OF COLUMNS IN A DATASET -- WORKING WITH UNEVEN ROWS IN DATASETS -- THE alias COMMAND -- SUMMARY 
500 |a CHAPTER 4 CONDITIONAL LOGIC AND LOOPS 
520 |a This book introduces an assortment of powerful command line utilities that can be combined to create simple, yet powerful shell scripts for processing datasets. The code samples and scripts use the bash shell, and typically involve small datasets so you can focus on understanding the features of grep, sed, and awk. Companion files with code are available for downloading from the publisher. FEATURES:Provides the reader with power­ful command line utilities that can be combined to create simple yet powerful shell scripts for processing datasetsContains a variety of code fragments and shell scripts for data scientists, data analysts, and those who want shell-based solutions to "clean" various types of datasetsCompanion files with code. 
588 |a Description based on online resource; title from digital title page (viewed on October 10, 2023). 
590 |a Knovel  |b ACADEMIC - Software Engineering 
650 0 |a Utilities (Computer programs) 
650 0 |a Data sets. 
650 6 |a Utilitaires (Logiciels)  |0 (CaQQLa)201-0071762 
650 6 |a Jeux de données.  |0 (CaQQLa)000307032 
650 7 |a Data sets  |2 fast  |0 (OCoLC)fst02003345 
650 7 |a Utilities (Computer programs)  |2 fast  |0 (OCoLC)fst01163336 
650 7 |a COMPUTERS / Programming Languages / Python.  |2 bisacsh 
653 |a Computer Science. 
653 |a Data Science. 
653 |a Pandas. 
653 |a Programming. 
653 |a Python. 
653 |a UNIX. 
653 |a awk. 
653 |a data mining. 
653 |a grep. 
653 |a sed. 
776 0 8 |i Print version:  |a Campesato, Oswald  |t Bash for Data Scientists  |d Bloomfield : Mercury Learning & Information,c2022  |z 9781683929734 
856 4 0 |u https://appknovel.uam.elogim.com/kn/resources/kpBDS00001/toc  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH41156979 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL30286675 
938 |a YBP Library Services  |b YANK  |n 18407644 
938 |a YBP Library Services  |b YANK  |n 303441801 
938 |a EBSCOhost  |b EBSC  |n 3487859 
994 |a 92  |b IZTAP