- Databank format
-
A file format is a particular way to encode information for storage in a computer file. The databank format is an ASCII file format for time series econometric analysis. The format was popularized by microTSP.
The databank format is primarily used for data of a fixed annual sample frequency (annual, quarterly, monthly) and for undated data. It is supported by TSP, EViews, and many other econometric applications. Traditionally the name of the file ends with extension .db.
By inspection, the databank file is seen to be an ASCII text file containing a single data series. A databank file is formatted linewise. Initial comment lines begin with a quote. For dated series, the next three lines specify the frequency, start date, and end date. (For undated series, the next two lines specify the start index and end index.) The remaining lines are data: one observation per line, or NA if missing.
Closely related is the open databank format: a modest extension and more rigorous specification of the traditional databank format. A conforming reader and writer is provided by EconPy.
References
Feenberg, Daniel and Jeff Miron, NBER Macrohistory Database, NBER, 2001. [1]
Hall, Robert E., and Lilien, David, microTSP Version 6.5 User's Manual, Quantitative Micro Software, 1989.
Isaac, Alan G., "Open-Databank Format", [2]
Categories:- Computer file formats
Wikimedia Foundation. 2010.