Excel into Python (pandas)Do you have some data in Excel that you would like to import into Python? You can do […] November 10, 2024 in Python tagged pandas / to_excel / excel / export / import / read / python by Mike
From CSV to SQLiteHow do you get your CSV data into a SQLite database? Here is an article from Towards data […] August 6, 2024 in Excel tagged csv / python / sqlite / integration / data / import / SQLite by Mike
Correlation Heatmap in PythonA heatmap is a type of data visualization that depicts the magnitude of an instance or set of […] April 6, 2024 in Python tagged visualization / create / chart / python / correlation / seaborn / heatmap / data by Mike
Parse a String in PythonDo you need to parse a delimited string in Python? Is you string comma-delimited? Are there several strings […] April 3, 2024 in Python tagged parse / python / split / delimited / pandas / comma by Mike
Decision Tree – Only Six RowsThis is a very simple example of building a decision tree model on a very small dataset that […] March 20, 2024 in Machine Learning tagged sklearn / decisiontreeclassifier / decision / simple / tree / python / Decision Trees by Mike
Decision Tree WorkflowAre you working in Python? Do you want to build a decision tree? Let’s work though this workflow […] March 20, 2024 in Machine Learning tagged decision / tree / python / Decision Trees 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 impute / clean / apply / python / missing / pandas / groupby / function / boxplot / search / seaborn / replace / Pandas EDA Cleaning 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 graph / python / EDA / seaborn / matplotlib / visualize / graphics / library / chart / Seaborn 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 python / regression / logistic / scikit-learn / regplot / clf / algorithm / predict / 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
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 matplotlib / visualization / chart / python / histogram / Matplotlib by Mike
The diamonds Dataset in PythonThe Diamonds dataset comes with seaborn, which is a Python library. Below is some Python code you can […] March 6, 2024 in Data Analytics tagged python / dataset / seaborn / diamonds by Mike