-
Updated
Jun 29, 2020 - Python
economic-data
Here are 64 public repositories matching this topic...
Complementar a base de dados com esses novos CNPJs. Links interessantes:
- Tabelas complementares disponíveis no site da Receita Federal
- Tabela com CNPJ dos Entes Federativos
- [Tabela de Qualificação do Re
>>> from fredapi import Fred
>>> fred = Fred(api_key_file='api_key_file.txt')
>>> fred.search('Real GDP')
OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 1270-01-01 00:00:00Having dates outside of the limitations of pd.TimeStamp causes the problem. In the above search, we get ba
-
Updated
Mar 30, 2020 - Python
-
Updated
Feb 8, 2020 - Julia
-
Updated
Sep 16, 2018 - C#
-
Updated
Nov 28, 2018 - R
-
Updated
May 26, 2020 - Python
-
Updated
Apr 29, 2020 - Jupyter Notebook
Goal is to add vignettes that provide R code and output for each Chapter's Examples:
- Chapter 1.7: Returns to Scale in Electricity Supply
- Chapter 2.11: Rational Expectations Econometrics
- Chapter 3.9 Returns to Schooling
- Chapter 4.7: Interrelated Factor Demands
- Chapter 5.4: International Differences in Growth Rates
- Chapter 6.8: Forward Exchange Rates and O
The January 2020 CPS includes revised occupation codes and marital status questions. I'll need to read a new data dictionary to see the new structure and then figure out how to best integrate the new data with the past data.
-
Updated
Jun 16, 2016 - Go
-
Updated
May 25, 2020 - Julia
-
Updated
Aug 9, 2019 - Jupyter Notebook
-
Updated
Jan 20, 2019
-
Updated
Jun 24, 2018 - Jupyter Notebook
-
Updated
May 26, 2020 - Python
-
Updated
Oct 9, 2017
-
Updated
Nov 24, 2019 - Jupyter Notebook
-
Updated
Apr 12, 2018 - R
-
Updated
Jun 28, 2020 - Julia
-
Updated
Dec 10, 2019
-
Updated
May 7, 2020 - Ruby
-
Updated
May 19, 2020 - Ruby
-
Updated
Apr 21, 2017 - Python
-
Updated
Jul 19, 2018 - JavaScript
-
Updated
Sep 8, 2019 - Julia
Improve this page
Add a description, image, and links to the economic-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the economic-data topic, visit your repo's landing page and select "manage topics."
It would be nice to have some general developer documentation for potential contributors to help in cases such as #510, etc.
What are the best steps to take towards accomplishing this? Maybe something similar (albeit not all details needed) to the Pandas developer docs?
I've begun an implementation of this on my fork, basicall