Browse by category:

Data analysis (16) Excel (6) Extension (1) Market Research (21) Power BI (6) Probability (10) Projects (10) Python (6) SQL (2) Statistics (33) Visualization (11)


Pandas (Panel Data)

Photo by Mike van Schoonderwalt: https://www.pexels.com/photo/close-up-of-panda-on-the-tree-5504764/

Pandas Series is like a column (has only one dimension), and a DataFrame (has two dimensions) is like a table or a spreadsheet with rows and columns Create panda series Method Syntax Description Example From…

Read MorePandas (Panel Data)

Numpy Examples

NumPy Examples

Here i like to show some examples using NumPy, Please copy and paste the codes in your environement to practice Note: The below examples are made for practice purpose, so not much details are given.…

Read MoreNumpy Examples

NumPy

NumpPy

Numpy Library in Python for numerical computations, data manipulation & mathematical functions Feature Python List NumPy Array Data type Any data type Same data type Mutability Mutable Partially mutable (elements can modified, size and shape…

Read MoreNumPy

Python Basics

python

Python Basics I was programming when I found interest in data science, earlier for nearly 5 years I was using MS Excel for data analysis and data handling until I touched the limits of excel.…

Read MorePython Basics

Student’s T test

https://byjus.com/maths/t-test-table/

When Student’s T test should be used? Typically we usually don’t get population standard deviation in real life examples, such that we cannot calculate the standard deviation of population (σ_population) and Z score. So we…

Read MoreStudent’s T test

Hypothesis?

Photo by Tara Winstead: https://www.pexels.com/photo/a-word-hypothesis-with-colorful-letters-7722870/

Hypothesis is an educated guess or a tentative statement about the relationship between two or more variables Types of Hypothesis: Note: We are collecting enough evidence to say that hypothesis to accept or reject the…

Read MoreHypothesis?