Need to insert various rows of data from a data frame after particular rows from another dataframe
Hi.
From what you say, plain "rbind" could be used, if the columns in both sets
are the same and in the same order. After that you can reorder the resulting data frame as you wish by "order". AFAIK for most functions row order in data frame does not matter. Cheers Petr
-----Original Message----- From: R-help <r-help-bounces at r-project.org> On Behalf Of Ranjeet Kumar Jha Sent: Monday, July 25, 2022 3:03 PM To: R-help <r-help at r-project.org> Subject: [R] Need to insert various rows of data from a data frame after particular rows from another dataframe Hello Everyone, I have dataset in a particular format in "dacnet_yield_update till
2019.xlsx" file,
where I need to insert the data of rows 2018-2019 and 2019-2020 for the districts those data are available in "Kharif crops
yield_18-
19.xlsx". I need to insert these two rows of data belonging to every
district, if
data is available in a later excel file, just after the particular crop
group data for
the particular district. I have put the data file in the given link. https://drive.google.com/drive/u/0/folders/1dNmGTI8_c9PK1QqmfIjnpbyzuiC XgxFC Please help solving this problem. Regards and Thanks, Ranjeet [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.