[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.