mapped.flush() print("mapped type:", type(mapped).__name__) print("mapped shape:", mapped.shape) print("mapped dtype:", mapped.dtype) print("last row:", mapped[-1].tolist()) print("saved file:", path)