
Define population and sample, explain how samples enable timely research with manageable data, and outline random, convenient, and systematic sampling, plus the contrast of quality versus quantity in data.
Learn to compute arithmetic mean and geometric mean from a data set, sort data to find the median with (n+1)/2, and identify the mode as the most frequent value.
Practice calculating mean, mode, and median from multiple data sets by sorting values and applying the median position and mean formulas.
Explore probability as a measure of likelihood and the basic formula, with dice and coin examples. Master mutually exclusive outcomes and the general addition rule.
Explore inferential statistics by analyzing samples to compare treatment groups and generalize to populations, covering estimation, standard deviation, variance, and normal distribution.
Practice calculating standard deviation and variance by building a dataset, computing the mean (17), applying the variance formula (dividing by 7), then taking the square root to get 8.
Explore how confidence intervals express the range within which estimates fall, given a confidence level and margin of error, and learn to compute lower and upper bounds using z values.
Practice lesson on confidence intervals applies the z-based formula: mean plus or minus z times the sample standard deviation over the square root of n, with 95% and 90% levels.
Download and install Python from Python.org for your OS, then install Visual Studio Code. Verify Python in the terminal, and install the Python extension and Jupyter notebooks to start coding.
Explore Python files and Jupyter notebooks, comparing .py and .ipynb formats, and run code cell by cell with code and markdown cells, outlines, and kernels.
Install and import pandas for python data analytics, then create series and dataframes, and handle missing data. Load and save csv and excel files in python using jupyter notebooks.
Master pandas data manipulation with loc and iloc indexing, conditional filtering and query, sorting and ranking, merging and concatenating, cleaning duplicates and outliers, encoding categoricals, reshaping, and date/time analysis.
Explore pandas groupby for data aggregation, apply multiple and custom aggregations, and visualize time series, while mastering multi-index dataframes, apply and map transformations, and text manipulations.
Import pandas, set the date index for time series data, filter by date ranges, compute rolling 3-month and 12-month averages, and plot line charts.
Identify seasonality by using pandas to limit data to 2010–2017, plot with matplotlib, and draw black dotted lines to reveal repeating patterns.
Apply the Dickey-Fuller test to a price series to assess stationarity, using the ADF test statistic and p-value with a 0.05 threshold to decide unit root presence.
Examine autocorrelation in monthly prices by reading csv data with pandas and computing 1, 3, 6, and 9 month lags to reveal strong autocorrelation.
Import and analyze time series data by using pandas and matplotlib to read data, apply statsmodels' seasonal decomposition, and visualize trend, seasonality, and residuals.
Explore numpy, a Python library for arrays that enables efficient calculations, supports multi dimensional objects, masks, and tensors, and provides high level functions for linear algebra and Fourier transform.
Learn numpy array indexing in Python by exploring one dimensional and two dimensional arrays, using zero based indexing, and accessing elements like a table of rows and columns.
Learn to slice one dimensional and two dimensional NumPy arrays using indexing and slicing to select all values or specific ranges, and practice iterating with for loops and simple operations.
Explore matplotlib, a python data visualization library, with hands-on examples of plt dot plot, scatter, bar, stem, and step plots, and learn plot parameters.
Explore Matplotlib basics by importing matplotlib.pyplot as plt, creating data lists, and visualizing with plot, scatter, bar, stem, and step plots; customize color, line style, labels, and title.
Import the seaborn library, create data lists, and visualize distributions with plots by adjusting bins, bandwidth, and hue, then generate x, y, and joint plots.
Visualize statistical relationships by importing libraries and creating lists, then build a dot plot with x equals A and y equals B, and try a line plot.
Learn to plot categorical data with cat plots by building a dataframe from a list and choosing box, violin, or point plots to visualize categories.
Import libraries, read wine quality csv, inspect head and tail, check shape, and clean duplicates. Compute quality statistics and highlight alcohol's positive and volatile acidity's negative correlations with a scatterplot.
Explore a 1000-row data analysis project that imports libraries, cleans data, drops user_id, and shows older, higher-earning customers are likelier to purchase.
Learn to predict gold prices from past values by reading a CSV with a date index, parsing dates, filtering ten years, and plotting monthly and yearly 12-month rolling averages.
This is a data analysis course which we use Python and its libraries in order to clean, analyze and visualize our data. This course is for anyone who is interested in data analytics. You don't need to have any knowledge about python or statistics since we will be repeating these two at the beginning of the course. We will cover python libraries which is designed for data manipulation, data analysis, data visualization. Topics we are going to be covering:
-Fundamentals of Statistics
-Pandas ( a Python Library designed for data cleaning, data analysis and data manipulation)
-Time Series Analysis
-Matplotlib (a Python Library designed for data visualization)
-Seaborn (a Python Library designed for data visualization)
-Data Analysis Projects
will be covered in the course. After this course, you can create and share data analysis projects, start learning about machine learning in order to becoming a data scientist or you can learn a business intelligence tool like Microsoft Power BI or Tableau in order to start your career in business analytics. General concepts and codes and their returns will be covered in this course. In all course process and finishing it i would love to answering your questions about data analysis, data science and other concepts. Feel free to contact to me via courses Q&A Section .