R for data science: import, tidy, transform, visualize, and model data
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo
O'Reilly
2023
|
Ausgabe: | 2nd edition |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | xxiii, 548 Seiten Illustrationen, Diagramme |
ISBN: | 9781492097402 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV048887728 | ||
003 | DE-604 | ||
005 | 20231116 | ||
007 | t | ||
008 | 230403s2023 a||| |||| 00||| eng d | ||
020 | |a 9781492097402 |9 978-1-492-09740-2 | ||
035 | |a (ELiSA)ELiSA-9781492097402 | ||
035 | |a (OCoLC)1392138200 | ||
035 | |a (DE-599)BVBBV048887728 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-355 |a DE-703 |a DE-20 |a DE-29T |a DE-92 |a DE-898 |a DE-945 |a DE-739 |a DE-188 |a DE-Aug4 |a DE-634 |a DE-523 |a DE-473 |a DE-573 |a DE-824 |a DE-Eb1 | ||
084 | |a ST 601 |0 (DE-625)143682: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Wickham, Hadley |e Verfasser |0 (DE-588)1068547812 |4 aut | |
245 | 1 | 0 | |a R for data science |b import, tidy, transform, visualize, and model data |c Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund |
250 | |a 2nd edition | ||
264 | 1 | |a Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo |b O'Reilly |c 2023 | |
300 | |a xxiii, 548 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Data Science |0 (DE-588)1140936166 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a R |g Programm |0 (DE-588)4705956-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenanalyse |0 (DE-588)4123037-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 0 | 1 | |a Datenanalyse |0 (DE-588)4123037-1 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a R |g Programm |0 (DE-588)4705956-4 |D s |
689 | 1 | 1 | |a Data Science |0 (DE-588)1140936166 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a Çetinkaya-Rundel, Mine |e Verfasser |0 (DE-588)1071012452 |4 aut | |
700 | 1 | |a Grolemund, Garrett |e Verfasser |0 (DE-588)1058224441 |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034152359&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-034152359 |
Datensatz im Suchindex
_version_ | 1804185040088727552 |
---|---|
adam_text | Table of Contents Introduction.................................................................................................................................................... xi Parti. Ն Whole Game Data Visualization................................... Introduction First Steps ggplot2 Calls Visualizing Distributions Visualizing Relationships Saving Your Plots Common Problems Summary 1 1 2 14 14 19 28 28 29 2. Workflow: Basics.............................................................................................................................. 31 Coding Basics Comments Whaťs in a Name? Calling Functions Exercises Summary 31 32 33 34 35 35 3. Data Transformation ..........................................................................................................................37 Introduction Rows Columns The Pipe 37 40 45 49
Groups Case Study: Aggregates and Sample Size Summary 4. Workflow: Code Style........................................................................................................... Names Spaces Pipes ggplotî Sectioning Comments Exercises Summary 51 58 60 61 62 63 63 65 65 66 66 5. Data Tidying............................................................................................................................. 67 Introduction Tidy Data Lengthening Data Widening Data Summary 67 68 71 79 83 6. Workflow: Scripts and Projects........................................................................................... 85 Scripts Projects Exercises Summary 85 89 94 94 7. Data Import........................................................................................................................... 95 Introduction Reading Data from a File Controlling Column Types Reading Data from Multiple Files Writing to a File Data Entry Summary 8. Workflow: Getting Help................................................................................ Google Is Your Friend Making a reprex Investing in Yourself Summary iv ) Tabieof Contents 95 95 102 105 106 107 108 109 109 109 111 112
Part II. Visualize 9. Layers............................................................................................................................................... Introduction Aesthetic Mappings Geometric Objects Facets Statistical Transformations Position Adjustments Coordinate Systems The Layered Grammar of Graphics Summary 115 115 116 120 126 129 134 139 141 142 10. Exploratory Data Analysis.......................................................................................................... Introduction Questions Variation Unusual Values Covariation Patterns and Models Summary 143 143 144 144 149 152 162 165 11. Communication................................................................................................................................ 167 Introduction Labels Annotations Scales Themes Layout Summary Partili. 167 168 170 175 191 194 199 Transform 12. Logical Vectors.................................................................................................................................. 203 Introduction Comparisons Boolean Algebra Summaries Conditional Transformations Summary 203 204 208 211 214 217 Table of Contents | v
13. Numbers.................................................................................................................................. 219 Introduction Making Numbers Counts Numeric Transformations General Transformations Numeric Summaries Summary 219 219 220 222 229 233 239 14. Strings......................................................................................................................................241 Introduction Creating a String Creating Many Strings from Data Extracting Data from Strings Letters Non-English Text Summary 15. Regular Expressions........................................................................................................... Introduction Pattern Basics Key Functions Pattern Details Pattern Control Practice Regular Expressions in Other Places Summary 16. Factors................................................................................................................................. Introduction Factor Basics General Social Survey Modifying Factor Order Modifying Factor Levels Ordered Factors Summary 241 242 244 247 252 254 257 259 259 260 262 266 273 275 280 281 283 283 283 285 286 291 293 294 17. DatesandTimes................................................................................................................. 295 Introduction Creating Date/Times Date-Time Components Time Spans vi I Table of Contents 295 296 303 311
Time Zones Summary 315 317 18. Missing Values.....................................................................................................................319 319 319 32 i 324 326 Introduction Explicit Missing Values Implicit Missing Values Factors and Empty Groups Summary 19. Joins.................................................................................................................................. 327 327 328 332 339 344 351 Introduction Keys Basic loins How Do Joins Work? Non-Equi Joins Summary Part IV. Import 20. Spreadsheets..................................................................................................................... 355 355 355 369 373 Introduction Excel Google Sheets Summary 21. Databases.............................................................................................................................375 375 376 376 379 381 389 392 Introduction Database Basics Connecting to a Database dbplyr Basics SQL Function Translations Summary 22. Arrow................................................................................................................................ 393 393 394 394 396 398 Introduction Getting the Data Opening a Dataset The Parquet Format Using dplyr with Arrow Table of Contents ļ vii
Summary 4θθ 23. Hierarchical Data..................................................................................................................... 401 Introduction Lists Unnesting Case Studies ISON Summary 401 402 406 410 418 421 24. Web Scraping......................................................................................................................... 423 Introduction Scraping Ethics and Legalities HTML Basics Extracting Data Finding the Right Selectors Putting It All Together Dynamic Sites Summary PartV. 423 424 425 427 431 432 437 438 Program 25. Fondions.............................................................................................................................. 441 Introduction Vector Functions Data Frame Functions Plot Functions Style Summary 441 442 447 454 461 462 26. Iteration................................................................................................................................ 463 Introduction Modifying Multiple Columns Reading Multiple Files Saving Multiple Outputs Summary 463 464 473 481 486 27. A Field Guide to Base R......................................................................................................... 487 Introduction Selecting Multiple Elements with [ Selecting a Single Element with $ and [ [ viii I Table of Contents 487 488 492
Apply Family for Loops Plots Summary Part VI. 495 497 498 499 Communicate 28. Quarto.................................................................................................................................. 503 Introduction Quarto Basics Visual Editor Source Editor CodeChunks Figures Tables Caching Troubleshooting YAML Header Workflow Summary 503 504 507 509 511 515 519 520 521 522 525 526 29. Quarto Formats................................................................................................................ Introduction Output Options Documents Presentations Interactivity Websites and Books Other Formats Summary 529 529 529 530 531 531 534 535 535 Index...................................................................................................................................... 537 Table of Contents Į ix
|
adam_txt |
Table of Contents Introduction. xi Parti. Ն Whole Game Data Visualization. Introduction First Steps ggplot2 Calls Visualizing Distributions Visualizing Relationships Saving Your Plots Common Problems Summary 1 1 2 14 14 19 28 28 29 2. Workflow: Basics. 31 Coding Basics Comments Whaťs in a Name? Calling Functions Exercises Summary 31 32 33 34 35 35 3. Data Transformation .37 Introduction Rows Columns The Pipe 37 40 45 49
Groups Case Study: Aggregates and Sample Size Summary 4. Workflow: Code Style. Names Spaces Pipes ggplotî Sectioning Comments Exercises Summary 51 58 60 61 62 63 63 65 65 66 66 5. Data Tidying. 67 Introduction Tidy Data Lengthening Data Widening Data Summary 67 68 71 79 83 6. Workflow: Scripts and Projects. 85 Scripts Projects Exercises Summary 85 89 94 94 7. Data Import. 95 Introduction Reading Data from a File Controlling Column Types Reading Data from Multiple Files Writing to a File Data Entry Summary 8. Workflow: Getting Help. Google Is Your Friend Making a reprex Investing in Yourself Summary iv ) Tabieof Contents 95 95 102 105 106 107 108 109 109 109 111 112
Part II. Visualize 9. Layers. Introduction Aesthetic Mappings Geometric Objects Facets Statistical Transformations Position Adjustments Coordinate Systems The Layered Grammar of Graphics Summary 115 115 116 120 126 129 134 139 141 142 10. Exploratory Data Analysis. Introduction Questions Variation Unusual Values Covariation Patterns and Models Summary 143 143 144 144 149 152 162 165 11. Communication. 167 Introduction Labels Annotations Scales Themes Layout Summary Partili. 167 168 170 175 191 194 199 Transform 12. Logical Vectors. 203 Introduction Comparisons Boolean Algebra Summaries Conditional Transformations Summary 203 204 208 211 214 217 Table of Contents | v
13. Numbers. 219 Introduction Making Numbers Counts Numeric Transformations General Transformations Numeric Summaries Summary 219 219 220 222 229 233 239 14. Strings.241 Introduction Creating a String Creating Many Strings from Data Extracting Data from Strings Letters Non-English Text Summary 15. Regular Expressions. Introduction Pattern Basics Key Functions Pattern Details Pattern Control Practice Regular Expressions in Other Places Summary 16. Factors. Introduction Factor Basics General Social Survey Modifying Factor Order Modifying Factor Levels Ordered Factors Summary 241 242 244 247 252 254 257 259 259 260 262 266 273 275 280 281 283 283 283 285 286 291 293 294 17. DatesandTimes. 295 Introduction Creating Date/Times Date-Time Components Time Spans vi I Table of Contents 295 296 303 311
Time Zones Summary 315 317 18. Missing Values.319 319 319 32 i 324 326 Introduction Explicit Missing Values Implicit Missing Values Factors and Empty Groups Summary 19. Joins. 327 327 328 332 339 344 351 Introduction Keys Basic loins How Do Joins Work? Non-Equi Joins Summary Part IV. Import 20. Spreadsheets. 355 355 355 369 373 Introduction Excel Google Sheets Summary 21. Databases.375 375 376 376 379 381 389 392 Introduction Database Basics Connecting to a Database dbplyr Basics SQL Function Translations Summary 22. Arrow. 393 393 394 394 396 398 Introduction Getting the Data Opening a Dataset The Parquet Format Using dplyr with Arrow Table of Contents ļ vii
Summary 4θθ 23. Hierarchical Data. 401 Introduction Lists Unnesting Case Studies ISON Summary 401 402 406 410 418 421 24. Web Scraping. 423 Introduction Scraping Ethics and Legalities HTML Basics Extracting Data Finding the Right Selectors Putting It All Together Dynamic Sites Summary PartV. 423 424 425 427 431 432 437 438 Program 25. Fondions. 441 Introduction Vector Functions Data Frame Functions Plot Functions Style Summary 441 442 447 454 461 462 26. Iteration. 463 Introduction Modifying Multiple Columns Reading Multiple Files Saving Multiple Outputs Summary 463 464 473 481 486 27. A Field Guide to Base R. 487 Introduction Selecting Multiple Elements with [ Selecting a Single Element with $ and [ [ viii I Table of Contents 487 488 492
Apply Family for Loops Plots Summary Part VI. 495 497 498 499 Communicate 28. Quarto. 503 Introduction Quarto Basics Visual Editor Source Editor CodeChunks Figures Tables Caching Troubleshooting YAML Header Workflow Summary 503 504 507 509 511 515 519 520 521 522 525 526 29. Quarto Formats. Introduction Output Options Documents Presentations Interactivity Websites and Books Other Formats Summary 529 529 529 530 531 531 534 535 535 Index. 537 Table of Contents Į ix |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Wickham, Hadley Çetinkaya-Rundel, Mine Grolemund, Garrett |
author_GND | (DE-588)1068547812 (DE-588)1071012452 (DE-588)1058224441 |
author_facet | Wickham, Hadley Çetinkaya-Rundel, Mine Grolemund, Garrett |
author_role | aut aut aut |
author_sort | Wickham, Hadley |
author_variant | h w hw m ç r mçr g g gg |
building | Verbundindex |
bvnumber | BV048887728 |
classification_rvk | ST 601 ST 250 |
ctrlnum | (ELiSA)ELiSA-9781492097402 (OCoLC)1392138200 (DE-599)BVBBV048887728 |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 2nd edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02015nam a2200445 c 4500</leader><controlfield tag="001">BV048887728</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20231116 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">230403s2023 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781492097402</subfield><subfield code="9">978-1-492-09740-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(ELiSA)ELiSA-9781492097402</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1392138200</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV048887728</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-898</subfield><subfield code="a">DE-945</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-523</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-573</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-Eb1</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 601</subfield><subfield code="0">(DE-625)143682:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wickham, Hadley</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1068547812</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">R for data science</subfield><subfield code="b">import, tidy, transform, visualize, and model data</subfield><subfield code="c">Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2nd edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2023</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xxiii, 548 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Data Science</subfield><subfield code="0">(DE-588)1140936166</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenanalyse</subfield><subfield code="0">(DE-588)4123037-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datenanalyse</subfield><subfield code="0">(DE-588)4123037-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">R</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4705956-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Data Science</subfield><subfield code="0">(DE-588)1140936166</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Çetinkaya-Rundel, Mine</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1071012452</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Grolemund, Garrett</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1058224441</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034152359&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-034152359</subfield></datafield></record></collection> |
id | DE-604.BV048887728 |
illustrated | Illustrated |
index_date | 2024-07-03T21:47:35Z |
indexdate | 2024-07-10T09:48:54Z |
institution | BVB |
isbn | 9781492097402 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-034152359 |
oclc_num | 1392138200 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-703 DE-20 DE-29T DE-92 DE-898 DE-BY-UBR DE-945 DE-739 DE-188 DE-Aug4 DE-634 DE-523 DE-473 DE-BY-UBG DE-573 DE-824 DE-Eb1 |
owner_facet | DE-355 DE-BY-UBR DE-703 DE-20 DE-29T DE-92 DE-898 DE-BY-UBR DE-945 DE-739 DE-188 DE-Aug4 DE-634 DE-523 DE-473 DE-BY-UBG DE-573 DE-824 DE-Eb1 |
physical | xxiii, 548 Seiten Illustrationen, Diagramme |
publishDate | 2023 |
publishDateSearch | 2023 |
publishDateSort | 2023 |
publisher | O'Reilly |
record_format | marc |
spelling | Wickham, Hadley Verfasser (DE-588)1068547812 aut R for data science import, tidy, transform, visualize, and model data Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund 2nd edition Beijing ; Boston ; Farnham ; Sebastopol ; Tokyo O'Reilly 2023 xxiii, 548 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier Data Science (DE-588)1140936166 gnd rswk-swf R Programm (DE-588)4705956-4 gnd rswk-swf Datenanalyse (DE-588)4123037-1 gnd rswk-swf R Programm (DE-588)4705956-4 s Datenanalyse (DE-588)4123037-1 s DE-604 Data Science (DE-588)1140936166 s Çetinkaya-Rundel, Mine Verfasser (DE-588)1071012452 aut Grolemund, Garrett Verfasser (DE-588)1058224441 aut Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034152359&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Wickham, Hadley Çetinkaya-Rundel, Mine Grolemund, Garrett R for data science import, tidy, transform, visualize, and model data Data Science (DE-588)1140936166 gnd R Programm (DE-588)4705956-4 gnd Datenanalyse (DE-588)4123037-1 gnd |
subject_GND | (DE-588)1140936166 (DE-588)4705956-4 (DE-588)4123037-1 |
title | R for data science import, tidy, transform, visualize, and model data |
title_auth | R for data science import, tidy, transform, visualize, and model data |
title_exact_search | R for data science import, tidy, transform, visualize, and model data |
title_exact_search_txtP | R for data science import, tidy, transform, visualize, and model data |
title_full | R for data science import, tidy, transform, visualize, and model data Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund |
title_fullStr | R for data science import, tidy, transform, visualize, and model data Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund |
title_full_unstemmed | R for data science import, tidy, transform, visualize, and model data Hadley Wickham, Mine Çetinkaya-Rundel, and Garrett Grolemund |
title_short | R for data science |
title_sort | r for data science import tidy transform visualize and model data |
title_sub | import, tidy, transform, visualize, and model data |
topic | Data Science (DE-588)1140936166 gnd R Programm (DE-588)4705956-4 gnd Datenanalyse (DE-588)4123037-1 gnd |
topic_facet | Data Science R Programm Datenanalyse |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=034152359&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT wickhamhadley rfordatascienceimporttidytransformvisualizeandmodeldata AT cetinkayarundelmine rfordatascienceimporttidytransformvisualizeandmodeldata AT grolemundgarrett rfordatascienceimporttidytransformvisualizeandmodeldata |