Skip to content

gdequeiroz/Python-for-Data-Scientists

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Read me

This Jupyter notebook will help aspiring data scientists learn and practice the necessary python code needed for many data science projects. Most of the material in this notebook is based on exercises that I completed from a course called Master Machine Learning by EliteDataScience.com. I highly recommend this course for new data scientists or veteran data scientists who require a refresher. I use the notebook regularly, especially when I forget important NumPy or Pandas syntax. Enjoy!

Instructions

  • You can insert "scratch" code cells using Insert > Insert Cell Below/Above in the toolbar.
  • Remember, to run a cell, you can click into it anywhere and press Shift + Enter.
  • The Green text in the code cell, usually preceded by a pound sign (hashtag or #) is a comment and is not executed.
  • A project_files folder accompanies the download from GitHub. It contains important data needed for some of the analyses in the notebook.

Table of Contents

  1. Python Basics
  2. Data Structures
  3. Flow and Functions
  4. NumPy
  5. Pandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%