Skip to content

lukedev45/StatsCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Statistics Basics β€” Learning with Python

A beginner-friendly introduction to summary statistics with Python.
This repo contains two Jupyter notebooks: one for exercises and one with full solutions.


πŸ“‚ Contents

  • Demonstrations β€” guided notebook with explanations, prompts, and exercises.
  • Solutions and Answers β€” full solutions notebook with worked-out answers.
  • requirements.txt β€” minimal dependencies to run the notebooks.

πŸ“ Topics Covered

  • Descriptive vs. Inferential statistics
  • Data types: numeric, categorical, nominal, ordinal
  • Measures of center: mean, median, mode
  • Measures of spread: standard deviation, mean absolute deviation (MAD)
  • Quartiles and interquartile range (IQR)
  • Boxplots for visualization
  • Mini-project: compare salaries and orders by department

πŸš€ Getting Started

  1. Clone the repo

    git clone https://github.com/yourusername/StatsCourse.git
    cd StatsCOurse
  2. Install dependencies

    pip install -r requirements.txt
  3. Launch Jupyter Notebook

    jupyter notebook

    (But you can use any IDE you want)

  4. Open notebooks

    • Start with stats_basics_exercises.ipynb
    • Check your work with stats_basics_solutions.ipynb

πŸ“Έ Preview

The notebooks include:

  • Hands-on Python with NumPy and Pandas
  • Visualizations with Matplotlib
  • Short reflections to reinforce learning

πŸ™Œ Contributing

Suggestions and improvements are welcome!
Feel free to open an issue or submit a pull request.


⭐ Acknowledgements

Created as part of my learning journey through the
DataCamp Associate Data Scientist Certificate.

About

Stats course for otheres and I

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published