The document lists common NumPy functions along with their uses, such as creating arrays, calculating statistical measures, and performing mathematical operations. Functions like np.array(), np.zeros(), and np.ones() are used for array creation, while np.mean(), np.median(), and np.std() are for statistical calculations. Additionally, it includes functions for array manipulation and mathematical transformations like np.dot(), np.transpose(), and np.sin().