Тёмный

SQL Portfolio Project - Part 1 | Analytics | Ashutosh Kumar 

Ashutosh Kumar
Подписаться 19 тыс.
Просмотров 93 тыс.
50% 1

The best technique of learning a skill is completing a project which is based on real life scenario and when it comes to analytics , SQL is the one of the most asked skillset in all the interviews, so friends in this video i have created an end to end project on data analysis using SQL, thi will be relevant to all those people who want to make a career into data analytics, business analytics ,data science , i n this video i have analysis on indian census data for 2011 . I have gathered data from the websites mentioned below or you can find the two data sets used into this video below-
Websites-
www.census2011.co.in/district...
www.census2011.co.in/literacy...
Datasets (either use the github or google drive link both are same, but github recommended)-
Dataset 1 -docs.google.com/spreadsheets/...
github.com/ashutoshkr103/SQL-...
Dataset 2 -
github.com/ashutoshkr103/SQL-...
Code -
github.com/ashutoshkr103/SQL-...
----------------------------------------------------------------------------------------------------------------------
Check out some more relevant content here
👉 SQL Portfolio Project Indian Census- Part 2
• SQL Portfolio Project ...
👉 SQL Portfolio Project - Shark Tank India
• SQL Portfolio Project ...
👉 How to Learn SQL
• How to learn sql for b...
👉 Complete playlist on Sql Interview questions and answers
• HackerRank SQL problem...
👉 Top free and best resources to learn analytics -
• Free and Best resource...
👉 How to become a data analyst complete roadmap-
• Data Analyst Complete ...
👉 Data analytics internships and job stipend-
• 70,000 + per month dat...
👉 Top 3 you tube channels to learn sql for free for beginners
• Video
👉 How to get data analytics internships-
• How to apply for data ...
👉Check out the roadmap to become a business analyst - • Business Analyst Compl...
👉All about analytics playlist-
• All about analytics
👉 Top 3 you tube channels to learn excel for free for beginners
• Top 3 you tube channel...
____________________________________________________________________
Fill the form below to subscribe yourself to the analytics jobs mailing list to receive regular job opening updates - docs.google.com/forms/d/e/1FA...
Why you should definitely fill the analytics job updates google form - • Job Openings into busi...
_______________________________________________________________________
Connect with me
📸Instagram - / ashutoszh
💻Linkedin- / ashutosh.analytics
_____________________________________________________________________
Comment down if you have any doubts
Please leave a LIKE 👍 and SUBSCRIBE ❤️ to my channel to receive more amazing content in data analytics and data science.
_____________________________________________________________________
🏷️ Tags
sql,
sql for analytics,
sql tutorials for beginners,
portfolio project sql,
sql portfolio project,
portfolio project on sql for resume,
sql interview portfolio project,
sql interview questions and answers,
sql for data analytics,
sql data science,
interview questions on sql,
sql hard questions,
sql problem solving,
ashutosh,
ashutosh kumar,
ashutosh kumar analytics
🏷️ HashTags
#sql #portfolio #project

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

 

