Python Floating Point NumbersOne important thing to know when you are programming in Python, is how Python deals with floating point […] March 21, 2024 in Python tagged point / round / number / float by Mike
Data Imputation of AgeExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] March 17, 2024 in Python tagged missing / pandas / groupby / function / boxplot / search / seaborn / replace / impute / clean / apply / python / Pandas EDA Cleaning by Mike
Seaborn Style and ColorAt the seaborn website there is an article called Controlling Figure Aesthetics. There is another article called Choosing […] March 12, 2024 in Python tagged seaborn / matplotlib / data / style / colour / visualization / color / chart / Seaborn by Mike
Seaborn IntroductionWhat is seaborn? Seaborn is a visualization library for making statistical graphics in Python. It builds on top […] March 12, 2024 in Python tagged EDA / seaborn / matplotlib / visualize / graphics / library / chart / graph / python / Seaborn by Mike
EDA Discovering with VisualsAre you exploring a dataset using Python? If you are in your initial discovery phase, you might want […] March 11, 2024 in Python tagged visualization / EDA / Pandas EDA Discovery by Mike
Logistic Regression in PythonThis Python project example was done using Jupyter Notebook in Anaconda Navigator with made-up fake made-up data on […] March 10, 2024 in Python tagged clf / algorithm / predict / python / regression / logistic / scikit-learn / regplot / Logistic Regression by Mike
Binomial Logistic RegressionBinomial means two. Let’s review. Logistic regression is a technique that models a categorical dependent variable Y based […] March 10, 2024 in Python tagged python / regression / logistic / binomial / Logistic Regression by Mike
Tips Dataset in SeabornThe seaborn library of Python has a built-in dataset that a data professional can easily use to learn […] March 9, 2024 in Python tagged tips / dataset / seaborn / scatterplot / Seaborn by Mike
Histogram of Categorical DataAre you are a data professional who is interested in generating a histogram in Python? Suppose you are […] March 9, 2024 in Python tagged chart / histogram / categorical / seaborn / matplotlib / Titanic / Matplotlib by Mike
Bar Charts in MatplotlibThe bar chart is one of the most common and most important charts. I will loosely follow Corey […] March 7, 2024 in Python tagged matplotlib / chart / bar / Matplotlib by Mike
Pie Charts in matplotlibLet’s create a very simple pie chart using the Python library matplotlib. There is however some controversy with […] March 7, 2024 in Python tagged dataset / dataframe / matplotlib / pyplot / pie / explode / exploding / chart / title / Matplotlib by Mike
Random Histogram in MatplotlibDo you want to become more familiar with producing histograms in the matplotlib library of Python? I created […] March 6, 2024 in Python tagged visualization / chart / python / histogram / matplotlib / Matplotlib by Mike