Home
Tandy Center for Ocean Forecasting
Here you’ll find short tutorials on methods for transforming your coding by leveraging basic tools for capturing, organizing, accessing and analyzing your data. Use the side bar at left to navigate among various topics (some of which overlap.)
Iterations When you really want to repeat yourself repetitiously over and over.
Configuration files Sometimes you need to store metadata in a file - try YAML!
Files with bad headers Have a file that has a complicated header with information you want to extract along with the data?
E pluribus unum Have many tabular files you want to bind together as one big table?
Table math If you want to do some math with columns in a table.
Lists How do you index an element of a list in a chain of pipes?