This document outlines the topics to be covered in a programming for data analysis course at the Thai-Nichi Institute of Technology in Bangkok. The course will introduce Pandas, a data analysis library in Python. It will cover reading data from Excel/CSV files, calculating statistics, cleaning data, and visualizing data with Matplotlib. Specific topics will include reading and writing data, working with indexes, querying data, handling missing values, and correlating variables. Students will learn to import data, explore datasets, clean and transform data, and store results back into files.
Related topics: