語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
CRAN recipesDPLYR, Stringr, Lubridat...
~
SpringerLink (Online service)
CRAN recipesDPLYR, Stringr, Lubridate, and RegEx in R /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
CRAN recipesby William Yarberry.
其他題名:
DPLYR, Stringr, Lubridate, and RegEx in R /
作者:
Yarberry, William.
出版者:
Berkeley, CA :Apress :2021.
面頁冊數:
xxi, 344 p. :ill., digital ;24 cm.
Contained By:
Springer Nature eBook
標題:
R (Computer program language)
電子資源:
https://doi.org/10.1007/978-1-4842-6876-6
ISBN:
9781484268766$q(electronic bk.)
CRAN recipesDPLYR, Stringr, Lubridate, and RegEx in R /
Yarberry, William.
CRAN recipes
DPLYR, Stringr, Lubridate, and RegEx in R /[electronic resource] :by William Yarberry. - Berkeley, CA :Apress :2021. - xxi, 344 p. :ill., digital ;24 cm.
1: DPLYR -- 2: STRINGR -- 3: Lubridate -- 4: Regular Expressions: Introduction -- 5: Typical Uses -- 6: Some Simple Patterns -- 7: Character Classes -- 8: Elements of Regular Expressions -- 9: The Magnificent Seven -- 10: Regular Expressions in Stringr -- 11: Unicode -- 12: Tools for Development and Resources -- 13: Regex Summary -- 14: Recipes for Common R Tasks -- 15: Data Structures -- 16: Visualization -- 17: Simple Prediction Methods -- 18: Smorgasbord of Simple Statistical Tests -- 19: Validation of Data -- 20: Shortcuts and Miscellaneous -- 21: Conclusion -- Appendix A: Suggested Websites -- Appendix B: Cheat Sheet for Regex in R -- Appendix C: General R Comments by John D. Cook, Consultant -- Appendix D: Understanding a Long Regular Expression -- Appendix E: Regular Expression-enabled Languages -- Appendix F: Sample Data Analysis Questions -- Appendix G: Formats Recognized by Lubridate.
Want to use the power of R sooner rather than later? Don't have time to plow through wordy texts and online manuals? Use this book for quick, simple code to get your projects up and running. It includes code and examples applicable to many disciplines. Written in everyday language with a minimum of complexity, each chapter provides the building blocks you need to fit R's astounding capabilities to your analytics, reporting, and visualization needs. CRAN Recipes recognizes how needless jargon and complexity get in your way. Busy professionals need simple examples and intuitive descriptions; side trips and meandering philosophical discussions are left for other books. Here R scripts are condensed, to the extent possible, to copy-paste-run format. Chapters and examples are structured to purpose rather than particular functions (e.g., "dirty data cleanup" rather than the R package name "janitor") Everyday language eliminates the need to know functions/packages in advance. You will: Carry out input/output; visualizations; data munging; manipulations at the group level; and quick data exploration Handle forecasting (multivariate, time series, logistic regression, Facebook's Prophet, and others) Use text analytics; sampling; financial analysis; and advanced pattern matching (regex) Manipulate data using DPLYR: filter, sort, summarize, add new fields to datasets, and apply powerful IF functions Create combinations or subsets of files using joins Write efficient code using pipes to eliminate intermediate steps (MAGRITTR) Work with string/character manipulation of all types (STRINGR) Discover counts, patterns, and how to locate whole words Do wild-card matching, extraction, and invert-match Work with dates using LUBRIDATE Fix dirty data; attractive formatting; bad habits to avoid.
ISBN: 9781484268766$q(electronic bk.)
Standard No.: 10.1007/978-1-4842-6876-6doiSubjects--Topical Terms:
210846
R (Computer program language)
LC Class. No.: QA276.45.R3 / Y373 2021
Dewey Class. No.: 519.502855133
CRAN recipesDPLYR, Stringr, Lubridate, and RegEx in R /
LDR
:03722nmm a2200325 a 4500
001
598138
003
DE-He213
005
20210423094430.0
006
m d
007
cr nn 008maaau
008
211019s2021 cau s 0 eng d
020
$a
9781484268766$q(electronic bk.)
020
$a
9781484268759$q(paper)
024
7
$a
10.1007/978-1-4842-6876-6
$2
doi
035
$a
978-1-4842-6876-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA276.45.R3
$b
Y373 2021
072
7
$a
U
$2
bicssc
072
7
$a
COM000000
$2
bisacsh
072
7
$a
UX
$2
thema
082
0 4
$a
519.502855133
$2
23
090
$a
QA276.45.R3
$b
Y26 2021
100
1
$a
Yarberry, William.
$3
204574
245
1 0
$a
CRAN recipes
$h
[electronic resource] :
$b
DPLYR, Stringr, Lubridate, and RegEx in R /
$c
by William Yarberry.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xxi, 344 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1: DPLYR -- 2: STRINGR -- 3: Lubridate -- 4: Regular Expressions: Introduction -- 5: Typical Uses -- 6: Some Simple Patterns -- 7: Character Classes -- 8: Elements of Regular Expressions -- 9: The Magnificent Seven -- 10: Regular Expressions in Stringr -- 11: Unicode -- 12: Tools for Development and Resources -- 13: Regex Summary -- 14: Recipes for Common R Tasks -- 15: Data Structures -- 16: Visualization -- 17: Simple Prediction Methods -- 18: Smorgasbord of Simple Statistical Tests -- 19: Validation of Data -- 20: Shortcuts and Miscellaneous -- 21: Conclusion -- Appendix A: Suggested Websites -- Appendix B: Cheat Sheet for Regex in R -- Appendix C: General R Comments by John D. Cook, Consultant -- Appendix D: Understanding a Long Regular Expression -- Appendix E: Regular Expression-enabled Languages -- Appendix F: Sample Data Analysis Questions -- Appendix G: Formats Recognized by Lubridate.
520
$a
Want to use the power of R sooner rather than later? Don't have time to plow through wordy texts and online manuals? Use this book for quick, simple code to get your projects up and running. It includes code and examples applicable to many disciplines. Written in everyday language with a minimum of complexity, each chapter provides the building blocks you need to fit R's astounding capabilities to your analytics, reporting, and visualization needs. CRAN Recipes recognizes how needless jargon and complexity get in your way. Busy professionals need simple examples and intuitive descriptions; side trips and meandering philosophical discussions are left for other books. Here R scripts are condensed, to the extent possible, to copy-paste-run format. Chapters and examples are structured to purpose rather than particular functions (e.g., "dirty data cleanup" rather than the R package name "janitor") Everyday language eliminates the need to know functions/packages in advance. You will: Carry out input/output; visualizations; data munging; manipulations at the group level; and quick data exploration Handle forecasting (multivariate, time series, logistic regression, Facebook's Prophet, and others) Use text analytics; sampling; financial analysis; and advanced pattern matching (regex) Manipulate data using DPLYR: filter, sort, summarize, add new fields to datasets, and apply powerful IF functions Create combinations or subsets of files using joins Write efficient code using pipes to eliminate intermediate steps (MAGRITTR) Work with string/character manipulation of all types (STRINGR) Discover counts, patterns, and how to locate whole words Do wild-card matching, extraction, and invert-match Work with dates using LUBRIDATE Fix dirty data; attractive formatting; bad habits to avoid.
650
0
$a
R (Computer program language)
$3
210846
650
1 4
$a
Professional Computing.
$3
763344
650
2 4
$a
Computer Science, general.
$3
274540
650
2 4
$a
Statistics, general.
$3
275684
650
2 4
$a
Statistics and Computing/Statistics Programs.
$3
275710
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6876-6
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000196867
電子館藏
1圖書
電子書
EB QA276.45.R3 Y26 2021 2021
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
https://doi.org/10.1007/978-1-4842-6876-6
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入