-Using web or locally-installed applications is a good way to start to discover and learn about data. We often use these applications to explore datasetsm, find what data is available, and quicly visualize data. However, many investigations require large numbers of files to be accessed and processed. It is often more efficient to write scripts in Python or some other language to do this. In the cloud, scripts are often the only way to search for and access data. Scripts are also a way to make workflows reproducible, something that is difficult to do with a GUI application.
0 commit comments