Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

R Data Science Quick Reference: A Pocket Guide to Apis, Libraries, and Packages, Mailund Thomas


Варианты приобретения
Цена: 26080.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Mailund Thomas
Название:  R Data Science Quick Reference: A Pocket Guide to Apis, Libraries, and Packages
ISBN: 9781484248935
Издательство: Springer
Классификация:



ISBN-10: 1484248937
Обложка/Формат: Paperback
Страницы: 246
Вес: 0.37 кг.
Дата издания: 08.08.2019
Язык: English
Издание: 1st ed.
Иллюстрации: 5 illustrations, color; 6 illustrations, black and white; xiv, 211 p. 11 illus., 5 illus. in color.
Размер: 234 x 156 x 14
Читательская аудитория: Professional & vocational
Подзаголовок: A pocket guide to apis, libraries, and packages
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:
In this handy, practical book you will cover each concept concisely, with many illustrative examples. Youll be introduced to several R data science packages, with examples of how to use each of them.
In this book, you’ll learn about the following APIs and packages that deal specifically with data science applications: readr, dibble, forecasts, lubridate, stringr, tidyr, magnittr, dplyr, purrr, ggplot2, modelr, and more.
After using this handy quick reference guide, youll have the code, APIs, and insights to write data science-based applications in the R programming language. Youll also be able to carry out data analysis.
What You Will Learn
Import data with readrWork with categories using forcats, time and dates with lubridate, and strings with stringrFormat data using tidyr and then transform that data using magrittr and dplyrWrite functions with R for data science, data mining, and analytics-based applicationsVisualize data with ggplot2 and fit data to models using modelr
Who This Book Is For
Programmers new to Rs data science, data mining, and analytics packages. Some prior coding experience with R in general is recommended.

Дополнительное описание:
1. Introduction.- 2. Importing Data: readr.- 3. Representing Tables: tibble.- 4. Reformatting Tables: tidyr.- 5. Pipelines: magrittr.- 6. Functional Programming: purrr.- 7. Manipulating Data Frames: dplyr.- 8. Working with Strings: stringr.- 9. Worki


R Quick Syntax Reference: A Pocket Guide to the Language, APIs and Library

Автор: Tollefson Margot
Название: R Quick Syntax Reference: A Pocket Guide to the Language, APIs and Library
ISBN: 1484244044 ISBN-13(EAN): 9781484244043
Издательство: Springer
Рейтинг:
Цена: 27940.00 T
Наличие на складе: Невозможна поставка.
Описание:

This handy reference book detailing the intricacies of R updates the popular first edition by adding R version 3.4 and 3.5 features. Starting with the basic structure of R, the book takes you on a journey through the terminology used in R and the syntax required to make R work. You will find looking up the correct form for an expression quick and easy. Some of the new material includes information on RStudio, S4 syntax, working with character strings, and an example using the Twitter API.
With a copy of the R Quick Syntax Reference in hand, you will find that you are able to use the multitude of functions available in R and are even able to write your own functions to explore and analyze data.
What You Will Learn
Discover the modes and classes of R objects and how to use themUse both packaged and user-created functions in R Import/export data and create new data objects in RCreate descriptive functions and manipulate objects in RTake advantage of flow control and conditional statementsWork with packages such as base, stats, and graphics
Who This Book Is For
Those with programming experience, either new to R, or those with at least some exposure to R but who are new to the latest version.

Java apis, extensions and libraries

Автор: Sharan, Kishori
Название: Java apis, extensions and libraries
ISBN: 1484235452 ISBN-13(EAN): 9781484235454
Издательство: Springer
Рейтинг:
Цена: 93160.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Previous edition: published as Beginning Java APIs, extensions and libraries. 2014.

Julia Quick Syntax Reference: A Pocket Guide for Data Science Programming

Автор: Lobianco Antonello
Название: Julia Quick Syntax Reference: A Pocket Guide for Data Science Programming
ISBN: 148425189X ISBN-13(EAN): 9781484251898
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Поставка под заказ.
Описание:

