# data-scientist-roadmap **Repository Path**: mirrors/data-scientist-roadmap ## Basic Information - **Project Name**: data-scientist-roadmap - **Description**: 数据科学家的学习路线图 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 5 - **Created**: 2020-04-23 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: ebooks-manual **Tags**: None ## README # data-scientist-roadmap I just found this data science skills roadmap, drew by [Swami Chandrasekaran](http://nirvacana.com/thoughts/becoming-a-data-scientist/) on his cool blog. **** ![roadmap-picture](http://nirvacana.com/thoughts/wp-content/uploads/2013/07/RoadToDataScientist1.png) **** Jobs linked to __data science__ are becoming __more and more popular__. A __bunch of tutorials__ could easily complete this roadmap, helping whoever wants to __start learning stuff about data science__. For the moment, a lot is __got on wikipedia or generated by LLMs__ (except for codes, always handmade). Any help's thus welcome! ## Run the examples Install Poetry ```bash curl -sSL https://install.python-poetry.org | python3 - ``` Install dependencies ```bash poetry install ``` ## Rules * __Feel free to fork this repository and pull requests__. * Always comment your code. * Please respect topology for filenames. * There's one README for each directory. * Also, could be great to share useful links or resources in README files.