Thursday, December 9, 2021

What Does It Mean to Be a Data Scientist?

After soliciting information for our 2021 State of Data Science report, the ubiquitous nature of the title “Data Scientist” was immediately apparent. We had over 4,000 respondents, and only 11% of them actually identified themselves as Data Scientists. Another 11% identified as Business Analysts, and the rest of the respondents fell into a multitude of other categories including, Developers, DevOps, MLOps, and more. There's a lot of crossover amongst these titles, which means they all encompass aspects of what it means to be a Data Scientist.

from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...