Jupyter notebook – Lab Session – 12 – Panda Introduction

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 11 – Numpy Introduction

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 10 – Introduction of Data Types, Variables & checkpoint

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 9 – Defining Function, Basic Module, and Package

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 8 – Calculating Descriptive Statistics with math, statistics, numpy, pandas

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 7 – Data Cleaning with Pandas

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 6 – Conditions, Control Flow & Looping

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 5 – Exploring Datasets with Pandas and Matplotlib

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 4 – Exploring Datasets with Pandas

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session 3 – Visualizing Data with Pandas, NumPy, matplotlib & seaborn

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Jupyter notebook – Lab Session – 2 – Analyzing Data with Pandas, NumPy & Visualizing Data with matplotlib

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

What is Jupyter Notebook and use cases of Jupyter Notebook?

What is Jupyter Notebook? Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative…

Read More

What is JupyterHub?

JupyterHub is an open-source, multi-user server designed to provide access to Jupyter Notebook environments for multiple users simultaneously. It’s particularly useful for organizations, educational institutions, and research…

Read More

What is Anaconda?

Anaconda is a popular open-source distribution of the Python and R programming languages, designed specifically for scientific computing, data science, and machine learning. It provides a comprehensive…

Read More

Jupyter notebook – Lab Session – 1 – Exploring Dataset with Pandas and NumPy

Importing Libraries import pandas as pdimport numpy as np Explanation: Import the essential libraries. Loading the Dataset df = pd.read_csv(‘/path_to_your_dataset.csv’) Explanation: Load the dataset into a Pandas…

Read More

Installing Jupyter: Get up and running on your computer

Prereq How to install Paython 3? URL – https://www.python.org/downloads/ How to install PIP? Usually, pip is automatically installed if you are: How to Installing Jupyter Project Jupyter’s…

Read More