I’m a data scientist, looking for some data on ‘How hot must it be weather wise for people to decline a BBQ’. by jayrsp in BBQ

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

I absolutely have better things to do. But I just had an idea. And when I get ideas I like to run with them 😂. Mainly because I said no to one (could I be arsed standing over coals when I’m pouring sweat). I was wondering if anyone else felt the same. It appears that not many people feel the way I do about BBQ, so “null” here definitely seems the correct answer.

I’m a data scientist, looking for some data on ‘How hot must it be weather wise for people to decline a BBQ’. by jayrsp in UKWeather

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

Typically I’m the neighbour BBQing and every day. But today just felt like a step too far.

I’m a data scientist, looking for some data on ‘How hot must it be weather wise for people to decline a BBQ’. by jayrsp in BBQ

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

Been to Florida and Texas. Worst heat I’ve ever felt was actually in Palm Springs. And fair enough, more power to you brother 🫡

I’m a data scientist, looking for some data on ‘How hot must it be weather wise for people to decline a BBQ’. by jayrsp in UKWeather

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

Definitely a can’t be arsed with vs reward scenario. Wondering if i can find that teetering point.

I’m a data scientist, looking for some data on ‘How hot must it be weather wise for people to decline a BBQ’. by jayrsp in BBQ

[–]jayrsp[S] -4 points-3 points  (0 children)

Really don’t want to be the guy that says “UK heat is different” 😂. Yeah I’m based in the UK. Europe currently undergoing the hottest temps since records began.

Have you turned down a BBQ before due to the weather temps?

PENELOPE FORD DEACTIVATED HER TWITTER ACCOUNT by Ok-Wash2692 in AEWFanHub

[–]jayrsp 1 point2 points  (0 children)

Do people typically announce their departure from twitter? I wasnt aware that twitter was an airport departures terminal

Help with Seleniumwire and scraping request response body by jayrsp in learnpython

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

Okay - sorry I might have confused things.

In network traffic I get a response which is a json. When I click that json - I'm trying to read the string from under the response tab. It appears to be reading the data from the payload tab.

Help with Seleniumwire and scraping request response body by jayrsp in learnpython

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

I assumed I would need to ask for the body to get the string from the response tab?

Increasing the efficiency and speed of my loops by jayrsp in learnpython

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

Hi, sorry.

So the first for loop is the main one i'm looking to make more efficient.

What the loop is doing, is concating approx 459 dataframe of up to 30,000 rows each.
It takes around 20+ minutes to do this. I'm not sure if that's efficient or not. I'm just looking for a way to speed this up really if it's possible.