21 май 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 240   
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
👉 SQL Portfolio Project Indian Census - Part 2 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-RY4npAVNSfc.html
@ironpurush0978
@ironpurush0978 Год назад
After watching this video, I just wanna thank the person who created the concept of dark theme.
@AnkushSharma-kk4di
@AnkushSharma-kk4di Год назад
Never find this kind of Sql session on RU-vid.. Thumbs Up sir 👍👍
@randommagic3073
@randommagic3073 7 месяцев назад
Recommended for Aspiring data Analysts . Great content 👍.
@akshitakulkarni9727
@akshitakulkarni9727 Год назад
Thank you Ashutosh for this Portfolio Project series in SQL. Really appreciate the efforts you put into this. It's videos like this help people like us who are starting their Data Analytics journey to stay motivated and focused.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Thanks
@himanshurawat2398
@himanshurawat2398 8 месяцев назад
thank You so Much Ashutosh . this project really help in understanding the Concepts !
@ayushsahu632
@ayushsahu632 Год назад
thanks a lot sir ..your videos help me a lot ... very helpful for beginners to add projects in their portfolio and to know where to apply what concepts...
@udayradhe6537
@udayradhe6537 Год назад
Great explanation Ashutosh. Thats' true nth Value doesnt work in SQL Server. Instead we could use Rank or Row_number in a sub query based on the requirement. Here for 5th value , we could write Select * from (Select sale, row_number() over(partition by sate order by date) 'rownm' from Value) val2 Where rownm = 5;
@kotamrajusurya3702
@kotamrajusurya3702 Год назад
Great effort sir. Thank you very much please keep posting these types of useful videos
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Thanks
@rahuldifusa7
@rahuldifusa7 2 года назад
Amazing video... Crystal clear explanation
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@ravinduabeygunasekara833
@ravinduabeygunasekara833 2 года назад
great video brother. Thanks for doing this in English. Love from Sri Lanka
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@Angelishanvi
@Angelishanvi 2 года назад
Awesome Video Bro, Much appreciable Job
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@aliumer718
@aliumer718 2 года назад
superb bhai kmal krdia bht achay se smjhaya sb
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@MamtaSharma-rx5pm
@MamtaSharma-rx5pm 2 года назад
Excellent vedio thanku Ashutosh 🙂
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@lukev730
@lukev730 Год назад
Amazing lesson
@gdebadutta4973
@gdebadutta4973 3 месяца назад
Thank you for the session.
@gauravkumar3762
@gauravkumar3762 Год назад
Hii Ashutosh Thanks for such an awesome video for understanding SQL Concepts I have to ask 2 questions 1.Using count function,no of rows showed in Both dataset 1641,999 why it different from yours 2.So many null values are there how to clean them
@simranmultani9391
@simranmultani9391 Год назад
Hi Ashutosh, it is indeed a great video but all the time I was wondering how did you import so many web pages into a single excel sheet. It would be really helpful if you answer this query so that i can practice from other web pages as well.
@PathofDevotionPOD
@PathofDevotionPOD Год назад
Thank you soo much Ashutosh , Much needed Please do this SQL live project on power BI and Tableau dashboard as well. ❤
@AshutoshKumaryt
@AshutoshKumaryt Год назад
thanks Sure 👍
@rishabhsharma2328
@rishabhsharma2328 Год назад
@@AshutoshKumaryt have you done it?? if yes link dedo bro... bhaut acha videos bnaya he
@SACHINKUMAR-px8kq
@SACHINKUMAR-px8kq Год назад
Thankyou so much Sir, really grateful for these simple explanation😇
@AshutoshKumaryt
@AshutoshKumaryt Год назад
You are most welcome
@SACHINKUMAR-px8kq
@SACHINKUMAR-px8kq Год назад
@@AshutoshKumaryt waiting for new sql project sir
@incomprehensible0718
@incomprehensible0718 Год назад
HI @Ashutosh, I'm following your sql tutorials for months and enjoying the learning a lot. I just have a question that while using aggregate functions like sum() or avg() I'm getting error like "Operand data type nvarchar is invalid for avg operator". Could you please guide me how to get rid of this error?? Thanks, and your efforts are much much appreciated.
@KulwinderKaur-kd3bk
@KulwinderKaur-kd3bk Год назад
Kudos!! sir, I have made this project , and now I want to put it somewhere so that I can mention it in my resume. Where can I keep my project sir.?
@asdfghjkl566
@asdfghjkl566 2 года назад
thank you for this!
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@learnobjectivephysics2426
@learnobjectivephysics2426 Год назад
Good job 👌
@AshutoshKumaryt
@AshutoshKumaryt Год назад
thanks a lot
@tunishavyas4747
@tunishavyas4747 11 месяцев назад
Hello, when i am creating a new table #topstates state nvarchar(255) throwing an error Using workbench for this project
@priyankapatil5800
@priyankapatil5800 Год назад
Hello Sir the data set 1, I am not able to import the data to tables. I converted the file to xls and imported the file it is showing success but not able to see the data in table
@Mahesh717
@Mahesh717 Год назад
im trying in mysql, the 1 data-set has been successful done, but in 2 data-set, its showing = table defination has changed, please retry transaction...
@kashmirshadows8150
@kashmirshadows8150 2 года назад
Thank you Brother
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@sweaterweather4275
@sweaterweather4275 Год назад
I am unable to import data set file.. none of the option is working
@abhishekdasari1789
@abhishekdasari1789 Год назад
Sir what should we do if all excel version are failed to load
@saquibanjum3875
@saquibanjum3875 4 месяца назад
hlw sir i have a problem whn i want to import the dataset .....my systm did not allow me .....so what i do sir please help me
@drockstar1989
@drockstar1989 Год назад
You can directly upload the excel file from the OS menu. Here is how to do it: Click the Windows OS Start button. Navigate to Microsoft SQL Server 2017 (or whatever version you have) Select SQL Server 2017 Export and Import Data (32-bit) Or SQL Server 2017 Export and Import Data (64-bit) Take care while selecting the destination if using this step. This worked for me.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Thanks a lot
@redrighthand3383
@redrighthand3383 Год назад
from where in Microsoft SQL Server we select SQL Server 2017 Export and Import Data (32-bit) Or SQL Server 2017 Export and Import Data (64-bit)
@hemantagarwal7057
@hemantagarwal7057 2 года назад
External table is not in the expected format. (Microsoft JET Database Engine) this error is displayed on uploading the excel file 1 pls resolve
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Keep the file open in background and try importing once
@SajithV-bt3pm
@SajithV-bt3pm Год назад
Quick comment @Ashutosh. You had mentioned that while using Union operator, the number of rows should be equal in the 2 queries. Which is actually incorrect. For a Union operator, the number of columns being selected should match in the 2 queries being union'd. Please correct this in the video if possible.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Oh my bad , thanks for bringing this
@sumeetkumarroy287
@sumeetkumarroy287 11 месяцев назад
Sir, i have learnt sql using mysql. So, i have imported ur table. It works fine. But i got issues while doing sum in population In mysql i have wrote it as command is select sum(population) from census_2011.dataset1; But its showing another value somewhat close to 19k instead of some million value. I couldnt understand where did i made mistake. Could u please clarify sir
@kingvijith
@kingvijith Год назад
I like PostgresSQL
@vineetkaur1667
@vineetkaur1667 Год назад
Thanks a lot for the video ! I have a question is there a way we can compare the two tables side by side so that we compare literacy and say population of two states
@AshutoshKumaryt
@AshutoshKumaryt Год назад
we can join both the tables, no ?
@ganeshmagar6405
@ganeshmagar6405 2 года назад
Thanks
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks a lot
@nidhisharma-pt6qt
@nidhisharma-pt6qt Год назад
i mean real use case , the case u have shown was so easy .. i want something in medium level ?
@adityasingh-yw9lj
@adityasingh-yw9lj 2 года назад
great video...
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks Aditya
@adityasingh-yw9lj
@adityasingh-yw9lj 2 года назад
@@AshutoshKumaryt also I would request…can u show how we can then visualise our sql query results in power bi or tableau That would be a good project bcz…by visualisation u can showcase your findings in a much better way to the end user
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
@@adityasingh-yw9lj sure
@satyaa1527
@satyaa1527 Год назад
Hi Ashutosh, At 35:50 -bottom 3 state showing lowest sex ratio the output I am getting is State NULL Dadra and Nagar Haveli 774 Daman and Diu 783 please let me know why am I getting NULL value with State in it
@nimishamehta4894
@nimishamehta4894 11 месяцев назад
Hey Sql server native client has been deprecated in recent versions. Which alternate destination shall I use?
@AshutoshKumaryt
@AshutoshKumaryt 11 месяцев назад
Check this out once the comment box ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-epYmIRdg_qo.html
@perumalbalachandranjj2358
@perumalbalachandranjj2358 Год назад
I am using create table then load data infile in mysql workbench, In dataset2 column data types area and population both column used int datatypes, they have taken first values 16 and 27 after comma was not taken in both column. Then remove comma from both column then load it. Is any other solution to this problem?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
sorry sir did not understand the question
@rahulrd2713
@rahulrd2713 2 года назад
Hi, i think limit clause is not working in ssms, i wrote the same query but its not working, i found that only top function works in ssms?
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Yes limit is not working for me too
@amitsakhare17
@amitsakhare17 Год назад
Sir can I use this in Cv?
@akashjr7128
@akashjr7128 Год назад
i am unable to upload the data into SQL ?
@nidhisharma-pt6qt
@nidhisharma-pt6qt Год назад
hey please show some projects of company use case?
@riddhidahanukar
@riddhidahanukar 15 дней назад
where can i get the database
@kiranugalmugle3864
@kiranugalmugle3864 Год назад
which topic added in resumee..
@shubhamgangdhar5180
@shubhamgangdhar5180 2 года назад
Thanks for the video Hey how did you download the data and converted into excel?
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Thanks for your feedback, i just simply copy paste the data , but if you want to make it look more fancy you can try doing using web scrapping using beautiful soup or selenium
@ShivamSharma-jq1sv
@ShivamSharma-jq1sv 2 года назад
Hey Ashutosh, is there any telegram group that I can join, or where u would have joined because I wanted to join a community to get help or help some1, becuase I am trying to do this video data, but its throwing error
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
great idea i soon will create one an dspread through community post and future videos.
@anuragshrivastava7855
@anuragshrivastava7855 Год назад
i am getting error external table is not in the expected format while importing data from excel file
@secretsoul9319
@secretsoul9319 Год назад
Me too
@KulwinderKaur-kd3bk
@KulwinderKaur-kd3bk Год назад
good work sir. I have a small request sir, please increase the font of editor from next time to increase visibility.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Thanks
@KulwinderKaur-kd3bk
@KulwinderKaur-kd3bk Год назад
@@AshutoshKumaryt sir , I have made this project , now I want to mention it in my linkedIn for which I need to have a link for reference. How and where can I upload it sir to show as proof of my work done.
@umeshjena7397
@umeshjena7397 Год назад
HI, Ashutosh thanks for the Project, I would like to request you to share the excel files which helps to practice simultaneously.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
The links of the files are in the description box of the video
@nileshchougule444
@nileshchougule444 Год назад
Thank you so much, can you share the project description for the resume.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Data Exploration on the Indian census data
@sathebhopal
@sathebhopal Год назад
Why am getting additional columns like F6 F7 F8 with null values after importing data to sql sever anyone faced such issue. Though i deleted those additional columns but why its hapening please answer.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
just save the data in a new sheet and import the new sheet
@mdzaidsiddiquee1151
@mdzaidsiddiquee1151 Год назад
Hi Piyush, When I'm importing data it's taking too time i don't know why so please let me know is there other way to import data quickly???
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Hi Sarfaraz let me know the error
@rishabhsharma2328
@rishabhsharma2328 Год назад
what does growth column signifies in dataset 1 ?? Is it population growth?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Yes
@Mrunali08
@Mrunali08 Год назад
hii i have been trying to import that data..but its showing error..what should i do to resolve this error?
@skm7887
@skm7887 Год назад
you might've figured it out by now, but if you haven't then keep the excel sheet open in the background and then try it. even Ashutosh has suggested the same and it worked for me.
@Mrunali08
@Mrunali08 Год назад
@@skm7887 Hey thanks will try it out..and let you know 🙂
@skm7887
@skm7887 Год назад
@@Mrunali08 sure:)
@pratimalal5024
@pratimalal5024 Год назад
I use Mac, and I have no subs. of Microsoft Excel. can't w directly download data? please advise for Mac users, many people use mAc over windows
@AshutoshKumaryt
@AshutoshKumaryt Год назад
you mean mac does not support excel ?
@pratimalal5024
@pratimalal5024 Год назад
@@AshutoshKumaryt it does support excel , but need to subscribe to use it, as it's iOS no windows functions will work until Subscription is there. one can use web version of excel but can't save the files.
@sandeepmane8694
@sandeepmane8694 6 месяцев назад
hi Ashutosh i have downloaded 1st dataset but 2nd dataset unable to download please provide link to download data
@AshutoshKumaryt
@AshutoshKumaryt 6 месяцев назад
Open the GitHub link click on the three dots you will see a download button
@anupanthony5416
@anupanthony5416 Год назад
Sir, at the timestamp 18:20, where the query to find the data of Jharkhand & Bihar was written, Why cant we use AND?? Is this query [ SELECT * FROM WHERE State = 'Bihar' AND State = 'Jharkhand' ] wrong??
@ashaythamankar4936
@ashaythamankar4936 9 месяцев назад
Hey, If you use and both command should be true in single row but it isn't a case here So use or instead Select * from tablename where state = "bihar" or state = "goa" For more read on bitwise operator OR Use Select * from tablename where state in ("bihar", "goa")
@mohammedfayaz7540
@mohammedfayaz7540 Год назад
Hey ashutosh, Great video. Although I just wanna let you know there are null values as #N/A in the state column of Dataset 2.. I'd like you to let me know on how to fill those null values
@AshutoshKumaryt
@AshutoshKumaryt Год назад
great observation brother , you are the first one who noticed this , while for this one you can remove these rows or insert the correct data manually
@softwarelearning7685
@softwarelearning7685 Год назад
you can use having value>0
@arpitsoni3502
@arpitsoni3502 2 года назад
I'm not getting sum(population) proper count please help me in this 🙏
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
plz,write exactly how it is written you will get the answer
@SantoshJaiswar-tc7dl
@SantoshJaiswar-tc7dl Год назад
how to download it from the website theres no download option?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Attached files in description box
@jaitiwari241
@jaitiwari241 Год назад
I am. Using mysql and not sql server.. So do I have to learn sql server first?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Nope just go along
@souravtomar2297
@souravtomar2297 2 года назад
your dataset1 is not available now pls help it out
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
github.com/ashutoshkr103/SQL-portfolio-project-files-and-codes/blob/main/Dataset1.xlsx
@Virality09
@Virality09 Год назад
i am not getting those import export options sir
@AshutoshKumaryt
@AshutoshKumaryt Год назад
This shouldn't happen
@abee.ßi
@abee.ßi Год назад
Sir can i do this in MySQL? Is codes similiar?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Yes sure
@freewill4626
@freewill4626 Год назад
Server name kaise de....... Not accepting any names ... Not even localhost
@YouMeverse
@YouMeverse 2 года назад
can i use mysql instead of ms sql
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Yes
@YouMeverse
@YouMeverse 2 года назад
@@AshutoshKumaryt thank you
@shrutibajaj7249
@shrutibajaj7249 9 месяцев назад
Hi Ashutosh, Can't we join queries with union operator without making temporary tables? I have applied this logic and it gave me the same answer. ****1st Method: Using Temp Tables: select * from #bottomstates select * from (select top 3 state, topstate from #topstates order by topstate desc)a union select * from (select top 3 state, bottomstate from #bottomstates order by bottomstate asc)b ***2nd Method: Normally: select * from (select Top 3 state,round(avg(literacy),0)av from Census..Data1 group by state order by av desc)a union select * from ( select Top 3 state,round(avg(literacy),0)av from Census..Data1 group by state order by av)b Output: Arunachal Pradesh 64 Bihar 62 Goa 89 Jammu and Kashmir 65 Kerala 94 Lakshadweep 92
@AshutoshKumaryt
@AshutoshKumaryt 9 месяцев назад
Union can be used to join tables vertically
@wordlife_97
@wordlife_97 Год назад
Bhai how would I be able to add this to my resume once I complete the project
@finalboss8624
@finalboss8624 Год назад
Lol
@wordlife_97
@wordlife_97 Год назад
@@finalboss8624 what’s funny
@finalboss8624
@finalboss8624 Год назад
@@wordlife_97 you are asking how would you add a project in resume simple you add the project name
@AshutoshKumaryt
@AshutoshKumaryt Год назад
make a account on github.com and add project details
@SHIVAMSHARMA-pb2lt
@SHIVAMSHARMA-pb2lt Год назад
Bhai please address the queries , you have taught to import data but most of us are unable to import it, even after we kept it open in the background. How come we learn if you remain so negligent and ignore us??
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Hi Shivam i get what you are saying the thing is importing excel sheet data in ssms is very system and os specific so it is very difficult for me to know exactly what issue someone is facing while importing data because there is a specific process to import data so if that is not happening either issue is with system or compatibility issues of ssms software ,even i faced this so googling the error helped me to fix , if this was a code error issue i reply to every comment because in that i exactly know what the issue is
@rahulrshimpi
@rahulrshimpi Год назад
​@@AshutoshKumaryt hey! Even after trying multiple times in multiple way, it's throwing the error: the ms:ace:oledb.16.0 provider is not registered on the local machine. Does this mean to register any oledb? HELP
@ajitkhomane7110
@ajitkhomane7110 Год назад
select sum(Population) from censusii; ans=13175 Geeting wrong output from in mysql
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Just check if u have imported all the rows from the dataset
@samikshameend6235
@samikshameend6235 Год назад
Same ..I m also getting wrong output in mysql..I have checked ..all 640 rows are imported
@priteshbagal9176
@priteshbagal9176 Год назад
bhai can I do it in MySQL, because I already have it installed
@AshutoshKumaryt
@AshutoshKumaryt Год назад
You can but you might face some exceptions
@durgeshrathod236
@durgeshrathod236 2 года назад
please make a video on how to upload Excel in Postgree sql in detail im facing a diificulty in area_km2 and population columns data type, accepting it only in VARCHAR but then can not performing sum operation
@durgeshrathod236
@durgeshrathod236 2 года назад
now i got it i did correction in Excel file changed number format that worked.
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
great!
@abhishekkrishna400
@abhishekkrishna400 2 года назад
@@durgeshrathod236 how did you do it brother?i am also getting the same problem.
@abhishekkrishna400
@abhishekkrishna400 2 года назад
@@AshutoshKumaryt sir please help me with the same doubt. data type of some columns is causing the problem. I am using mysql workbench.
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
@@abhishekkrishna400 hey bro just change the data type of columns before you are importing the sheet in MySQL it works absolutely fine after that
@anuragshrivastava7855
@anuragshrivastava7855 Год назад
pls try to upload good quality video content is good
@AshutoshKumaryt
@AshutoshKumaryt Год назад
thx
@ajaypratap9505
@ajaypratap9505 Год назад
hi Ashutosh, your second datset is asking for approval on mail
@AshutoshKumaryt
@AshutoshKumaryt Год назад
sorry , now its public
@vishva9178
@vishva9178 Год назад
Can we get playlist for project
@AshutoshKumaryt
@AshutoshKumaryt Год назад
That is what is the plan
@khushal6560
@khushal6560 Год назад
5:21
@shubhamgupta9323
@shubhamgupta9323 Год назад
33:59 why we didn't use limit here to find top 3 states.
@shubhamgupta9323
@shubhamgupta9323 Год назад
here when applying the limit it is showing an error in the video also.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
limit does not support in ssms instead use top
@BTCIVRadhikaModi
@BTCIVRadhikaModi 2 года назад
Thanku so much sir ❤️❤️ Would this be a nice project to add in resume for fresher Also sir if u can tell some good site from where we can practice SQL for interview written exams
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Yes you can also one thing is pls explore from your end too what more you can do coz it's very difficult to cover everything in 1 hour video
@PathofDevotionPOD
@PathofDevotionPOD Год назад
I'm not able to import dataset2 , it's showing error. I have checked all the excel lower version , what should I do then ?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Please keep the file open in the background once and then try saurabh
@VikramSingh-of5vz
@VikramSingh-of5vz 2 года назад
unable to import data set 2
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Keep the file open in the background and then try importing once
@VikramSingh-of5vz
@VikramSingh-of5vz 2 года назад
@@AshutoshKumaryt tried
@VikramSingh-of5vz
@VikramSingh-of5vz 2 года назад
importing in mac giving message unable to convert string into small int
@VikramSingh-of5vz
@VikramSingh-of5vz 2 года назад
failed to convert parameter value from a string to a int32. ---> system.formatexception: input string was not in a correct format. while importing
@rohankupate5917
@rohankupate5917 Год назад
can i learn all imp sql queries?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
yes
@HimanshuChaudhary1999
@HimanshuChaudhary1999 Год назад
i am not able to import excel file
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Keep the file open in background and try once
@Himanshu14_01
@Himanshu14_01 Год назад
@@AshutoshKumaryt I have done so many times still unable to import
@birupandaa
@birupandaa Год назад
importing excel file doesn't work in any format
@byhunny
@byhunny Год назад
Facing the same problem, please let me know if u find any solution to it.
@AshutoshKumaryt
@AshutoshKumaryt Год назад
keep the file open and try once
@ironpurush0978
@ironpurush0978 Год назад
Koi bhi version select krne se ni ho rha hai bhai..kya krna chahiae?
@AshutoshKumaryt
@AshutoshKumaryt Год назад
error kya aara hai?
@ironpurush0978
@ironpurush0978 Год назад
@@AshutoshKumaryt The same error that was shown in the video but usko theek krne k liae ek solution use kra Maine or vo hai ki apko apni excel file to save as krna hoga or type wale section pr excel-97 wala type choose krna hoga. Aise hi mai import kr paya data.
@vinayakbhardwaj1776
@vinayakbhardwaj1776 Год назад
I am getting 1000 rows instead of 640 rows.What should I do next???
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Use this vinayak and let me know if this helps I guess you are talking about dataset 2 github.com/ashutoshkr103/SQL-portfolio-project-files-and-codes/blob/main/Dataset2.xlsx
@akashpatil4075
@akashpatil4075 Год назад
Am I the only one who notice that dataset 2 has 450 rows and in video it shows 640 for both datasets
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Use this Akash and let me know if this helps github.com/ashutoshkr103/SQL-portfolio-project-files-and-codes/blob/main/Dataset2.xlsx
@prachurjyakaushik4282
@prachurjyakaushik4282 Год назад
None of the Excel versions from the drop down list are working.
@prachurjyakaushik4282
@prachurjyakaushik4282 Год назад
Help!
@AshutoshKumaryt
@AshutoshKumaryt Год назад
keep file open nd then try once
@BAbhishekPatil
@BAbhishekPatil Год назад
Why is it so difficult to import csv files from Excel to Mysql workbench. Can't import all the rows. PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Please convert CSV to xlsx and check if it works
@BAbhishekPatil
@BAbhishekPatil Год назад
@@AshutoshKumaryt Not working . Mysql workbench requires only CSV files.
@ayushpandita5463
@ayushpandita5463 Год назад
How can i explain this project in resume
@kiranugalmugle3864
@kiranugalmugle3864 Год назад
Pls reply this question
@sonaligupta3353
@sonaligupta3353 Год назад
Yes... please tell us...what is the name given to that project on resume
@AshutoshKumaryt
@AshutoshKumaryt Год назад
this can be considered as a data exploration project using sql and u can note down ur findings , let me know if you need more help
@AshutoshKumaryt
@AshutoshKumaryt Год назад
answered
@AshutoshKumaryt
@AshutoshKumaryt Год назад
answred
@VineetKumar-ky3we
@VineetKumar-ky3we 2 года назад
can we do it in MYSQL
@AshutoshKumaryt
@AshutoshKumaryt 2 года назад
Yes
@VineetKumar-ky3we
@VineetKumar-ky3we 2 года назад
@@AshutoshKumaryt what changes we need to do in MYSQL
@RSVERMA948
@RSVERMA948 Год назад
idk why buy my query is not working ; Select state, avg(sex_ratio) as Sex_ratio From ravi1 group by state;
@AshutoshKumaryt
@AshutoshKumaryt Год назад
whats the error u r getting ?
@RSVERMA948
@RSVERMA948 Год назад
@@AshutoshKumaryt thankyou for replying , but i googled this and found that in my sql we should not have any column name with space , if there is thene use back tick while using the column name - `sex ratio` , like this it worked
@RSVERMA948
@RSVERMA948 Год назад
U teach reall well ,maza aa gya , please if possible do something like this with python
@AshutoshKumaryt
@AshutoshKumaryt Год назад
@@RSVERMA948 great
@PreetiSingh-ps3fw
@PreetiSingh-ps3fw Год назад
sir, what is the aim of project?
@PreetiSingh-ps3fw
@PreetiSingh-ps3fw Год назад
i need want to know for my interview sir
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Data Exploration on the indian census data
@twostatesshorts
@twostatesshorts Год назад
This code throwing me error in workbench
@AshutoshKumaryt
@AshutoshKumaryt Год назад
What's the error?
@shantanupatil7323
@shantanupatil7323 Год назад
FYI limit cannot be used in mssql
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Thx that's why we used top function
@AshishSharma-qu1fe
@AshishSharma-qu1fe Год назад
Brother first of all tell to change the data type of the columns 😅..I somehow figured out after half an hour
@AshutoshKumaryt
@AshutoshKumaryt Год назад
Are you also using ssms ?
@clashlegendOfficial
@clashlegendOfficial 4 месяца назад
@@AshutoshKumaryt no my sql
Далее
What does a Data Analyst actually do? (in 2024) Q&A
14:27
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
Просмотров 2,6 млн
A Day in the life of a Data Analyst in New York City
9:45
Data Cleaning in MySQL | Full Project
51:11
Просмотров 100 тыс.
FASTEST Way to Learn Modern GIS and ACTUALLY Get a Job
15:12
How I use SQL as a Data Analyst
15:30
Просмотров 812 тыс.