Python for Data Analysis Part-6
File Input and Output with Arrays NumPy is able to save and load data to and from disk either in text or binary format. In this section I only discuss NumPy’s built-in binary format, since most users will prefer pandas and other tools for loading text or tabular data. np.save and np.load are the two …