Notes, Code Snippets, Notebooks and so on.
Notebook/Script Name
Purpose
Additional Notes
Profiling
Profiling long running programs/scripts
Missing Values
Package to find & report the stats for the missing values for each feature in DataFrame
fibonacci_numbers
Script to generate Fibonacci numbers
find_max
Find max value based on the second element if the input datatype is list of lists or list of tuples.
Can be extended to any element.
find_min
Find max value based on the second element if the input datatype is list of lists or list of tuples.
Can be extended to any element.
key_sorting
Sort based on the second element if the input datatype is list of lists or list of tuples.
Can be extended to any element.
formatters.py
Example for different formatting options in python
mod_div.py
Example for Mod/Div from python3
Statistics & Probability: Hands-on
Notebook or Program Name
Purpose
Additional Notes
EDA - depression dataset
Exploratory Data Analysis for Depression Dataset.
Flip Coin
Experiment to find the probability of getting a head when flipping a coin
Monty Hall
Experiment for the famous Monty Hall Problem
Remember to stay with your decision! :)
Birthdays
Experiment to Find the probability of two adults having same birth days in a group of 60 adults
Relative Frequency Approach
EDA - Datascience survey dataset
Exploratory Data Analysis for Datascience Survey Dataset.
EDA - Stayingfit dataset
Exploratory Data Analysis for Stayingfit Dataset.
Notebook or Program Name
Purpose
Additional Notes
K-Means
Hands-on notebook for K-Means Clustering using random samples generated.
type_of_trees
Roosevelt National Forest Data - Type of Trees Prediction
Name
Purpose
Additional Notes
basics.sql
Examples for DDL/DML statemenents (sqlite3)
timestamps.sql
Examples for timestamp formatting (sqlite3)