Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,819 members, 7,802,620 topics. Date: Friday, 19 April 2024 at 05:36 PM

Chronicle Of A Data Scientist/analyst - Programming (85) - Nairaland

Nairaland Forum / Science/Technology / Programming / Chronicle Of A Data Scientist/analyst (329267 Views)

Chronicle Of A Data/cloud Engineer / Net Salary For A Data Analyst Or Scientist Or Web Dev / Aspiring Data Scientist. (2) (3) (4)

(1) (2) (3) ... (82) (83) (84) (85) (86) (87) (88) ... (146) (Reply) (Go Down)

Re: Chronicle Of A Data Scientist/analyst by Heyf: 12:04am On Jan 19, 2021
Is this Excel advance course really necessary??
Re: Chronicle Of A Data Scientist/analyst by Sirwallace(m): 1:22am On Jan 19, 2021
Heyf:
Is this Excel advance course really necessary??

you never know when excel will come handy on the job.

very powerful if you can get the advanced concept for analytics.

DAX, power query, power pivot, pivot table and cool visualization will do fine.

2 Likes

Re: Chronicle Of A Data Scientist/analyst by cochtrane(m): 3:38am On Jan 19, 2021
tolajay:
Interesting!

This scope can be applied to virtually all forms of online conversations and social media platforms to understand patterns, styles and relationships in the communication process.

I recall a friend doing this to analyze trolls and their allies during the 2019 election. It was fascinating and sparked my interest in data analysis.

What tools did you use to mine and analyze the data?

Well done!



Thanks for the feedback!

Yeah, it certainly can. I think that's even a more direct application. Mine is kinda tangential. I used beautifulsoup to scrape the thread and used basic linear algebra to mine relationships. Here, scipy and numpy came in handy.
I have the notebook uploaded at this link, should anyone be interested

4 Likes 2 Shares

Re: Chronicle Of A Data Scientist/analyst by cochtrane(m): 3:50am On Jan 19, 2021
kunleiky:



@Cochtrane, please I need the link. I also have one request from you.... Please the dataset you scraped some times back about Nairaland posts which you Analyzed with R (you also did a wordcloud of it) Can you please update the data. The dataset currently has about 2800 rows or there about. Please help update the scraping of the data and make the GitHub link available for us.
God bless
You can get the dataset

1 Like 1 Share

Re: Chronicle Of A Data Scientist/analyst by cochtrane(m): 4:01am On Jan 19, 2021
I conducted another quick job trying to find the shortest path through all airports in Nigeria. This shortest tour doesn't consider where you start out, but only considers the optimal way to travel across all airports in Nigeria. The tool of choice this time is simulated annealing. A technique often used for solving the traveling salesman problem, the class to which this problem belongs.

In effect, if we had to check every possibility while solving this problem, the solution will be in exponential time because we have to check every permutation of airport. With larger datasets, this can easily become an intractable problem. Using simulated annealing, we allow the algorithm to make mistakes earlier in the computation, but ensure that as the computation progresses it become less likely to make a mistake. That progression is approached as a cooling, where we introduce a temperature variable which becomes smaller as the temperature "cools".

Anyways, you can find the solution here. And this gif (shown as a picture below, but viewable on the notebook) shows just how the algorithm progresses while it looks for an optimal solution. Just to add, this is an optimization problem.

6 Likes 2 Shares

Re: Chronicle Of A Data Scientist/analyst by cochtrane(m): 6:37am On Jan 19, 2021
tolajay:
Is anyone signed up to Data Camp?

I just subscribed to their annual premium plan at a discounted price for $99.

Hoping the journey to becoming a data analyst will be swift.

I also use datacamp. They offer really quality resources. They also recently improved on their site layout. I think you'll enjoy it.

1 Like 1 Share

Re: Chronicle Of A Data Scientist/analyst by muzzling17(f): 3:17pm On Jan 19, 2021
rodhy:



Quoting this for later wink

I’m also quoting this for later
Re: Chronicle Of A Data Scientist/analyst by muzzling17(f): 3:23pm On Jan 19, 2021
cochtrane:

