Databank format
This article may meet Wikipedia's criteria for speedy deletion as a page that is patent nonsense, consisting purely of incoherent text or gibberish with no meaningful content or history. This does not include poor writing, coherent vandalism and hoaxes (G3), coherent material not written in English, badly translated material, etc. This criterion also does not apply to pages in the user namespace. See CSD G1.
If this article does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from pages that you have created yourself. If you created this page and you disagree with the given reason for deletion, you can click the button below and leave a message explaining why you believe it should not be deleted. You can also visit the talk page to check if you have received a response to your message. Note that this article may be deleted at any time if it unquestionably meets the speedy deletion criteria, or if an explanation posted to the talk page is found to be insufficient.
Note to administrators: this article has content on its talk page which should be checked before deletion. Administrators: check links, talk, history (last), and logs before deletion. Consider checking Google.This page was last edited by Purplebananasandelephants (contribs | logs) at 19:20, 7 March 2009 (UTC) (16 years ago) |
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
No issues specified. Please specify issues, or remove this template. |
The databank format was popularized by microTSP. It 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.
The databank file is poorly documented, by but inspection it can be seen to be an ASCII text file containing the data for a single series. Traditionally the name of the file ends with extension .db. 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.
Formulated in 2005, the open databank format is a modest extension and more rigorous specification of the traditional databank format. A conforming reader and writer is provided by EconPy.