Grupo Bimbo Data Analysis

I did an analysis on the data for a Kaggle competition from Groupo Bimbo: https://www.kaggle.com/c/grupo-bimbo-inventory-demand/data Grupo Bimbo is the head corporation owning several baking companies such as Bimbo, Wonder Bread, Tia Rosa, and Marinela. It mainly distributes baked goods such as sliced bread, sweet bread, cookies, tortillas, etc. The objective of the Kaggle challenge was […]

The Coming Transhumanists War

One of the HUGE aspects that you see taken away from the World Wars and Cold War is that fascism, capitalism and communism wasn’t only a war of economic systems, but all three were fighting for their definition of what the human species should look like. Most people understand that the Germans had an eugenics […]

Python: import OS

Cool trick that allows your code when messing around extracting data from folders to work on any OS, spits out the string in the correct format.

Data Types and Measurement Scales

Data can be separated into two main groups: It’s type and measurement level. Data types can be categorical and numerical. Categorical: It can be groups in things such as company brands, but also yes and no questions and these two answers would be classified into two categories. Numerical: This is numerical data. This data can […]