05/12/2025

Pandas 05 | How to Use Pandas to Concatenate Data?

Introduction In the previous session, we discussed how Pandas can conveniently read and store table-type files to enable interaction between local storage and Python. However, in many scenarios, the data…

05/12/2025

Pandas 04 | How to Use Pandas for File I/O?

In the previous session, we discussed how Pandas can conveniently handle time series data (seems like a distant memory now). Without further ado, let’s continue by looking at reading and…

04/12/2025

Python 02 | Quick Start: Variables and Data Types

Introduction Before officially stepping into geoscience applications, we still need to learn Pandas and Matplotlib. They are used for DataFrame (or you can think of it as a table) processing…