- Mastering Data Analysis with R
- Gergely Daróczi
- 217字
- 2021-07-09 21:58:50
Summary
This chapter focused on some rather boring, but important tasks that we usually do every day. Importing data is among the first steps of every data science projects, thus mastering data analysis should start with how to load data into the R session in an efficient way.
But efficiency is an ambiguous term in this sense: loading data should be quick in a technical point of view so as not to waste our time, although coding for long hours to speed up the importing process does not make much sense either.
The chapter gave a general overview on the most popular available options to read text files, to interact with databases, and to query subsets of data in R. Now you should be able to deal with all the most often used different data sources, and probably you can also choose which data source would be the ideal candidate in your projects and then do the benchmarks on your own, as we did previously.
The next chapter will extend this knowledge further by providing use cases for fetching data from the Web and different APIs. This simply means that you will be able to use public data in your projects, even if you do not yet have those in binary dataset files or on database backends.
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- ASP.NET MVC4框架揭秘
- Python從小白到大牛
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Python時間序列預測
- JavaScript+jQuery網頁特效設計任務驅動教程
- Swift語言實戰晉級
- 零基礎學編程系列(全5冊)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- 零基礎入門學習C語言:帶你學C帶你飛
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析
- Delphi Cookbook
- Architecting Modern Java EE Applications
- Kendo UI Cookbook
- Unreal Engine Lighting and Rendering Essentials