You can get the dataset here. Or if you want the scraper, check here

Amazing work!
Can I send a pm. I’m also trying to scrape a job website but I couldn’t iterate over page one.
Re: Chronicle Of A Data Scientist/analyst by htdot: 11:22pm On Jan 22, 2021
mbhs139:
TOP 7 Books for python developers to read must in 2020
Share this message with other python developers or python
learners to grow python community

Learn to Program with Python
https://www.bookelf.in/book/467/pt

Python Unit Test Automation.
https://www.bookelf.in/book/522/pt

Expert Python Programming
https://www.bookelf.in/book/513/pt

Hands-On Machine Learning with Scikit-Learn and TensorFlow
https://www.bookelf.in/book/474/pt

Machine Learning with python
https://www.bookelf.in/book/473/pt

Mastering Natural Language Processing with Python
https://www.bookelf.in/book/470/pt

An Introduction to Statistics with Python
https://www.bookelf.in/book/458/pt

https://www.tutorialbar.com/python-for-data-science-and-data-analysis-masterclass-2020/

https://www.tutorialbar.com/complete-python-bootcamp-2020-with-practical-projects/

https://www.tutorialbar.com/python-for-beginners-anyone-can-code/

https://www.tutorialbar.com/neural-networks-in-python-deep-learning-for-beginners/

https://www.tutorialbar.com/software-development-in-python-a-practical-approach/

https://www.tutorialbar.com/the-self-taught-programmer/

https://www.tutorialbar.com/step-by-step-guide-to-machine-learning/

https://www.tutorialbar.com/time-series-analysis-and-forecasting-using-python/

https://www.tutorialbar.com/the-complete-python-3-course-beginner-to-advanced/

Introduction to Machine Learning with Python

AUTHOR:- ANDREAS C. MUELLER AND SARAH GUIDO

Download Book Now����

http://dynamicduniya.com/bookdetails?id=68/introduction-to-machine-learning-with-python


A beginner-friendly list of data science projects


1) Rainfall in India

Project type: Visualization
Link to dataset : https://www.kaggle.com/rajanand/rainfall-in-india

2) Global Suicide Rates

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/russellyates88/suicide-rates-overview-1985-to-2016

3) Summer Olympic Medals

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/divyansh22/summer-olympics-medals

4) World Happiness Report

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/unsdsn/world-happiness

5) Pollution in the United States

Project type: Visualization
Link to dataset : https://www.kaggle.com/sogun3/uspollution

6) Nutrition Facts for McDonald’s Menu

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/mcdonalds/nutrition-facts

7) Red Wine Quality

Project type: Prediction Modeling
Link to dataset : https://www.kaggle.com/uciml/red-wine-quality-cortez-et-al-2009

2 Likes 1 Share

Re: Chronicle Of A Data Scientist/analyst by mentro: 11:03am On Jan 24, 2021
Any one into digital marketing analysis?
Re: Chronicle Of A Data Scientist/analyst by Starkid3010(m): 7:19pm On Jan 24, 2021
mbhs139:
TOP 7 Books for python developers to read must in 2020
Share this message with other python developers or python
learners to grow python community

Learn to Program with Python
https://www.bookelf.in/book/467/pt

Python Unit Test Automation.
https://www.bookelf.in/book/522/pt

Expert Python Programming
https://www.bookelf.in/book/513/pt

Hands-On Machine Learning with Scikit-Learn and TensorFlow
https://www.bookelf.in/book/474/pt

Machine Learning with python
https://www.bookelf.in/book/473/pt

Mastering Natural Language Processing with Python
https://www.bookelf.in/book/470/pt

An Introduction to Statistics with Python
https://www.bookelf.in/book/458/pt

https://www.tutorialbar.com/python-for-data-science-and-data-analysis-masterclass-2020/

https://www.tutorialbar.com/complete-python-bootcamp-2020-with-practical-projects/

https://www.tutorialbar.com/python-for-beginners-anyone-can-code/

https://www.tutorialbar.com/neural-networks-in-python-deep-learning-for-beginners/

