Тёмный

Data Analyst Portfolio Project Walkthrough (Excel & SQL) 

Ryan & Matt Data Science
Подписаться 13 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@RyanAndMattDataScience
@RyanAndMattDataScience Месяц назад
Hey guys I hope you enjoyed the video! If you did please subscribe to the channel! Join our Data Science Discord Here: discord.com/invite/F7dxbvHUhg If you want to watch a full course on SQL check out Datacamp: datacamp.pxf.io/XYD7Qg Want to solve SQL data interview questions: stratascratch.com/?via=ryan I'm also open to freelance data projects. Hit me up at ryannolandata@gmail.com *Both Datacamp and Stratascratch are affiliate links.
@far3582
@far3582 Год назад
Ryan I am fairly new data analyst, and I started watching your videos one by one - these are top notch. Keep up the good work, your channel will hopefully be found out by many like me. Appreciate all your effort!
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Thank you and good luck on the Journey! I hope that you learn a few things in the videos
@mabroukbelabbas
@mabroukbelabbas Год назад
thnx for your time to make this project i like it i hope you make another one about what the cleints wants A LOT again thnx
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
I’ll be making lots more! Just uploaded an awesome pandas video you should check it out
@noxshxeexn
@noxshxeexn Месяц назад
thank you!!!!
@behrad9712
@behrad9712 Год назад
Thank you so much!🙏
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
No problem, thanks for checking it out
@hiovanycubillosgomez5901
@hiovanycubillosgomez5901 Год назад
That's fantastic work since you started the analysis data until you started to make the SQL queries, so I hope you will make a lot of videos with the whole process like this, Im from Bogota Colombia south America. Thank you for sharing your knowledge and spending your time with us, best regards bro
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Thanks for checking it out
@biswadeepghosh2365
@biswadeepghosh2365 6 месяцев назад
Hey Ryan, for Question no 4A, You can also try this method using CTE with t1 as( Select player_name,round(AVG(release_speed),3) as Avg_Release_speed ,AVG(release_spin_rate) as Avg_spin_rate, sum(Case when [events]='strikeout' then 1 else 0 end) as strikeout from [dbo].[LastPitchRays] where player_name='McClanahan, Shane' group by player_name ),t2 as( Select player_name,[zone],COUNT([zone]) as popular_zone from [dbo].[LastPitchRays] where player_name='McClanahan, Shane' group by player_name,[zone] )select top(5)t1.*, t2.[zone],t2.popular_zone from t1 right join t2 on t1.player_name=t2.player_name order by 6 desc
@RyanAndMattDataScience
@RyanAndMattDataScience 6 месяцев назад
Haven’t looked at this in a lot time. I appreciate you sharing the query
@amarikeo
@amarikeo Год назад
New subscriber here, keep pushing out the amazing content. Just started learning Excel & this project vid came at the right time.
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Hey Amari, I really appreciate it. Going to be uploading almost daily as long as possible! Might take a look at making Excel videos down the line, but SQL/Python are the priority for me atm
@VladislavShishkin11
@VladislavShishkin11 Год назад
New sub also a data analyst for the government! keep it up bro!
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Thank you! Currently working on a Python Interview series followed by many other tutorials!
@nickdaboss03
@nickdaboss03 Год назад
Thanks for the video, super helpful for learning! Subbed :)
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
I appreciate the support!
@devingoodwin2471
@devingoodwin2471 5 месяцев назад
"R" must stand for "Regular Season" since you original filtered data using the dates of the first to the last regular season game, hence why there is only one value across the "game_type" column.
@RyanAndMattDataScience
@RyanAndMattDataScience 5 месяцев назад
ah that makes sense
@onurdatascience
@onurdatascience Год назад
That is great! Thanks for the video
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Thanks for checking it out!
@onurdatascience
@onurdatascience Год назад
@@RyanAndMattDataScience Always nice to watch great videos on data analysis, looking for more! Great content!
@psunyy28
@psunyy28 Год назад
Thanks for doing this. I just started and chose a different team. Hopefully that doesn't trip me up later. I noticed when I filtered for 2 for hit location, and also filtered out the pop ups, etc., I actually had a few other events besides strikeouts. There was some catcher interference, another player caught stealing, etc. So I had to be a bit more careful marking as a strikeout. Again, I hope this doesn't lead to problems later on.
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
I don’t think it will but I can’t remember all the queries that were written for the project, it’s been a while
@bilalhassankhan221
@bilalhassankhan221 11 месяцев назад
Impressive! One more subscriber bro !!!!🎉
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
Thank you!
@AnotherYouTubeUser581
@AnotherYouTubeUser581 Год назад
Maybe add a portfolio with Python/ R & SQL next? would really round it off. But great tutorial walkthrough nonetheless!
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
A Python/SQL video will be coming out in the future. Have to figure out what I want to end up making. And thank you!
@hatsoff9582
@hatsoff9582 28 дней назад
Can you post a link to the Sql Server Management Studio you downloaded? I don't think I'm downloading the right one.
@christianholm5604
@christianholm5604 Год назад
Awesome, keep up the good work 😊Subbed.
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Thanks Christian
@lildudz729
@lildudz729 9 месяцев назад
What did you do before 44:58? Mine keeps giving error "Input string was not in a correct format". (mscorlib)
@RyanAndMattDataScience
@RyanAndMattDataScience 9 месяцев назад
Hey, not sure if this is on GitHub if not I plan on doing a mass migration of the RU-vid video code over there this week
@khaidang5779
@khaidang5779 Год назад
Can you make a video on building a whole new project for starters by Python. That's gonna help a lot. Tks
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
In the pipeline
@unique7747
@unique7747 11 месяцев назад
Thanks for the video! I have a personal project that I worked on using SQL and Excel. However, I do have the project on Excel so how can I showcase my work to employers?
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
GitHub! Or a website
@unique7747
@unique7747 11 месяцев назад
@@RyanAndMattDataScience i tried using GitHub to upload my work but I wasn’t able to find a way. My Excel file has quite a few of sheets and visual interactive dashboards
@kanelanecaiphus5951
@kanelanecaiphus5951 Год назад
New Sub!😎
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Thanks for subbing!
@newerafc8274
@newerafc8274 Год назад
although this has nothing to do with this video i do have a question in order to get a job as a data analysis do you need any certificates or do you think with a good enough portfolio is enough? for example the tableau, power bi, and oracle database certificates.
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Kinda depends on your background. Do you have a degree in a technical field? Any prior experience in a data related field? Any networking opportunities? A portfolio allows you to talk about projects in an interview + stand out a bit on resume. Which in an interview you really have to sell yourself as both knowledgeable and hard working/drive to learn more. If I were to start DA from scratch today, I would really focus on Networking and Freelance jobs as well as portfolio projects over certificates. Networking gets you in the door, portfolio + freelance work shows you know what you are doing (unless you have a technical background). Hope this helps
@newerafc8274
@newerafc8274 Год назад
So I have no experience in the tech field, don't even know people in this field. I've been practicing this for the past 2-3 months thru RU-vid tutorials and some courses on Udemy but that's about it. Was about to start doing projects to show what ik but Idk if needed the certificates to get a job or just with having good projects would be enough.
@cbbcbb6803
@cbbcbb6803 11 месяцев назад
Can we use Libreoffice Calc as well?
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
Should be able to do so
@user-ov9zw1gp5f
@user-ov9zw1gp5f 11 месяцев назад
halloo, teacher ryan... can i ask something? is there any other tools (software/ application/ website) that can be used for using SQL? im so soorry for the question,, please dont laugh for me,, hehehehe... im very new beginner learning for data analyst... i have a dream to become business analyst... do u have some suggestion for me please?
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
Yes there are tons of applications! I use mode at work but there are probably other free options to explore
@user-ov9zw1gp5f
@user-ov9zw1gp5f 11 месяцев назад
can u suggest me,, for the most common u used? specially for SQL and python? pleasee @@RyanAndMattDataScience
@stuckcamping
@stuckcamping 11 месяцев назад
Now do the same project but have your IT department not allow the importing of flat files, xlsx...etc. into the dbs >)
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
Ouch. At that point I’d use python to look through a Csv or xlsx
@stuckcamping
@stuckcamping 11 месяцев назад
@@RyanAndMattDataScience oh and you cannot use Python
@BreakoutCards
@BreakoutCards 11 месяцев назад
@@stuckcampinggoogle collab
@sidds09
@sidds09 11 месяцев назад
is it possible to get the cleaned data you used for sql?
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
Is it on my Github? If not can look at adding it
@RyanAndMattDataScience
@RyanAndMattDataScience 11 месяцев назад
@@sidds09 Just uploaded!
@hzaphry
@hzaphry Год назад
Do you think in subqueries as follows which is faster: SELECT * FROM (SUBQUERY) OR WITH xyz AS (SUBQUERRY), MAIN-QUERY
@RyanAndMattDataScience
@RyanAndMattDataScience Год назад
Subqueries tend to be faster in most cases, but from a readability standpoint, I prefer using with. I believe With was an added feature from postgress
Далее
How I use SQL as a Data Analyst
15:30
Просмотров 825 тыс.
Men Vs Women Survive The Wilderness For $500,000
31:48
I've been using Redis wrong this whole time...
20:53
Просмотров 357 тыс.
3 Essential Excel skills for the data analyst
18:02
Просмотров 1,5 млн
10 PORTFOLIO PROJECTS TO ADD TO YOUR DATA PORTFOLIO
14:39
Men Vs Women Survive The Wilderness For $500,000
31:48