Artificial Intelligence (AI) Introduction
Artificial intelligence (AI) is a big topical topic. Machine learning falls under, or is part of, AI. Artificial […]
Artificial intelligence (AI) is a big topical topic. Machine learning falls under, or is part of, AI. Artificial […]
In 2017, Monica Rogati published the hierarchy of needs diagram in an article that showed where AI and […]
The data engineering life cycle (lifecycle) helps us to look at the bigger picture. It’s tempting to dive […]
Data pipelines are sets of processes that move and transform data from different sources to a specific destination, […]
In the early 2010s, we had huge increases in data volumes, velocity, and variety leading to the term […]
Some data science careers or job titles are: data scientist, data analyst, business intelligence analyst (BI), project manager, […]
Data engineering is the practice of designing and building systems for collecting, storing, and analyzing data. It’s about […]
Population and Sample The population includes all objects of interest whereas the sample is only a portion of […]
Are you looking to start a career in data analytics? Are you looking for some portfolio project ideas? […]
As a data professional do you have a Python dataset that might require some column renaming? Why would […]
To reorder columns in a Pandas DataFrame, pass into the DataFrame a list of column names in the […]
How do you take a pandas DataFrame of data (dataset) and produce a multi-column bar chart? You can […]