https://www.tutorialbar.com/software-development-in-python-a-practical-approach/

https://www.tutorialbar.com/the-self-taught-programmer/

https://www.tutorialbar.com/step-by-step-guide-to-machine-learning/

https://www.tutorialbar.com/time-series-analysis-and-forecasting-using-python/

https://www.tutorialbar.com/the-complete-python-3-course-beginner-to-advanced/

Introduction to Machine Learning with Python

AUTHOR:- ANDREAS C. MUELLER AND SARAH GUIDO

Download Book Now����

http://dynamicduniya.com/bookdetails?id=68/introduction-to-machine-learning-with-python


A beginner-friendly list of data science projects


1) Rainfall in India

Project type: Visualization
Link to dataset : https://www.kaggle.com/rajanand/rainfall-in-india

2) Global Suicide Rates

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/russellyates88/suicide-rates-overview-1985-to-2016

3) Summer Olympic Medals

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/divyansh22/summer-olympics-medals

4) World Happiness Report

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/unsdsn/world-happiness

5) Pollution in the United States

Project type: Visualization
Link to dataset : https://www.kaggle.com/sogun3/uspollution

6) Nutrition Facts for McDonald’s Menu

Project type: Exploratory Data Analysis
Link to dataset : https://www.kaggle.com/mcdonalds/nutrition-facts

7) Red Wine Quality

Project type: Prediction Modeling
Link to dataset : https://www.kaggle.com/uciml/red-wine-quality-cortez-et-al-2009
boss, that bookelf is not working anymore
Re: Chronicle Of A Data Scientist/analyst by mbhs139(m): 1:58am On Jan 25, 2021
Life of a data analyst in the abroad

12 Likes

Re: Chronicle Of A Data Scientist/analyst by mbhs139(m): 3:26am On Jan 25, 2021
Starkid3010:
boss, that bookelf is not working anymore

It's been a long time since I posted it, and it has a time frame. I think it was actually active during the heat of the first lock down in Ontario
Re: Chronicle Of A Data Scientist/analyst by Starkid3010(m): 8:48am On Jan 25, 2021
mbhs139:


It's been a long time since I posted it, and it has a time frame. I think it was actually active during the heat of the first lock down in Ontario
ooooh! But, please is there another way to get all those stuffs?
Re: Chronicle Of A Data Scientist/analyst by muzzling17(f): 11:14am On Jan 25, 2021
Pls guys I got this as an invite for a Business Analyst position. I have a gut feeling about it that’s why I’m asking. Help a sister Biko!

Dear Applicant,

Based on your interest, Kindly be informed that you have been invited for an interview through the HR management as per details below.
DATE: Wednesday 27th January, 2021
TIME:8:00AM PROMPT

VENUE: No 4b, Toyin Street, Beside Redeemed Church by Custom Roundabout, Ikeja, Lagos.
You are to be punctual, dress corporate and come with a hard copy of your CV and ensure to be there on time.
For inquiries 09083246925/M6DEL
You are to come with evidence of this message, either printed out or on your phone to be shown at the entrance.
Note.pls don't forget to put on your face mask.
Re: Chronicle Of A Data Scientist/analyst by tensazangetsu20(m): 11:29am On Jan 25, 2021
muzzling17:
Pls guys I got this as an invite for a Business Analyst position. I have a gut feeling about it that’s why I’m asking. Help a sister Biko!

Dear Applicant,

Based on your interest, Kindly be informed that you have been invited for an interview through the HR management as per details below.
DATE: Wednesday 27th January, 2021
TIME:8:00AM PROMPT

VENUE: No 4b, Toyin Street, Beside Redeemed Church by Custom Roundabout, Ikeja, Lagos.
You are to be punctual, dress corporate and come with a hard copy of your CV and ensure to be there on time.
For inquiries 09083246925/M6DEL
You are to come with evidence of this message, either printed out or on your phone to be shown at the entrance.
Note.pls don't forget to put on your face mask.
It's gnld. That address has appeared many times on different nairaland threads.

