You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/04-data-in-the-cloud/index.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2982,7 +2982,7 @@
2982
2982
"## Takeaways\n",
2983
2983
"\n",
2984
2984
"- When working on the cloud, try to find computing resources that are \"in-region\" to the data you're working with.\n",
2985
-
"- File formats matter - consider using Virtual Zarr if your data are not already \"cloud-optimized\".\n",
2985
+
"- File formats matter - consider using virtual Zarr if your data are not already \"cloud-optimized\".\n",
2986
2986
"- File access patterns matter - the default arguments for reading data from the cloud may be very slow! You can customize the configuration for better performance.\n",
2987
2987
"- **🆕 Data-proximate computing can provide dramatic speedups compared to working locally!**"
0 commit comments