DEV Community

karate
karate

Posted on

Multiplying a certain element in a dataframe, given that certain element is the same as the filename of a CSV file in R

I am trying to solve big data problems and this involves 2 different CSV files If the filename of CSV1 matches a certain element in CSV2, I will multiply each element of CSV1 to that certain element of CSV2. I am using R by the way.

Let's take these as…

Top comments (0)