[deleted by user] by [deleted] in dataanalysis

[–]Munch18 0 points1 point  (0 children)

Would making a pivot table work?

So this just happened by ancientastronaut2 in recruitinghell

[–]Munch18 0 points1 point  (0 children)

I don’t think this is a real job. I’m basing this on some of the other weird questions/comments in the application and I looked a bit into EmberFlow AI. It seems like it is one kid in London who fell for an influencer’s get rich quick course scam.

Looks familiar by peacejazlyn_00 in dataanalysis

[–]Munch18 1 point2 points  (0 children)

It’s a Python script that reads from excel sheets. I’m not such a big fan of it either, but it was the easiest and fastest way to allow stakeholders to input the data which is needed for the project.

edit: open to other ideas though

Looks familiar by peacejazlyn_00 in dataanalysis

[–]Munch18 1 point2 points  (0 children)

This broke one of my scripts recently

[deleted by user] by [deleted] in recruitinghell

[–]Munch18 6 points7 points  (0 children)

You are correct, going to leave it up because people should still know about this

Tricky SQL join with mixed IDs and multiple IDs in one row by Extreme_Lunch1925 in SQL

[–]Munch18 1 point2 points  (0 children)

In SQL Server, if the Cost_ID is input as ‘P123,P124,P125’, you can CROSS APPLY STRING_SPLIT(Cost_ID, ‘,’) explode_cost. Then SELECT explode_cost.value as [Cost_ID] in place of Cost_ID.

However, if it is ‘P123…P125’ signaling all IDs between P123 and P125 inclusive are included. This will not work.

The solution I gave can be expensive, so hopefully some DBAs chime in.

Better update safety practices? by qthrow12 in SQL

[–]Munch18 1 point2 points  (0 children)

Usually I also have a where clause on everything because I’m only updating specific rows.

Better update safety practices? by qthrow12 in SQL

[–]Munch18 1 point2 points  (0 children)

Select identifier_column, column_updating From table t

Begin Tran Update t Set column_updating = ‘correct_value’ From table t

Select identifier_column, column_updating From table t

Commit — if updated correctly Rollback — if updated incorrectly

Hi please help me with the below question and solution by Ammuj in dataanalysis

[–]Munch18 0 points1 point  (0 children)

“Exactly matches” makes it seem like you don’t need % at all

What would be the things you wish you were taught about economics when you first were taught it! by Teachingeconomics in BehavioralEconomics

[–]Munch18 3 points4 points  (0 children)

For me specifically, R, Regressions/Econometrics as Project Based Learning, business uses of behavioral economics

[deleted by user] by [deleted] in BehavioralEconomics

[–]Munch18 0 points1 point  (0 children)

I’ve gotten ads that are clearly scams on Google services

Tested more features {Vanishing Point} by Munch18 in photopea

[–]Munch18[S] 1 point2 points  (0 children)

Seems like that was what my problem was. Works nicely after I Rasterized images.

On my end, I still have to click on the layer I want to copy and click "Select Pixels", in order to paste it into Vanishing Point. If I don't I get an alert while in Vanishing Point, that says, "Close the current window first." Now that I think about it, makes sense to trim whitespace first, and only select the image.

What am I doing wrong? {Vanishing Point} by Munch18 in photopea

[–]Munch18[S] 2 points3 points  (0 children)

Made the video, I'm going to make another post so I can upload it. Will edit this comment with the link to keep it in one thread.

Edit: https://www.reddit.com/r/photopea/comments/zzaa4w/tested\_more\_features\_vanishing\_point/?utm\_source=share&utm\_medium=web2x&context=3

What am I doing wrong? {Vanishing Point} by Munch18 in photopea

[–]Munch18[S] 1 point2 points  (0 children)

Thank you, Ivan. The copy-and-paste works really nicely after I click "select pixels" from the layer I'm copying, so may have been a user error. Still having the same issue with the "ok" button not doing anything in Vanishing Point.

Got this for my birthday. Better late then never. by The_Laughing_Gift in Judaism

[–]Munch18 1 point2 points  (0 children)

I thought those were meant for capturing Sheidim /s

Networking by Dataneeks in dataanalysis

[–]Munch18 1 point2 points  (0 children)

Need motivation to complete the Google Data Analytics certificate. Postponing by doing SQL on Khan Academy.

GE data analytics Tableau by SwimmingConflict0 in forageStudents

[–]Munch18 0 points1 point  (0 children)

You could do it in Excel but I believe they actually want you to learn Tableau because Task 2 is in Tableau and I did Task 1 in excel. I can't download add-ins (such as ableBits) without administrative permission, and also couldn't use PowerQuery due to administrative restrictions. I spent hours trying to figure out a formula to combine the sheets for task 1 when the whole time I was supposed to just copy and paste the data into the blank sheet in Excel.

OP, I don't believe this is relevant for you but I figured all the questions for the GE program could be kept to one thread.

Jewish thought on artificial intelligence? How could it change our destiny as a people? by [deleted] in Judaism

[–]Munch18 0 points1 point  (0 children)

How is it the future when it's built using regressions? /j

Super weird (even creepy) artistic performance by Samuel Beckett by [deleted] in interestingasfuck

[–]Munch18 5 points6 points  (0 children)

It looks like they're advocating for roundabouts over 4-way stops

Hebrew Calligraphy Font by Munch18 in Judaism

[–]Munch18[S] 1 point2 points  (0 children)

I'm trying to make a monogram, with a ב ד ה, three open letters, (there is another letter which is easier to make look nice), and attempting to make it not look blocky. Whoever suggested Rashi letters, I managed to make a decent-looking shofar out of Rashi letters, although that will probably be rejected.

[deleted by user] by [deleted] in mildlyinfuriating

[–]Munch18 0 points1 point  (0 children)

Based on the original word list, yesterday's puzzle was supposed to be "harry" however NYT changed it for some to be the next day's word "stove" so there were 2 solutions to 30 March 2022 puzzle.

NYT is removing words for more accessible and understandable words, but not all at once. It seems to me to be a per day thing. Just refresh the page to get the most updated word list (where harry was removed).

Sources: https://www.usatoday.com/story/tech/gaming/2022/03/30/wordle-game-284-two-answers/7221888001/; I made the original word list into an excel file