We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5385695 commit 79a49eaCopy full SHA for 79a49ea
numpy/input-output/README.md
@@ -0,0 +1,5 @@
1
+## Input and output
2
+
3
+File [xy-coordinates.dat](xy-coordinates.dat) contains a list of (x,y) value
4
+pairs. Read the data with `numpy.loadtxt()`. Add then 2.5 to all y values and
5
+write the new data into a file using `numpy.savetxt()`.
0 commit comments