This quick Julia programming language guide is a condensed code and syntax reference to the Julia 1.x programming language, updated with the latest features of the Julia APIs, libraries, and packages. It presents the essential Julia syntax in a well-organized format that can be used as a handy reference.
This book provides an introduction that reveals basic Julia structures and syntax; discusses data types, control flow, functions, input/output, exceptions, metaprogramming, performance, and more. Additionally, you'll learn to interface Julia with other programming languages such as R for statistics or Python. You will learn how to use Julia packages for data analysis, numerical optimization and symbolic computation, and how to disseminate your results in dynamic documents or interactive web pages.
In this book, the focus is on providing important information as quickly as possible. It is packed with useful information and is a must-have for any Julia programmer.
What You Will Learn
Set up the software needed to run Julia and your first Hello World exampleWork with types and the different containers that Julia makes available for rapid application developmentUse vectorized, classical loop-based code, logical operators, and blocksExplore Julia functions by looking at arguments, return values, polymorphism, parameters, anonymous functions, and broadcastsBuild custom structures in JuliaInterface Julia with other languages such as C/C++, Python, and RProgram a richer API, modifying the code before it is executed using expressions, symbols, macros, quote blocks, and moreMaximize your code’s performance
Who This Book Is For
Experienced programmers new to Julia, as well as existing Julia coders new to the now stable Julia version 1.0 release.

Building REST APIs with Flask

Автор: Kunal Relan
Название: Building REST APIs with Flask
ISBN: 1484250214 ISBN-13(EAN): 9781484250211
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Develop RESTful web services using the Flask micro-framework and integrate them using MySQL. Use Flask to develop, deploy, and manage REST APIs with easy-to-read and understand Python code. Solve your problem from a choice of libraries. Learn to use MySQL as the web services database for your Flask API using SQLAlchemy ORM.
Building REST APIs with Flask provides a primer on Flask, RESTful services, and working with pip to set up your virtual environment. The key differences between NoSQL and SQL are covered, and you are taught how to connect MySQL and Flask using SQLAlchemy. Author Kunal Relan presents best practices for creating REST APIs and guides you in structuring your app and testing REST endpoints. He teaches you how to set up authentication and render HTML using views. You learn how to write unit tests for your REST APIs, and understand mocks, assertions, and integration testing. You will know how to document your REST APIs, deploy your Flask application on all of the major cloud platforms, and debug and monitor your Flask application.
What You'll Learn
Use MySQL to create Flask REST APIs Test REST endpointsCreate CRUD endpoints with Flask and MySQLDeploy Flask on all of the major cloud platformsMonitor your Flask application
Who This Book Is ForPython developers interested in REST API development using Flask and web developers with basic programming knowledge who want to learn how Python and REST APIs work together. Readers should be familiar with Python (command line, or at least pip) and MySQL.

Creating Maintainable APIs

Автор: Varga
Название: Creating Maintainable APIs
ISBN: 1484221958 ISBN-13(EAN): 9781484221952
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Build straightforward and maintainable APIs to create services that are usable and maintainable. Although this book focuses on distributed services, it also emphasizes how the core principles apply even to pure OOD and OOP constructs.
The overall context of Creating Maintainable APIs is to classify the topics into four main areas: classes and interfaces, HTTP REST APIs, messaging APIs, and message payloads (XML, JSON and JSON API as well as Apache Avro).
What You Will Learn
Use object-oriented design constructs and their APIsCreate and manage HTTP REST APIsBuild and manage maintainable messaging APIs, including the use of Apache Kafka as a principal messaging hubHandle message payloads via JSON
Who This Book Is For
Any level software engineers and very experienced programmers.

Building APIs with Node.js

Автор: Pereira
Название: Building APIs with Node.js
ISBN: 1484224418 ISBN-13(EAN): 9781484224410
Издательство: Springer
Рейтинг:
Цена: 18630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015).Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side applications to be developed separately and have a unique interface for the final user. Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language. Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
What You Will Learn
How to build scalable APIs using the Node.js platformHow to use ES6, Express, Passport, ApiDoc, Mocha, Helmet and moreHow to integrate an SQL database through Sequelize.js and build a single page application using Vanilla.js
Who This Book Is For
Ideal for developers who have a basic understanding of JavaScript and Node.js.

C++17 Standard Library Quick Reference: A Pocket Guide to Data Structures, Algorithms, and Functions

Автор: Van Weert Peter, Gregoire Marc
Название: C++17 Standard Library Quick Reference: A Pocket Guide to Data Structures, Algorithms, and Functions
ISBN: 1484249224 ISBN-13(EAN): 9781484249222
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. It does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++ programmer will learn a thing or two from it and find it a useful memory-aid.
It is hard to remember all the possibilities, details, and intricacies of the vast and growing Standard Library. This handy reference guide is therefore indispensable to any C++ programmer. It offers a condensed, well-structured summary of all essential aspects of the C++ Standard Library. No page-long, repetitive examples or obscure, rarely used features. Instead, everything you need to know and watch out for in practice is outlined in a compact, to-the-point style, interspersed with practical tips and well-chosen, clarifying examples.
This new edition is updated to include all Standard Library changes in C++17, including the new vocabulary types std::string_view, any, optional, and variant; parallel algorithms; the file system library; specialized mathematical functions; and more.
What You Will Learn
Gain the essentials that the C++ Standard Library has to offerUse containers to efficiently store and retrieve your dataInspect and manipulate your data with algorithms See how lambda expressions allow for elegant use of algorithmsDiscover what the standard string class provides and how to use itWrite localized applicationsWork with file and stream-based I/OPrevent memory leaks with smart pointersWrite safe and efficient multi-threaded code using the threading libraries
Who This Book Is For
All C++ programmers, irrespective of their proficiency with the language or the Standard Library. A secondary audience is developers who are new to C++, but not new to programming, and who want to learn more about the C++ Standard Library in a quick, condensed manner.

