Question 1
How can you save a numpy array to a text file in CSV format?
Question 2
Which function is used to save multiple arrays into a single file in numpy?
Question 3
What does the autostrip parameter of np.genfromtxt do?
Question 4
How can you load an array from a binary file in numpy?
Question 5
Which argument of the np.genfromtxt function specifies the delimiter used in the input file?
Question 6
What does the np.genfromtxt function return?
Question 7
Which numpy function is used to save an array to a binary file?
Question 8
What is the default format used by np.savetxt to save an array to a text file?
Question 9
How can you load data from a CSV file into a numpy array?
Question 10
Which function can be used to load data from a text file into a numpy array with missing values handled as specified?