NewStats: 3,265,270 , 8,186,191 topics. Date: Saturday, 14 June 2025 at 07:49 AM 3e2k676z3e3g |
Chronicle Of A Data Scientist/analyst (385459 Views)
Raalsalghul: 11:05pm On Jan 27, 2022 |
Eawwal: I'll advise you move to SQL. Learning DAX formulas can be a little bit niche and not many analyst adverts demand for it. 1 Like 1 Share |
Eawwal(m): 7:22am On Jan 28, 2022 |
Raalsalghul: I'd do that. Thanks � |
Eawwal(m): 7:23am On Jan 28, 2022 |
Kenny242:I just made research on postgresql and I think I'd settle for it. Do you have materials I can use to learn. |
Homeboiy: 9:02am On Jan 28, 2022 |
Raalsalghul: Thanks I must finish excel before the end of 2 weeks |
haryomikun(m): 10:23am On Jan 28, 2022 |
Raalsalghul: This advice is beautiful! I’ve learned MySQL, Excel, Power BI and Cognos Analytics (with certifications from Coursera) I’ve also completed a data analysis project on 2015 Economic Data How do you suggest I start looking for jobs boss? I talked to someone in the tech world (a web dev) yesterday and he said he doesn’t really know anyone who got a job through Ng Indeed.com, meaning the chances of getting a job there may be narrow or something |
haryomikun(m): 10:40am On Jan 28, 2022 |
Raalsalghul: @Homeboiy I recommend this Youtube link too. Dude is one of the best teachers on YouTube and you’ll learn the concept very quickly depending on how dedicated you are Navigate to his Excel Basics Playlist… |
Kenny242(m): 3:08pm On Jan 28, 2022 |
Eawwal:Well i use amigoscode(YouTube) = he uses sqlshell , while programminguru(YouTube) = he uses both shell(promt) and pg I still don’t know which one is better to use weather the shell(promt) or the GUI(pg). |
haryomikun(m): 3:17pm On Jan 28, 2022 |
ebixy: Omo, this thing you said about the bottom of the pyramid just made me weak. I started my job search as a data analyst this eeek I’m proficient in the aforementioned skills including MySQL. I’m however, in the process of learning Python by reading the ‘Automate the Boring Python’ book and looking to start with R since my course in the university teaches statistics and probability Let’s assume I become a professional data scientist and want to pivot to the level of getting a foreign job, which platform do you recommend? |
Homeboiy: 5:35pm On Jan 28, 2022 |
haryomikun: Thanks bro I like the s I will attend to it 1 Like |
SonOfNobody: 9:11pm On Jan 28, 2022 |
Help a brother guys I'm having issue with Power BI visualization I was able to visualize the excel document recommended in Power BI tutorial video but I'm having issue with visualizing my own excel document in Power BI. Please what would I do to be able to visualize my own excel document? Or which video could you recommend? |
Felixitie(m): 9:43pm On Jan 28, 2022 |
SonOfNobody: What problem are you facing specifically and at what stage? Kindly describe |
SonOfNobody: 10:14pm On Jan 28, 2022 |
Felixitie: At the visualisation stage, It was displaying like a text but when I used the data used in the YouTube video, It visualized perfectly. |
absool(m): 11:56pm On Jan 28, 2022 |
Please w3schools a good place to learn data science?
1 Like |
Prosperity4All: 1:17am On Jan 29, 2022 |
Eawwal:the SimpliLearn app on playstore and navigate to the Intro to SQL course. MySQL is the way to go for beginners. And there only exist Syntax difference between size it and MS-SQL or PostGRE. However the app I recommended has a chapter dedicated to PostGRE teaching what you need to know in addition. It's easier understanding MySQL workbench and transitioning to Pg than the reverse |
mhizcutie(f): 5:37am On Jan 29, 2022 |
I saw this thread last year and it was the finally icing on my cake to go into Data Analysis. I just got my system and I'm ready to take off, I wish there are beginners like me here who can walk this journey with me. Thank you to the op who started this God bless you.
5 Likes |
Felixitie(m): 7:38am On Jan 29, 2022 |
SonOfNobody: Probably you are not using the correct data type in your table in powerbi. Also try to check if your values are not 'summarised', or aggregated by default otherwise you will have to change it. Are you using the right chart? |
SonOfNobody: 10:33am On Jan 29, 2022 |
Felixitie: Yes sir I got the data from PWC Power BI virtual internship and I just realized it is for call centre agents analysis. I will try and watch videos on it. Thanks for your intervention sir. |
tolajay: 11:05am On Jan 29, 2022 |
Well done, guys. May i ask, what's the difference between Business Analysis, Data Analysis and Data Science? I see different courses online along those three lines and they seem intertwined. At first, I thought I'd be best fitted in Data Analytics but seeing this video frim Alex changed my mind towards Business Analytics: https://www.youtube.com/watch?v=G4syHs3M82E My question is: what's the difference between Business Analysis, Data Analysis and Data Science? 1 Like |
Felixitie(m): 12:05pm On Jan 29, 2022 |
SonOfNobody: I have worked on this actual dataset before, using powerbi. It is a straight forward thing bro. I did without watching a video. Follow the insights you are asked to get. 3 Likes 1 Share |
Re: Chronicle Of A Data Scientist/analyst by Nobody: 1:11pm On Jan 29, 2022 |
I need someone to give me an analogy of a class , object, method , function,inheritance etc When something is an instance of something what do it mean. I do know how to code but I am yet to grab this basic simple english 1 Like |
Prinss: 3:13pm On Jan 29, 2022 |
jackcanfield: Using type of nouns as an analogy. A class is like a common noun e.g man. But a man is not specific and can refer to several adullt male. That's where Object comes in, example Ade. So, to summarize, a class is like a template for creating several objects with specific features. Man(class) Ade(object) Musa(object) Kazim(object)... A function is simply a block of codes grouped to perform a specific task. The grouping is simply to allow repetitive usage. Inheritance is defining a class(child) in such a way that it re-uses the attributes of an already defined class (base) Instance, depends on context. It could refer to occurrence or type. E.g isinstance("str1ng", str) will return true (python). Since "str1ng" is a string (str) data type. Ps: I'm lazy typing |
Eskhalil: 3:17pm On Jan 29, 2022 |
haryomikun: I don't think that book is enough for python. I started learning python last week. Its a wonderful experience I can say. I use these: SoloLearn app. Learn python the hard way PDF Automate boring stuffs with python. I have the PDF file but I've not opened it yet. I realized the author made a lot of video courses which are available on Telegram. If you have Telegram, I have a lot of useful links for you. 1 Like |
Eskhalil: 3:20pm On Jan 29, 2022 |
mhizcutie:I'm a beginner too. I've got a couple of resources and video lectures. I encourage you to use Telegram because it will cost me less data to share it compared to WhatsApp. I'm in! |
Re: Chronicle Of A Data Scientist/analyst by Nobody: 3:22pm On Jan 29, 2022 |
Prinss: Thank you , I would read through it. |
Eskhalil: 3:22pm On Jan 29, 2022 |
absool:SoloLearn on PlayStore |
SonOfNobody: 5:16pm On Jan 29, 2022 |
Felixitie: Wow! This is nice, I will do that sir |
SonOfNobody: 5:58pm On Jan 29, 2022 |
Felixitie: Could you share me the link to the insight because I didn't see it there? |
Heyf: 9:28pm On Jan 29, 2022 |
Please can someone recommend a YouTube playlist to learn phyton for data analysis. I'm done with Excel, MySQL and power bi... Please any python for data analysis videos on YouTube ![]() 1 Like |
ebixy(m): 12:01am On Jan 30, 2022 |
haryomikun: LinkedIn. Lots of job postings and you get to connect and interact with like-minds from around the world. |
movado19: 1:38am On Jan 30, 2022 |
Felixitie: Gosh! I am just like those people who like to burst pimples or blackheads on other people's faces once sighted, but this time around with data visualisation, lol ![]() I see a whole lot not right with this dashboard...they are the things that make the intended audience NEVER take action, even after all the time spend putting the charts together. A lot of "hardcore" data people think its beneath them to put in the effort when it comes to visualisations, forgetting that this is the "PLATING OF THE DISH" for the audience and if not done correctly, then all the work done from inception falls into the drain. You are practically engaing with the brain of people who have very little attention to give... |
SonOfNobody: 2:55pm On Jan 30, 2022 |
Felixitie: I have been able to visualize the data sir Thanks so much |
I Want To Learn Programming. Which Language Should I Start With?
(Go Up)
Sections: How To . 61 Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or s on Nairaland. |