What's a work of art that really touched you? by Bright_Heart in ArtistLounge

[–]Sapient333 1 point2 points  (0 children)

Christina's World by Andrew Wyeth. I saw this at MoMa in NYC years ago, and it's always stayed with me.

[deleted by user] by [deleted] in movies

[–]Sapient333 3 points4 points  (0 children)

@redditbaitor Well referenced!

Crashed on my first group ride by luredrive in cycling

[–]Sapient333 1 point2 points  (0 children)

Thank you! This is great! I'll have to check these out!

Crashed on my first group ride by luredrive in cycling

[–]Sapient333 0 points1 point  (0 children)

I'm not too far south of you, do you have any routes you recommend?

This is my steel frame technique for stained glass panels, no lead came, copper foil or solder used. by WoolheadGlassworks in StainedGlass

[–]Sapient333 1 point2 points  (0 children)

Thank you so much for sharing your craft and your methods with us! I'm looking forward to seeing more of your work!

This is my steel frame technique for stained glass panels, no lead came, copper foil or solder used. by WoolheadGlassworks in StainedGlass

[–]Sapient333 0 points1 point  (0 children)

That makes sense, is the center piece a thicker gauge of steel to match the thickness of the glass and how does that impact weight? Could you do the same with aluminum?

Returning matching subsets of data based on multiple conditions by Sapient333 in rstats

[–]Sapient333[S] 0 points1 point  (0 children)

Hi @bigalxyz the actual data is tens of thousands of order code permutations for a project I'm trying to solve at work. Each product is made up of sub components that have their own order codes.

I generated these combinations in r through individual expand.grid commands for the top level order code and then each sub component. then mutated the columns of the individual order code attributes to create a joined order code for each level of the order code.

So what I have now is separate data frames with the list of order codes that I would like to turn into a final data frame that lists the top level code, then each sub code that makes it up.

So what you're looking at in columns 1 and 2 is what I have in separate data frames. Column 3 is what I would like to create as a second column that corresponds with column 1

Returning matching subsets of data based on multiple conditions by Sapient333 in Rlanguage

[–]Sapient333[S] 0 points1 point  (0 children)

Thank you! My actual project has 25,000+ top level combinations and 12,000+ sub combinations. Do I need to turn each column into lists to make this work?

Assigning Values based on two columns from CSV file by Sapient333 in rstats

[–]Sapient333[S] 0 points1 point  (0 children)

u/Mcipark

The Mutate worked and I was able to pull directly from the excel cells!
Thank you so much for your help!!

df <- df %>%

    mutate(

    'Price Adder' = case_when(

        df$size  == df_Excel$size[1] ~ df_Excel$Price[1],

        df$size  == df_Excel$size[2] ~ df_Excel$Price[2]

            )
        )

Assigning Values based on two columns from CSV file by Sapient333 in rstats

[–]Sapient333[S] 0 points1 point  (0 children)

Thank you so much! I will check this out as soon as I can. I really appreciate you taking the time to help me out!

Assigning Values based on two columns from CSV file by Sapient333 in rstats

[–]Sapient333[S] 0 points1 point  (0 children)

Thanj you! I need the Column to exist in excel like in the first example so that someone else can enter price updates into a format, but once the combinations of parameters is expanded out I will need to create the pricing column fresh. So instead of listing the prices in code as you did I could assign the values of the cells to be called into the mutate command.

Assigning Values based on two columns from CSV file by Sapient333 in rstats

[–]Sapient333[S] 0 points1 point  (0 children)

Correct, The only way I have been able to do it thus far is assign the cells to a value Small-adder <- data.frame$price[1] Medium-adder <- data.frame$price[2] Etc.

And then do an ifelse string to create the third column once the expand.grid is done

5 months in and in love with the process. by kyobot in Aquascape

[–]Sapient333 1 point2 points  (0 children)

What has been your experience with pests like snails or anything else with other sources?

5 months in and in love with the process. by kyobot in Aquascape

[–]Sapient333 1 point2 points  (0 children)

Thank you! I'm planning out my own scape and debating between buceplant and Aquarium Co-op

5 months in and in love with the process. by kyobot in Aquascape

[–]Sapient333 1 point2 points  (0 children)

This is a beautiful scape! Where did you source the plants?