leombastos / 2024_ppa

1 stars 4 forks source link

Assignment: cropyield data: Key is not matched #29

Open NivaIbrahim opened 4 months ago

NivaIbrahim commented 4 months ago

cropyld<-soils$tabular$cocropyld%>% filter(cropname=="Corn") cropyld

In cropyield dataframe there is no mukey colum, which I think replaced by cokey. But the values are different which is why I cannot use left join. Does it require the row numbers to be same for both of the tables? I guess not but it is giving me the error that the row numbers are different. I suppose the problem is somewhere else.

Does anyone having issues with left joining or crop yield tabular data? TIA