Evgeny Pogrebnyak

Results 107 issues of Evgeny Pogrebnyak

> Реализовано несколько функций-запросов информации о торгуемых акциях и их исторических котировках, результаты которых напрямую конвертируются в pandas.DataFrame. Реализованы функции для получения информации о торгуемых акциях и их исторических котировках...

https://www.youtube.com/watch?v=2ZWYnSryU9c Можно использовать как дополнительную информацию в документации

Видел статья на Хабре: https://habr.com/ru/post/533016/ https://github.com/empenoso/SilverFir-Investment-Report/blob/04510c854cbbca133f4bedc021e0a07869623117/Node.js%20Release/bond_search_v2/index.js#L64-L67 думаю как средствами apimoex собрать данные по облигациям. Если кто-то собрал - дайте знать пожалуйтса

HI @dhimmel - I made a lightweight Scopus API client, maybe it is useful for anything in this repo? Maybe a double-check on information retrieved? The client can retrieve journal...

https://github.com/LemaireJean-Baptiste/eventstudy/blob/2c6b200eba360802a4040b982a999a1c3b0abd88/eventstudy/utils.py#L75-L87

Thanks for the package! Why does import has to be file or API - the user can have some dataframe with data (eg from web), seems one must save data...

Thanks for the dashboard, really neat! I wonder why BTC is not at least on some of the charts (Macro). Also networks listed are all level 1 or some are...

## Describe the bug In https://github.com/gethinode/template `npm install` results in ``` npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/eslint-plugin-n npm ERR! dev eslint-plugin-n@"^17.3.1" from the root...

bug

Nice project with such carefully written documentation. But why not separate functions that work on arguments from processing the inputs? ```python def f(x, y): return x+y # instead of def...