Best I can do is 7.45678e17
Best I can do is 7.45678e17
Yeah if its something ad hoc I’ll paste values but for sheets meant to be maintained I’ll do it in PQ through merges or calculated columns. Lookups get the job done but they are expensive ;)
Damn you just described my role but everything happened within a span of 3 years
Xlookup works fine for like 90% of cases, I save index match mainly for when I need to return multiple lookup values. In which case I load into BI because I always forget how index match works 😫
I’ve noticed this a lot lately. Extremely long winded and well written emails that could just be a few bullet points.
Give me the human version please. If your email fills my entire screen it’s going through the GPT gauntlet and if your point is lost that’s kinda on you.
If you ever find a way around this let me know, it’s maddening. Especially overseas contacts where I have to wait a day in-between responses, sometimes it takes a week or more to get what I need.
I have a friend that tried me to get into this and I just couldn’t it wasn’t that fun.
One of my all time favorites. There’s something special about the N64, these games were magical as a kid and a lot of them still hold up today.
I used to play through Ocarina almost every year but it’s been about a decade and I started a playthrough last week. People have made some incredible progress on updating textures and such to make the game look more modern 👌
There’s a happy medium. I have a slightly newer VW GTI (2017) with a touchscreen but there are still buttons and dials for basically everything. It’s a perfect infotainment system if you ask me :)
So I just watched it for the first time earlier this year and honestly it wasn’t bad. It’s cheesy (and by most measures not a great film), but it was genuinely fun to watch.
We’ll be living in quadratic dimensions.
Could be anywhere, it’s legal in a lot of the US but nobody partakes because it draws unwanted attention.
That’s sad to hear. It’s been a long time since I’ve played any sports games and I had a hankering recently but everything has shit reviews and I keep coming across stories like yours.
Remember a game would come out with everything you need to enjoy the game? ¯_(ツ)_/¯
You must really hate going to the movies. If I spend $60-70 on a game and get 50-100+ hours of entertainment from that money spent that’s a dub in my book.
If someone enjoys flight simming it’s not really a question, they will buy this game because it’s one of the best all-around sims.
Also pandas and matplotlib but maybe that’s just me.
-Data Nerd
Yeah but fuck all that python is good enough for most beginners. Variables, scope, loops, functions, operators… Once you get some of the principles down switching to C++ or similar isn’t nearly as bad.
Being a person that tried to learn C/C# from scratch in my early days python was a good gateway language.
T9 was supreme.
Definitely, I have a few group chats. It’s good for general memery and snapping funny things throughout the day.
Agreed it’s easily one of my favorite single player campaigns.
Nah just stupid number formatting, my UPCs regularly turn into scientific notation or my UOM automatically convert to a string =“12” which ruins math operations so first I have to make a helper column =NUMBERVALUE([@UOM]).
Or being unable to convert datetime to a simple date for date calculations without loading the table into power query and transforming it there. You can change the format into short date but if the actual value is datetime it will still throw an error but now the type issue is hidden, so have fun reading docs and troubleshooting until you realize your mistake :)