2 Likes

Re: Chronicle Of A Data Scientist/analyst by muzzling17(f): 12:57pm On Jan 25, 2021
Thank you very much. God bless you

I thought as much
tensazangetsu20:

It's gnld. That address has appeared many times on different nairaland threads.
Re: Chronicle Of A Data Scientist/analyst by GidiCars: 8:17pm On Jan 25, 2021
mbhs139:
Life of a data analyst in the abroad

Is that your setup?
Re: Chronicle Of A Data Scientist/analyst by mbhs139(m): 1:27am On Jan 26, 2021
Starkid3010:
ooooh! But, please is there another way to get all those stuffs?

Honestly, I don't belong to the Whatsapp group anymore. It's a group Indians and those of us in Canada. I exited the group long ago.
Re: Chronicle Of A Data Scientist/analyst by mbhs139(m): 1:27am On Jan 26, 2021
GidiCars:


Is that your setup?

Yes. That's my home office. I work from home.

1 Like

Re: Chronicle Of A Data Scientist/analyst by Tesvin: 4:01pm On Jan 26, 2021
mbhs139:


Yes. That's my home office. I work from home.

Please would you like to share your experience as a data analyst in the abroad?

Like how easy was it for you to get a job?

How rewarding is data analysis as a career in the abroad?

Etc

Thank you

5 Likes 1 Share

Re: Chronicle Of A Data Scientist/analyst by rachna78: 6:50am On Jan 27, 2021
There are various channels of the digital marketing plan. The three most channels are intent-based marketing means search marketing, brand marketing, and community-based marketing.
Apart from these three main types of marketing channel, other important channels are
1. Partner marketing
Partner marketing plan
Its included affiliate marketing, public relation, editorial partnerships, etc.
*affiliate marketing;
It’s a type of performance-based marketing in which a business rewards or commission for one or more affiliates for each visitor by the affiliate marketing efforts. The affiliate could be any type of influencer. Examples are also including review sites and e-commerce sites.
*public relation
In the online world, pr involves the brand sharing news about their initiatives on other digital sites with information as feeds articles, or regular news releases
*Editorial partnership
It’s related to paid articles specifically written to the product on the website which relates to the particular domain.
2. Direct Marketing
Direct Marketing Plan
It includes the set of channels that involve marketing to the consumer through outbound means push messages and inbound channels means pull marketing.
It sums rice email. SMS marketing, chat, inbound calls, user comments, etc
*Outbound marketing:
It involves the promotion of the target audience using outbound techniques like email or mobile SMS. It has the highest ROI as compared to other channels
*Inbound marketing
It involves a consumer forum to communicate with the brand and develop a connection. Its common example is customer service calls.
*Response marketing
It includes where a consumer gives a response to brand interactions. Its common example includes a user comment, online chat, or any type of email. It shows values of trust, care involvement, etc
3. Content marketing
Content Marketing Plan
It’s one of the important channels of marketing; its main way of marketing is content which guides the customer to purchase and sales of funnel activities.
Its include native contents, website, blog content, video, webinars etc
Owned content means the website or blog content. Paid content means native content like pictures of Tumblr, tweets for Twitter, etc. and finally viral content means mainly video marketing.
4.Platform marketing
Platform Marketing Plan
It includes using new media platforms, devices, and consumer interaction media like mobile applications, gaming marketing, kiosk marketing, etc.
*Device marketing means marketing through a mobile application or putting ads in emerging products like any branded product which is most popular.
*Kiosk marketing means ads in departmental stores kiosks or promotion through Microsoft surface.
*Media marketing
It is in-game marketing that includes computer-based simulation environments. The best example of avatars of real-life people to develop a commercial world wherein they could buy or sell virtual brands.

Conclusion:
So these are the marketing channels and most visible form of current trends that helps to reach prospects at every stage of the marketing funnels is it creating awareness enhancing interest, supporting activation, or guiding to purchase.


Rachna soni

https://freelancerdigitalcite.com
Re: Chronicle Of A Data Scientist/analyst by daryur01(m): 5:28pm On Jan 27, 2021
.

