I think it’s coding language - I haven’t heard anyone say it isn’t
@BruceParker9811 сағат бұрын
Well finally a woman with a useful degree.
@voicificationКүн бұрын
Ignore the haters. Most don’t do anything with their lives. You go! I love your videos and they have helped me immensely at work! You’ve got a lot of fans! 🎉🎉
@JessRamosData22 сағат бұрын
@@voicification aw thank you so glad to hear that ♥️🎉
@nilaygokdemir4553Күн бұрын
i think i am a slay queen!! 💅💅 I watched all the videos and practiced with you 💅 thank you Jess!! Even though I only finished the beginner series, I feel like I can solve any problem in SQL. But I wonder why we need SQL when everything we can do in Excel is sometimes easier than writing code? I can use Excel at a good level, so I couldn't help but think about this in every step and every formula while learning SQL?
@JessRamosDataКүн бұрын
This is def a great overview but I promise there are WAY more complicated business problems that require a deeper knowledge of SQL so def learn intermediate level!! Excel is great for quick fixes and local files, but using SQL allows us to clean and wrangle LARGER amounts of data straight from the database. Excel can't handle that much data and it's harder to use replicable processes there.
@nilaygokdemir4553Күн бұрын
sum(case when product_name='Laptop' then 1 else 0 end)::int as laptop_binary, sum(case when product_name='Monitor' then 1 else 0 end)::int as monitor_binary, sum(case when product_name='Mouse' then 1 else 0 end)::int as mouse_binary, sum(case when product_name='Webcam' then 1 else 0 end)::int as webcam_binary, sum(case when product_name='Keyboard' then 1 else 0 end)::int as keyboard_binary,
@JessRamosDataКүн бұрын
woooooo nice binary columns 😉
@chaitanya_kulkarniКүн бұрын
Sorry to hear it 😔. You go girl you are creating a great content on Data. 👍
@JessRamosDataКүн бұрын
thank you!! Love my loyal followers who are nice lol
@giantzay2041Күн бұрын
I ran the query first and thought why is product_type not coming up - I knew what to do to check but was lazy. Then I saw you fix it after I unpaused the video lololol
@Gab_O_uwu2 күн бұрын
Guys shes just doing a trend and her life looks amazing let her be happy ❤❤
@Ryan7702 күн бұрын
SQL is turing complete, and has been since 1999. Therefore, it is a coding language.
@JessRamosDataКүн бұрын
we got the factsssss LOLOL
@Lifewithilenia2 күн бұрын
Omg these people are crazy!!! I think you are skinny to my eyes. You are the perfect weight to be tbh
@JessRamosDataКүн бұрын
yeah people are mean for no reason when they see a confident and successful woman
@fuzzym302 күн бұрын
WITH CTE (Col1) AS ( SELECT 1 AS Col1 UNION ALL SELECT Col1 + 1 FROM CTE WHERE Col1 < 100 ) SELECT CASE WHEN Col1%15 = 0 THEN 'Fizz-Buzz' WHEN Col1%3 = 0 THEN 'Fizz' WHEN COl1%5 = 0 THEN 'Buzz' ELSE CONVERT(VARCHAR(3), Col1) END as result FROM CTE -- Yes SQL is a coding language.
@JessRamosDataКүн бұрын
LOL a perfect answer. Love this
@Sunshine-wn4eg4 күн бұрын
Hi @Jess Ramos I did the cast as int and I still have a decimal. for example 33.0. How do I fix it?
@JessRamosDataКүн бұрын
hm... int should get rid of the decimal place! If not you can try round or floor. This is the pain of data cleaning 🧽
@bshroats54 күн бұрын
Trailing commas FTW. Leading commas is a sign of a serial killer
@JessRamosData4 күн бұрын
@@bshroats5 ACCURATE 😂 no lies detected
@JimmyBrock5 күн бұрын
Don't many-to-many tables usually have a middle table to make joins easier?
@JessRamosData4 күн бұрын
@@JimmyBrock yes that’s one way to set it up
@peepaxo5 күн бұрын
I’m so excited to get more into my studies this semester! I swapped to comp sci two years ago and I’m loving it :D Very inspiring girly <3
@JessRamosData5 күн бұрын
@@peepaxo yesssss welcome to the coding girlies 💕💅🏼 💰 so exciting!!!
@peepaxo5 күн бұрын
@@JessRamosData ty!! its so much fun :D
@xyz-nt1ku7 күн бұрын
Will it not come on your KZbin channel?
@JessRamosData7 күн бұрын
My intermediate course will not be on KZbin! I host it separately because it provides immense value and has exclusive resources I can't put out publicly!
@kxwjy7 күн бұрын
also, can someone help me with this one? why the return have decimals when i cast as integer? in the video it return as 33 but i get 33.0
@Sunshine-wn4eg4 күн бұрын
I got the same thing
@kxwjy7 күн бұрын
in line 16 when casting coupon as decimals it return 159.15200000000002 how do i make it shorter?
@KatherineVoakes8 күн бұрын
creating data dictionaries and documentation would honestly be my dream task. 😂
@JessRamosData7 күн бұрын
you may have a future career in data governance! 😂
@KatherineVoakes6 күн бұрын
@@JessRamosData There are so many options for data roles it's hard to choose one!
@JessRamosData5 күн бұрын
@ it really is!! No wrong answer. Choose what you’re interested in and maybe what you have past domain experience in
@blacktalon16078 күн бұрын
(20 years from now) Where have all the good men gone? (Sobs into pile of cats) All jokes aside though, if shes as smart as she claims, I hope she breeds. We need more smart people on this planet. Driving to work feels like pulling teeth nowadays lmao.
@420sippin8 күн бұрын
Single cat lady from here on out and shes still going to blame us men for her cocky/💩 attitude and being that way 😂😂😂😂 good thing you make money u not hot
@brandonabbott62618 күн бұрын
So we get to listen to you womansplain your fancy life huh 😂 Strong woman don’t need no man
@timothymichlik18188 күн бұрын
She is like that chick In the IQ test, Bragging and bashing other people, and then she scored lowest. They are probably sisters!
@nilaygokdemir45539 күн бұрын
How do you make it run automatically?
@JessRamosData9 күн бұрын
@@nilaygokdemir4553 you have to initiate a run every time!
@nilaygokdemir45539 күн бұрын
@@JessRamosData What I mean is that I have to click on the RUN button with the mouse, but you do it very quickly without clicking there with the mouse :D
@JessRamosData8 күн бұрын
@ OHHHH lol I think the shortcut is command + enter? I can’t remember the buttons because I just have the muscle memory 😂
@nilaygokdemir45539 күн бұрын
Let's say we made changes to the data with the replace command and obtained the newly organized data. How do we edit the main data? How do we make this change in the main data? Maybe you will talk about this in the upcoming videos, I don't know yet, but this always confuses me 😅😅 thank uu btw. 💓💓
@JessRamosData9 күн бұрын
@@nilaygokdemir4553 you can edit the underlying tables usually with UPDATE or edit the view code if it’s a view! But typically you don’t change the underlying data and you just data clean in queries (or a view layer if you have one) because live data is always changing and adding new rows so updating the data at the source would become stale (old and out of date) really quickly! I teach views in my intermediate course. Thanks for the question 🥰♥️
@nilaygokdemir45539 күн бұрын
@ thank you for your Message 💘💘💘💘 i am looking forward to new Videos 🥂
@JessRamosData8 күн бұрын
@@nilaygokdemir4553 yessss many more to come!! Thank you 💕
@nilaygokdemir45539 күн бұрын
Even though I am using the same data set, my order file and this one have different columns and rows 😁 At the same time, I sort the order_id's from smallest to largest, then I type the distinct command to check, but it doesn't give me the order_id with the smallest id number... Is the data wrong or did I do something wrong in the hex?
@JessRamosData7 күн бұрын
Distinct won't give you the smallest ID, only the unique IDs in the list. It's hard for me to troubleshoot without seeing, but double check your code is the exact same as mine and maybe redownload and reimport the data to make sure it doesn't have any changes!
@abewilcox45609 күн бұрын
So, you no longer need a man, noted. Good luck finding one.
@Duffman69able9 күн бұрын
Couldn’t be more sexist and arrogant if she tried
@tuyetsoi46729 күн бұрын
just took lesson 0 to 4 in one sitting as a total beginner trying to move into WFM. your explanation is very clear and easy to follow, and it makes this way less intimidating!! thank you Jess, gonna play with the datasets a bit before continuing to lesson 5 =]
@JessRamosData9 күн бұрын
AW yay this beginner course i perfect for complete newbies! Hope you enjoy learning SQL :) good to take some breaks and practice on your own ❤ my intermediate course is 20% off for 24 more hours only FYI!!
@dannyjmuldoon110 күн бұрын
Yea, but considering women get special treatment in the work place, it's not that impressive.
@LofiPiano10 күн бұрын
That’s why you’ll be single. Maybe some cats a few years down the line.
@avenjade1116Күн бұрын
which is totally fine. there is nothing wrong with being single.
@harrywillman845610 күн бұрын
Weird that you feel the need to flex, just go enjoy your life. I doubt anyone is inspired to be better by reading your list of accomplishments in slideshow format.
@forthelulz808510 күн бұрын
proof she'll be single for life. instead of having a conversation, she chalked it up to mansplaining... smh
@avenjade1116Күн бұрын
she has a husband tho wdym
@SmoothRemark10 күн бұрын
I was going to take the piss out of you, but the loan-approval-prediction model on git is actually kinda sick.
@pricillanakyazze706711 күн бұрын
Jess you can make it as a comedian. 😂❤
@JessRamosData10 күн бұрын
YOU THINK ???? 😂
@Olivia_V93211 күн бұрын
Girl, I'm so sorry that all the comments on here are not it... get your bag and do what makes you happy! We love to see strong independent women!!
@marcushalma716211 күн бұрын
You can have six figures. I have 5 kids and a wife and couldn't be happier.
@DeanWilliamSherman11 күн бұрын
She's got a nice big house and lots of furniture and lots of little white dogs because she has no man that can stand to be around a woman like that that won't listen to anything it's always been in charge no one is ever going to want to have a baby with a woman like that and what happens is that nice big business and houses IS all she's got when she dies alone
@cescuzo218211 күн бұрын
Honestly good for you that’s a lot of work and skill there but can women please stop making it look like you could as good as men can because honestly none of that would be possible for you without men…
@jacobnowicki379011 күн бұрын
People actually just dont care as much as you think and also the whole mansplaining thing is just an excuse for woman to have no accountability and be stupid 😂
@Gowtham22CS02511 күн бұрын
Mam can you explain the hard sql problems of platform likes leetcode, hacerrank etc it may increase the logical solving mam
@JessRamosData11 күн бұрын
Yes they're all in my intermediate course linked in my caption :)
@ScrimpBoat11 күн бұрын
This isn’t TikTok😂 we flame shit here.
@danielhauer225911 күн бұрын
And so humble too... arrogance is not sexy
@grayglalatic639711 күн бұрын
If u guys are upset by her achievements when you could just scroll away, now imagine sitting next to someone and they just won’t stop. She’s allowed to go on social media and ‘brag’ and you’re allowed to scroll away. Just like how she’s allowed to leave that guy to himself. She’s done incredible work and should be proud of herself 🎉
@JessRamosData11 күн бұрын
yeah it's also just a tiktok trend lol. Not super serious
@stevenbrown175811 күн бұрын
I mean, you have no idea who sees this, and might recognize you, not know those facts about you, then decide to take more of an interest. If this might excite you, live through a home invasion or two, and tell me this trend 'doesn't mean much'. Glad you're enjoying life, hope you continue to keep it.
@IrishCrusader8911 күн бұрын
You can do what u want but arrogance is a slippery slope
@sinterko537011 күн бұрын
Only a fool need to show off her/his accomplishments.
@PancakeMix2111 күн бұрын
We'll wait for her breakdown in the car TikTok about being lonely, and watching all her friends marry and have kids, and she'll be left bitter, hating the world and hating men, for her own stupid choice
@Trolly.Troll.11 күн бұрын
Cringe
@steele20011 күн бұрын
No hate, but this life you've been sold is empty and lonely. One day you will see, hopefully before it's too late