This lesson is still being designed and assembled (Pre-Alpha version)

MicroData Onboarding: Glossary

Key Points

Introduction
  • First key point. Brief Answer to questions. (FIXME)

Using the terminal
  • The computer can be controlled using a GUI or a CLI.

  • Anything that you can do using the GUI can be done using a CLI.

  • In the CLI, you have to issue commands with possibly some positional and optional arguments.

A quick introduction to Git and Github
How to use the haflinger server
bead: Chaining your data and code together
  • Keep and share data together with the code that produced it.

  • When sharing your data, always do it in a bead.

  • Never refer to external data from a bead, use bead inputs.

Key datasets in MicroData
  • LTS dataset is supported in the same format at every update

  • LTS beads are more than just a bunch of beads: one LTS package is suitable for use in a large variety of research trends

How to work with the data
  • Never modify raw data.

  • Always keep CAT3 data on encrypted medium.

Tools in MicroData
  • Tools are helping you to automate tasks like joining unique ID-s for an input variable.

  • Firm name tool good for firm matching and PIR tool is good for state organizations matching

Best practices
  • Name variables and datasets with nouns of what they contain.

  • Name scripts with verbs of what they do.

  • Every piece of data is written by a script.

  • Every piece of data is written by one script.

Stata style guide
How to use csvkit

Glossary

FIXME