Perl 6 Quick Syntax Reference: A Pocket Guide to the Language, the Core Modules, and the Community

Автор: Merelo J. J.
Название: Perl 6 Quick Syntax Reference: A Pocket Guide to the Language, the Core Modules, and the Community
ISBN: 1484249550 ISBN-13(EAN): 9781484249550
Издательство: Springer
Рейтинг:
Цена: 32600.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

This condensed code and syntax reference book presents the Raku (formerly known as Perl 6) scripting language in a well-organized format designed to be used time and again. It contains an easy-to-read and use guide to Raku for software application development.
Using this book will give you a feel for the language, as well as an introduction to the different features (such as object-oriented programming) that make Raku such a unique language. You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. Perl 6 Quick Syntax Reference is packed with useful information and is a must-have for any developer new to Raku.
What You Will Learn
Use Raku expressions and operators Work with Raku data access and persistent dataProcess complex data structures available in RakuWork with functions, modules, and moreUse Raku classes, roles, and traitsTake advantage of regular expressions and grammars using Raku Use the Unicode standard to its full extent in your scripts
Who This Book Is For
Those new to Raku who have at least some programming experience in any scripting language.

Machine Learning Pocket Reference: A Quick Guide to Structured Machine Learning Techniques

Автор: Harrison Matt
Название: Machine Learning Pocket Reference: A Quick Guide to Structured Machine Learning Techniques
ISBN: 1492047546 ISBN-13(EAN): 9781492047544
Издательство: Wiley
Рейтинг:
Цена: 15930.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: With detailed notes, tables, and examples, this handy reference will help you navigate the basics of structured machine learning. Author Matt Harrison delivers a valuable guide that you can use for additional support during training and as a convenient resource when you dive into your next machine learning project.

Ada 2005 Reference Manual. Language and Standard Libraries

Автор: S. Tucker Taft; Robert A. Duff; Randall L. Brukard
Название: Ada 2005 Reference Manual. Language and Standard Libraries
ISBN: 3540693351 ISBN-13(EAN): 9783540693352
Издательство: Springer
Рейтинг:
Цена: 121110.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Combines the International Standard ISO/IEC 8652/1995(E) for the programming language Ada with the corrections of the Technical Corrigendum 1 approved by ISO in February 2001 and with the Amendment 1 approved by ISO in late 2006 or early 2007.

Ada 2012 Reference Manual. Language and Standard Libraries

Автор: S. Tucker Taft; Robert A. Duff; Randall L. Brukard
Название: Ada 2012 Reference Manual. Language and Standard Libraries
ISBN: 3642454186 ISBN-13(EAN): 9783642454189
Издательство: Springer
Рейтинг:
Цена: 91310.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This manual is an enhanced version of the text of International Standard ISO/IEC 8652/2012(E) for the programming language Ada. It is an indispensable working companion for anybody using Ada professionally or learning and studying the language systematically.

Python for Data Mining Quick Syntax Reference

Автор: Porcu Valentina
Название: Python for Data Mining Quick Syntax Reference
ISBN: 1484241126 ISBN-13(EAN): 9781484241127
Издательство: Springer
Рейтинг:
Цена: 30740.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

?Learn how to use Python and its structures, how to install Python, and which tools are best suited for data analyst work. This book provides you with a handy reference and tutorial on topics ranging from basic Python concepts through to data mining, manipulating and importing datasets, and data analysis.
Python for Data Mining Quick Syntax Reference covers each concept concisely, with many illustrative examples. You'll be introduced to several data mining packages, with examples of how to use each of them.
The first part covers core Python including objects, lists, functions, modules, and error handling. The second part covers Python's most important data mining packages: NumPy and SciPy for mathematical functions and random data generation, pandas for dataframe management and data import, Matplotlib for drawing charts, and scikitlearn for machine learning.
What You'll Learn
Install Python and choose a development environmentUnderstand the basic concepts of object-oriented programmingImport, open, and edit filesReview the differences between Python 2.x and 3.xWho This Book Is For
Programmers new to Python's data mining packages or with experience in other languages, who want a quick guide to Pythonic tools and techniques.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия