Bash for Data Scientists. A Comprehensive Guide to Shell Scripting for Data Science Tasks - Helion

Tytuł oryginału: Bash for Data Scientists. A Comprehensive Guide to Shell Scripting for Data Science Tasks
ISBN: 9781836647140
stron: 293, Format: ebook
Data wydania: 2024-07-23
Księgarnia: Helion
Cena książki: 170,10 zł (poprzednio: 189,00 zł)
Oszczędzasz: 10% (-18,90 zł)
This book introduces powerful command line utilities for creating efficient shell scripts to process datasets. Using the bash shell, the examples and scripts focus on small datasets to help readers understand the features of grep, sed, and awk. Companion files with code are available for download from the publisher.
The course starts with an introduction to the basics, covering files and directories, and useful commands. It then progresses to conditional logic and loops, providing a solid foundation for processing datasets. Detailed chapters on using grep, sed, and awk illustrate their capabilities in handling and cleaning various types of datasets effectively.
Advanced topics include processing datasets with Pandas, exploring NoSQL, SQLite, and Python. The book equips data scientists, analysts, and anyone seeking shell-based solutions with practical skills. By the end, users will be adept at creating robust scripts for dataset processing, combining command line utilities for optimal results.
Osoby które kupowały "Bash for Data Scientists. A Comprehensive Guide to Shell Scripting for Data Science Tasks", wybierały także:
- Cisco CCNA 200-301. Kurs video. Administrowanie bezpieczeństwem sieci. Część 3 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Administrowanie urządzeniami Cisco. Część 2 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Podstawy sieci komputerowych i konfiguracji. Część 1 665,00 zł, (39,90 zł -94%)
- Cisco CCNP Enterprise 350-401 ENCOR. Kurs video. Programowanie i automatyzacja sieci 443,33 zł, (39,90 zł -91%)
- CCNP Enterprise 350-401 ENCOR. Kurs video. Mechanizmy kierowania ruchem pakiet 443,33 zł, (39,90 zł -91%)
Spis treści
Bash for Data Scientists. A Comprehensive Guide to Shell Scripting for Data Science Tasks eBook -- spis treści
- 1. Introduction
- 2. Files and Directories
- 3. Useful Commands
- 4. Conditional Logic and Loops
- 5. Processing Datasets with grep and sed
- 6. Processing Datasets with awk
- 7. Processing Datasets (Pandas)
- 8. NoSQL, SQLite, and Python