saving . . . saved Data Set Merging has been deleted. Data Set Merging has been hidden .
Data Set Merging
Title
Question
In assignment , we are supposed to perform all the functions learnt. We have one iris dataset. How to perform merge()? From where different formats of iris data can be found like xml, txt etc? OR is it available in forum, please provide link to work on assignment.
Thanks

R Merging-and-Importing-Data 13-14 min 50-60 sec 29-04-20, 10:54 a.m. RK2020

Answers:

For merging, you can split the iris data and then merge. You can open the iris data in the RStudio and save it in different formats. Later, you can use those formats to run your commands. Alternatively, you might want to search for files in different formats over the Internet. 
29-04-20, 11:51 a.m. sudhakarst
Thanks.
29-04-20, 5:38 p.m. RK2020

Login to add comment


Now i will  set data are hosted on different servers and exist in many different files. When the data you need come from multiple sources, it's essential to know how to aggregate them so that you lose as little information as possible and make pairings that actually make sense given the structure of your data.

<ul style="font-family: Lora, serif; color: rgb(61, 66, 81); padding: 0px 0px 0px 1em; font-size: 20px; margin-top: 1.5em !important;"><li style="line-height: 1.8em;">Merging datasets horizontally and vertically</li><li style="line-height: 1.8em; margin-top: 1em;">What primary keys are and how they add structure to your data</li><li style="line-height: 1.8em; margin-top: 1em;">Different types of joins (e.g., left-join, inner-join, full-join) and how to choose among them</li><li style="line-height: 1.8em; margin-top: 1em;">A common problem to watch out for and how to resolve it</li></ul>
30-04-20, 2:13 p.m. dranilkumar73@rediffmail.com


Log-in to answer to this question.