Tableau’s Dimensions and MeasuresTableau, the popular visualization software, uses the terms dimensions and measures. What do these mean? First of all […] April 20, 2024 in Data Visualization tagged continuous / dimension / measures / categorical / discrete / numerical / Starting with Tableau by Mike
The Classification of DataAre you starting out in your exploration of what it is like to be a data professional? This […] April 13, 2024 in Statistics tagged qualitative / data / Quantitative / categorical / Statistics by Mike
Encode Category to Ordinal NumericFor this example, I will use Python. Are you a data professional working with a dataset that contains […] April 6, 2024 in Python tagged encode / ordinal / categorical / pandas / dummy / category by Mike
One-Hot Encoding of Categorical VariablesAre you a data analyst or are you working on a data analysis project and you are wondering […] March 24, 2024 in Data Analytics tagged data / convert / encode / ordinal / hierarchy / categorical / dummies 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 Titanic / chart / histogram / categorical / seaborn / matplotlib / Matplotlib by Mike
Logistic Regression IntroductionWhat is logistic regression? It is part of the general statistics area of regression. Some other types of […] October 10, 2023 in Statistics tagged categorical / logistic / churn / introduction / predict / regression / Logistic Regression by Mike
Factors in RIn the R programming language, what is a factor? Factors are used to work with categorical variables, variables […] March 28, 2023 in R Language tagged variable / R / factor / factors / categorical by Mike