Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This Repo contains tools that allow us to import, clean, manipulate, and visualize data —Includes Python libraries, like pandas, NumPy, Matplotlib, and many more to work with real-world datasets to learn the statistical and machine learning techniques.

License

NotificationsYou must be signed in to change notification settings

mohd-faizy/CAREER-TRACK-Data-Scientist-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authormade-with-MarkdownLanguagePlatformMaintainedLast CommitGitHub issuesStars GitHubSize

head_image

importmatplotlib.pyplotaspltimportnumpyasnp# Datalibraries= ["NumPy","Pandas","Matplotlib","Seaborn","SciPy","Scikit-learn","TensorFlow","Keras","PyTorch","Statsmodels","XGBoost","LightGBM","CatBoost","NLTK","SpaCy","Gensim","Plotly","Bokeh","Dash","H2O.ai","PyCaret","Dask","Orange3"]# Parameters for circular layoutnum_libs=len(libraries)angles=np.linspace(0,2*np.pi,num_libs,endpoint=False).tolist()# Plotfig,ax=plt.subplots(figsize=(12,12),subplot_kw={'projection':'polar'})bars=ax.bar(angles,np.ones(num_libs),width=0.3,bottom=2.5,color='skyblue',edgecolor='black')# Add library names and URLsforbar,angle,libinzip(bars,angles,libraries):rotation=np.rad2deg(angle)alignment='left'ifangle<np.pielse'right'ax.text(angle,bar.get_height()+3.0,lib,rotation=rotation,ha=alignment,va='center',fontsize=12,color='black')# Customize plotax.set_yticklabels([])ax.set_xticks([])ax.spines['polar'].set_visible(False)plt.show()# Output

Data Science Repository

Welcome to the Data Science Repository! This repository is designed to help you learn Python for data science and develop the essential skills needed to succeed as a data scientist. From data manipulation to machine learning, you'll gain the knowledge required to excel in this field.

Track Overview

This track is a comprehensive journey through Python for data science. It consists of various libraries and tools to import, clean, manipulate, visualize data, and build predictive models. Here's an overview of the contents in this repository:

➤ ⭐Python Essentials

#ProjectLink
1Introduction to PythonOpen
2Intermediate PythonOpen

➤ ⭐Data Manipulation and Visualization

#ProjectLink
1Data Manipulation with pandasOpen
2Joining Data with pandasOpen
3Introduction to Statistics in PythonOpen
4Introduction to Data Visualization with MatplotlibOpen
5Introduction to Data Visualization with SeabornOpen
6Python-data-science-toolbox-(part-1)Open
7Python-data-science-toolbox-(part-2)Open
8Intermediate Data Visualization with SeabornOpen

➤ ⭐ Exploratory Data Analysis (EDA) and Statistics

#ProjectLink
1Exploratory Data Analysis in Python Part - 1Open
2Exploratory Data Analysis in Python Part - 2Open
3Working with Categorical Data in PythonOpen
4Data Communication ConceptsOpen

➤ ⭐ Data Importing and Cleaning

#ProjectLink
1Introduction to Importing Data in Python-(part-1)Open
2Intermediate Importing Data in Python-(part-2)Open
3Cleaning Data in Python [Part - 1]Open
4Cleaning Data in Python [Part - 2]Open
5Working with Dates and Times in PythonOpen

➤ ⭐ Advanced Topics

#ProjectLink
1Writing Functions in PythonOpen
2Introduction to Regression with statsmodels in PythonOpen
3Sampling in PythonOpen
4Hypothesis Testing in PythonOpen
5Statistical-Thinking-in-Python-[Part -1]Open
6Statistical-Thinking-in-Python-[Part -2]Open
7Supervised Learning with scikit-learnOpen
8Unsupervised Learning in PythonOpen
9Cluster Analysis in PythonOpen
10Machine Learning with Tree-Based Models in PythonOpen
11Preprocessing for Machine LearningOpen
12Developing Python PackagesOpen
13Machine Learning for BusinessOpen
14Introduction to SQLOpen
15Intermediate SQLOpen
16Joining Data in SQLOpen
17Introduction to GitOpen

➤ ⭐ Projects

In addition to the comprehensive learning materials, this repository offers various projects to apply and reinforce your data science skills. Here is a list of the projects available:

#ProjectLink
1Analyzing TV DataOpen in Colab
2Investigating Netflix MoviesOpen in Colab
3What and Where are the World's Oldest BusinessesOpen in Colab
4Google Play Store Apps and ReviewsOpen in Colab
5The GitHub History of the Scala LanguageOpen in Colab
6A Visual History of Nobel Prize WinnersOpen in Colab
7Dr. Semmelweis and the Discovery of HandwashingOpen in Colab
8Predicting Credit Card ApprovalsOpen in Colab
9School Budgeting with Machine Learning in PythonOpen in Colab
10Analyzing Police Activity with pandasOpen in Colab
11Exploring NYC Public School Test Result ScoresOpen in Colab
12Analyzing Crime in Los AngelesOpen in Colab
13Preparing Data for Customer Analytics ModelingOpen in Colab
14Modeling Car Insurance Claim Outcomes(EDA)Open in Colab
Modeling Car Insurance Claim Outcomes(ML)Open in Colab
Modeling Car Insurance Claim Outcomes(GB-RF)Open in Colab
Modeling Car Insurance Claim Outcomes(Ensemble_Method)Open in Colab
15Hypothesis Testing Soccer MatchesOpen in Colab
16Predictive Modeling for AgricultureOpen in Colab
17Clustering Antarctic Penguin SpeciesOpen in Colab
18Predicting Movie Rental DurationsOpen in Colab
19🔜Open in Colab

🗂️ ➤ Additional Resources

RoadMap OLD

map_img

📊📈📉STATISTICS

map_img


📄 ➤ STATEMENT OF ACCOMPLISHMENT

➤ ⭐1.Data Scientist Professional with Python

➤ ⭐2.Associate Data Scientist

⚖ ➤ License

This project is licensed under the MIT License. SeeLICENSE for details.

❤️ ➤ Support

If you find this repository helpful, show your support by starring it! For questions or feedback, reach out onTwitter(X).

$\color{skyblue}{\textbf{Connect with me:}}$

🔃 ➤ If you have questions or feedback, feel free to reach out!!!


About

This Repo contains tools that allow us to import, clean, manipulate, and visualize data —Includes Python libraries, like pandas, NumPy, Matplotlib, and many more to work with real-world datasets to learn the statistical and machine learning techniques.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp