Phylis Jepchumba, MSc

Phylis Jepchumba, MSc @phylis

About: Senior Data Scientist || Technical Writer || Research Expert Tag Moderator @DevCommunity

Location:
Nairobi,Kenya
Joined:
Jul 21, 2021

Phylis Jepchumba, MSc
articles - 36 total

🚀 How to Load Datasets Efficiently in Pandas: A Complete Guide 📊 Want to master data loading in Pandas? Whether you're working with CSV, Excel, JSON, SQL, or Parquet files, knowing how to efficiently read datasets is essential for data analytics.

How to Load Datasets Efficiently in Pandas: A Complete Guide ...

Learn More 0 0Feb 18

How to Load Datasets Efficiently in Pandas: A Complete Guide

"Without data, you're just another person with an opinion." — W. Edwards Deming In today’s...

Learn More 8 2Feb 18

Are you a data analyst or aspiring to be one? Here are 7 must-know Python libraries that will help you clean, analyze, visualize, and model data like a pro! From Pandas for data manipulation to Scikit-learn for machine learning

Top 7 Python Libraries Every Data Analyst Should Know in 2025 ...

Learn More 5 0Feb 7

Top 7 Python Libraries Every Data Analyst Should Know in 2025

Introduction Python has become the go-to language for data analytics due to its simplicity,...

Learn More 10 0Feb 7

Crafting Compelling Data Narratives:A Comprehensive Look at Chart Types in Power BI.

Introduction Did you know that boring columns and rows can be used to convey compelling...

Learn More 7 0Mar 18 '24

Embarking on a Data-Driven Journey: Exploring Monitoring and Evaluation

Happy New Year, everyone! It's been a while since I last shared some exciting articles here, but I'm...

Learn More 6 0Jan 29 '24

Introducing Kids to Coding Through Tkinter: A Fun Path to Python's Graphical User Interfaces

Introduction In the journey of teaching kids to code, we've covered the fundamental...

Learn More 19 2Aug 10 '23

🎉 Surpassing 1000 Followers on Dev Community! 🎉😊🌺

I am incredibly thrilled and humbled to announce that I have just crossed the remarkable milestone of...

Learn More 14 8Jun 7 '23

Exploring MLOps Tools and Frameworks: Enhancing Machine Learning Operations

Having established an understanding of MLOps (Machine Learning Operations) and its benefits in...

Learn More 6 0Jun 6 '23

MLOps 101: A Beginner's Guide to Understanding Machine Learning Model Operations

Introduction: In the dynamic realm of data science and machine learning, the introduction...

Learn More 5 0Jun 6 '23

Overcoming Imposter Syndrome in the Tech Industry: Strategies and Communities to Build Confidence

As a woman in tech with a background in software engineering and currently pursuing a Master of...

Learn More 9 3May 13 '23

Scikit-Learn Code Snippets for Common Machine Learning Tasks: A Comprehensive Guide for Beginners

Introduction Machine learning is a subfield of artificial intelligence that has gained...

Learn More 10 0May 3 '23

Exploring the World of Machine Learning: Definition, Types, Applications, and Upcoming Trends for 2023.

Introduction. Machine learning has emerged as a revolutionary force that is...

Learn More 7 0Apr 11 '23

How to Perform Exploratory Data Analysis with Python

Introduction Exploratory data analysis (EDA) is an essential step in the data science...

Learn More 31 12Feb 19 '23

A Beginner's Guide to Feature Selection in Machine Learning: Techniques and Tips

Introduction to Feature Selection. As a data scientist, one of the crucial steps in the...

Learn More 12 3Jan 6 '23

Self Guide to becoming a Data Analyst

Data analytics is making a new wave in the corporate world as it is the hottest profession in this...

Learn More 9 2Aug 25 '22

Login/Registration Form with Python Flask and MySQL.

Requirements Download and install Python, for this tutorial I'll be using Python...

Learn More 40 2Jul 26 '22

Getting started with Docker & Flask.

Introduction Docker makes it easier, simpler and safer to build, deploy and manage...

Learn More 74 2Dec 27 '21

Introduction to Data structures and Algorithms in Python

Data structures are a way of organizing and storing data so that they can be accessed and worked with...

Learn More 135 5Oct 10 '21

Day 3: Python Functions.

Day 3 of 30DaysOfPython ♠️What is a Function in Python? ♠️How to define and call a function in...

Learn More 6 2Oct 7 '21

Day 2: Introduction to Control Flow in Python

Day 2 of The 30 Days of Python. Introduction to Control Flow In Python What is...

Learn More 8 0Oct 6 '21

30DAYS OF PYTHON

Day 1 of the 30 Days Of Python. What python is. Python programming paradigms: Imperative,...

Learn More 62 0Oct 5 '21

Handling Forms in Flask using Flask-WTF

Flask provides a flask-WTF extension that makes form handling easy and structured. This article...

Learn More 12 0Oct 1 '21

What is Data Wrangling? Definition, Benefits and data wrangling operations.

Data wrangling, also known as data munging and data cleaning enables businesses tackle complex data...

Learn More 21 0Sep 17 '21

How to handle missing Values in a dataset using Python.

What is missing data? Missing data, or missing values, occur when no data value is stored...

Learn More 16 4Sep 9 '21

Python Libraries Every Data Scientist Must Know.

Pandas. Pandas is a fast, powerful, flexible and easy to use open source data analysis and...

Learn More 21 2Sep 2 '21

Web Scraping 101! Introduction to Web Scraping in Python.

Web Scraping makes it easier and faster when you have to pull a large amount of data from...

Learn More 28 6Aug 31 '21

Walmart Store Sales Forecasting

The walmart dataset provides historical sales data of 45 stores of Walmart, each having various...

Learn More 12 0Aug 26 '21

Intoduction to Flask-RESTful API.

Definition of terms Representational State Transfer (REST) We can define REST as software...

Learn More 3 0Aug 24 '21

Implementing Machine Learning steps using Regression Model.

From our previous article we looked at the machine learning steps. Lets now have a look at how to...

Learn More 14 0Aug 18 '21