Data Wrangling
Published: in aa6248e
Transform data to a different format in order to extract useful information. An example could be processing logs to get analytics on your server.
Useful tools for data wrangling:
- sed is useful for searching and replacing text.
 - awk is great for processing columnar data.
 - xargs take lines of input and turns them into arguments for other command.
 - jq is used to parse JSON.
 - pup is used to parse HTML.
 - miller