Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Data Wrangling with Python, Kazil Jacqueline, Jarmul Katharine


Варианты приобретения
Цена: 6334.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Kazil Jacqueline, Jarmul Katharine
Название:  Data Wrangling with Python
Перевод названия: Жаклин Казил, Кэтрин Ярмул: Подготовка данных с использованием языка Python
ISBN: 9781491948811
Издательство: Wiley
Классификация:

ISBN-10: 1491948817
Обложка/Формат: Paperback
Страницы: 300
Вес: 0.87 кг.
Дата издания: 25.07.2015
Язык: English
Иллюстрации: Black & white illustrations
Размер: 181 x 236 x 30
Читательская аудитория: Technical / manuals
Подзаголовок: Tips and tools to make your life easier
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: How do you take your data analysis skills beyond Excel to the next level? By learning just enough Python to get stuff done. This hands-on guide shows non-programmers like you how to process information that`s initially too messy or difficult to access.


Build Reactive Web Sites with Rxjs: Master Observables and Wrangle Events

Автор: Koutnik Randall
Название: Build Reactive Web Sites with Rxjs: Master Observables and Wrangle Events
ISBN: 1680502956 ISBN-13(EAN): 9781680502954
Издательство: Wiley
Рейтинг:
Цена: 4909.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Upgrade your skillset, succeed at work, and above all, avoid the many headaches that come with modern front-end development. Simplify your codebase with hands-on examples pulled from real-life applications. Master the mysteries of asynchronous state management, detangle puzzling race conditions, and send spaceships soaring through the cosmos.

Website Scraping with Python: Using Beautifulsoup and Scrapy

Автор: Hajba Gabor Laszlo
Название: Website Scraping with Python: Using Beautifulsoup and Scrapy
ISBN: 1484239245 ISBN-13(EAN): 9781484239247
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Closely examine website scraping and data processing: the technique of extracting data from websites in a format suitable for further analysis. You'll review which tools to use, and compare their features and efficiency. Focusing on BeautifulSoup4 and Scrapy, this concise, focused book highlights common problems and suggests solutions that readers can implement on their own.

Website Scraping with Python starts by introducing and installing the scraping tools and explaining the features of the full application that readers will build throughout the book. You'll see how to use BeautifulSoup4 and Scrapy individually or together to achieve the desired results. Because many sites use JavaScript, you'll also employ Selenium with a browser emulator to render these sites and make them ready for scraping.
By the end of this book, you'll have a complete scraping application to use and rewrite to suit your needs. As a bonus, the author shows you options of how to deploy your spiders into the Cloud to leverage your computer from long-running scraping tasks.
What You'll Learn
Install and implement scraping tools individually and togetherRun spiders to crawl websites for data from the cloudWork with emulators and drivers to extract data from scripted sites
Who This Book Is For
Readers with some previous Python and software development experience, and an interest in website scraping.
Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript

Автор: Percival Harry J.
Название: Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript
ISBN: 1491958707 ISBN-13(EAN): 9781491958704
Издательство: Wiley
Рейтинг:
Цена: 8869.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: By taking you through the development of a real web application from beginning to end, the second edition of this hands-on guide demonstrates the practical advantages of test-driven development (TDD) with Python.

Data Wrangling with JavaScript

Название: Data Wrangling with JavaScript
ISBN: 1617294845 ISBN-13(EAN): 9781617294846
Издательство: Неизвестно
Рейтинг:
Цена: 7918.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Summary

Data Wrangling with JavaScript is hands-on guide that will teach you how to create a JavaScript-based data processing pipeline, handle common and exotic data, and master practical troubleshooting strategies.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Why not handle your data analysis in JavaScript? Modern libraries and data handling techniques mean you can collect, clean, process, store, visualize, and present web application data while enjoying the efficiency of a single-language pipeline and data-centric web applications that stay in JavaScript end to end.

About the Book

Data Wrangling with JavaScript promotes JavaScript to the center of the data analysis stage With this hands-on guide, you'll create a JavaScript-based data processing pipeline, handle common and exotic data, and master practical troubleshooting strategies. You'll also build interactive visualizations and deploy your apps to production. Each valuable chapter provides a new component for your reusable data wrangling toolkit.

What's inside

  • Establishing a data pipeline
  • Acquisition, storage, and retrieval
  • Handling unusual data sets
  • Cleaning and preparing raw dataInteractive visualizations with D3

About the Reader

Written for intermediate JavaScript developers. No data analysis experience required.

About the Author

Ashley Davis is a software developer, entrepreneur, author, and the creator of Data-Forge and Data-Forge Notebook, software for data transformation, analysis, and visualization in JavaScript.

Table of Contents

  1. Getting started: establishing your data pipeline
  2. Getting started with Node.js
  3. Acquisition, storage, and retrieval
  4. Working with unusual data
  5. Exploratory coding
  6. Clean and prepare
  7. Dealing with huge data files
  8. Working with a mountain of data
  9. Practical data analysis
  10. Browser-based visualization
  11. Server-side visualization
  12. Live data
  13. Advanced visualization with D3
  14. Getting to production

ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия