PinnedHoda SaifulPAIR PLOTS (in Python Seaborn)A pair plot is a 2D categorical scatter plot that represents the pair wise relationship between the numerical variables in a data frame.Nov 30, 2020Nov 30, 2020
PinnedHoda SaifulDistribution (Dist.) Plots in Python (Seaborn)A distribution plot is a combination of Histogram, Kernel Density Estimate (KDE) & Rug Plot, all in one single frame !Dec 8, 2020Dec 8, 2020
PinnedHoda SaifulShort Sell Trades -How does it work ?!For the regular definition, this link should suffice. In this post, I discuss the cycle of a short sell trade and obligation of an…Nov 23, 2020Nov 23, 2020
PinnedHoda SaifulDark Pool Trading — An insider viewThere has been a steep surge in the number of trades executed off the exchange. Dark Pools have been at the forefront of this trend. There…Nov 22, 2020Nov 22, 2020
Hoda SaifulReverse ETLThe Data infrastructure within firms has evolved continuously. Processes like ETL have enabled firms transform, store and utilize…Sep 9, 2021Sep 9, 2021
Hoda SaifulSimple Linear RegressionA linear regression model is used to predict the value of a variable based on the value of another variable. The variable you want to…Aug 9, 2021Aug 9, 2021
Hoda SaifulAnalytical Functions in SQL. Part 3When using analytical functions like RANK, PARTITION_BY etc. , the condition within OVER clause could become very lengthy.Jul 4, 2021Jul 4, 2021
Hoda SaifulBox & Whisker Plots (in Seaborn)Provides 5 critical estimators of any given distribution. Also, referred to as a 5 point summary plot or a Box plot.Jul 4, 2021Jul 4, 2021
Hoda SaifulAnalytical Functions in SQL. Part 2Partition clause restricts an analytic function to within a partition boundary.Jul 2, 2021Jul 2, 2021