-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discussion: dataset rules/end user API #12
Comments
As introduction , @zarak (Zarak) worked with me on original parser-rosstat-kep, we are tackling parser standartisation with @kkravchuk (Konstantin) and @relique (Aldi) takes care for front-end app. |
Trying to formalise the API workflow:
args_api_call = dict(
# variable
# mandatory part
domain = "ru",
varname = "BRENT"
frequency = "m"
# optional part
rate = None
agg = "eop"
#time limits
start = "2015"
end = "2016"
# output format finaliser (can skip now)
finaliser = None
)
|
Probably should move this to wiki? |
Please let me know what part of writing is not clear yet and ask your questions (English or Russian):
Пожалуйста напишите какая часть описания вызывает вопросы:
https://github.com/mini-kep/intro/blob/master/pipeline/older_versions/datamodel_and_api.md
This will help me streamline discussion based on your questions, which whould be a good way to go. Many thanks!
The text was updated successfully, but these errors were encountered: