We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e021d74 commit ae4802cCopy full SHA for ae4802c
tutorials/euclid_access/1_Euclid_intro_MER_images.md
@@ -84,6 +84,9 @@ from astropy import units as u
84
85
import pyvo as vo
86
import sep
87
+
88
+# Copy-on-write is more performant and avoids unexpected modifications of the original DataFrame.
89
+pd.options.mode.copy_on_write = True
90
```
91
92
## 1. Search for multiwavelength Euclid Q1 MER mosaics that cover the star HD 168151
0 commit comments