Another post for data analytics students. There are several methods available for collecting data, including utilizing public sources, collecting your own data, and automated data collection through data pipelines. Utilizing public sources of data: • Public databases offer various datasets for free, readily available for download. These sources may be pre-cleaned and organized. • Open Read More
Category: Data Analytics
What is SQL?
Here is a post for my students who are beginning there work in data analytics. SQL (Structured Query Language) is a programming language designed to work with a relational database management system (RDBMS). Key points to remember about SQL: SELECT FROM WHERE The SELECT is follows by the names of the columns you want in Read More