1 Like 2 Shares

Re: Chronicle Of A Data Scientist/analyst by kunleiky(m): 6:31pm On Jan 29, 2021
cochtrane:

You can get the dataset here. Or if you want the scraper, check here
Thanks a lot. I surely will.
Re: Chronicle Of A Data Scientist/analyst by Drshobz(m): 3:08pm On Feb 02, 2021
wisdomremz:



quote me ur mail... I will send it to you..


Please boss
I want to go into data science/ analysis
Can u please list things to learn
Step by step
Am a total jjc
Though I have learnt web development
But I stopped half way
But I have full interest in data science
And I plan on leaving to Canada soon for my
Masters
Please I will appreciate if I will respond
Re: Chronicle Of A Data Scientist/analyst by Drshobz(m): 4:04pm On Feb 02, 2021
[quote author=afuye post=87472309]Thanks so much ![/quote

for any body who wants to learn machine learning and data science there is a new course on udemy by andrei naegeo and daniel bourke (Complete Machine Learning and Data Science: Zero to Mastery) whic is the highest rated course on udemy with 4.6 rating the course is for those who no nothing in it and dont have a good math background you will learn practical skills and if you want theory u can take andrew ng course to machine learning after this course so you can no both practical and theoritical part of ml and i meet a nairalander in ikorodu yesterday who has the course and willing to give for a cheap price you can search him out and call him his name is Afuye he is a nairalander happy learning

Boss please am interested
Re: Chronicle Of A Data Scientist/analyst by Felixitie(m): 5:04pm On Feb 02, 2021
Drshobz:


Please boss
I want to go into data science/ analysis
Can u please list things to learn
Step by step
Am a total jjc
Though I have learnt web development
But I stopped half way
But I have full interest in data science
And I plan on leaving to Canada soon for my
Masters
Please I will appreciate if I will respond


That's nice.
I will advice you go through the thread from page zero, to at least page 10.

For the data analysis aspect, Be grounded in EXCEL, PowerBI or TABLEAU, MYSQL.

If you are willing to go further, learn python ( the libraries for data science) plus some other areas.

Good luck bro
Re: Chronicle Of A Data Scientist/analyst by Drshobz(m): 7:50pm On Feb 02, 2021
Felixitie:



That's nice.
I will advice you go through the thread from page zero, to at least page 10.

For the data analysis aspect, Be grounded in EXCEL, PowerBI or TABLEAU, MYSQL.

If you are willing to go further, learn python ( the libraries for data science) plus some other areas.

Good luck bro

Thanks bro
Please my excel is 2007 edition hope it's not too old
Re: Chronicle Of A Data Scientist/analyst by Felixitie(m): 8:34pm On Feb 02, 2021
Drshobz:


Thanks bro
Please my excel is 2007 edition hope it's not too old

That's too old bro. Get Excel 2016.. It has power query and power pivot.. Which are good tools to help you and make your trip shorter.
Re: Chronicle Of A Data Scientist/analyst by Drshobz(m): 9:43pm On Feb 02, 2021
Felixitie:


That's too old bro. Get Excel 2016.. It has power query and power pivot.. Which are good tools to help you and make your trip shorter.

Thanks bro
Re: Chronicle Of A Data Scientist/analyst by PrettySmart(m): 1:21pm On Feb 03, 2021
What are bi-directional attention networks? And their applications...


Please, I need some explanations and articles on topic.


Thanks...
Re: Chronicle Of A Data Scientist/analyst by Drshobz(m): 1:54pm On Feb 03, 2021
Felixitie:


That's too old bro. Get Excel 2016.. It has power query and power pivot.. Which are good tools to help you and make your trip shorter.

Please bro
Am seeing so many videos on YouTube
Please which person's video can u recommend for me that will be easy for jjc like me

(1) (2) (3) ... (82) (83) (84) (85) (86) (87) (88) ... (146) (Reply)

I Want To Learn Programming. Which Language Should I Start With?

Viewing this topic: Gbadugbakun(m)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 60
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.