-
Notifications
You must be signed in to change notification settings - Fork 354
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
Add skipna for computing methods #44
Comments
請問是什麼地方讀不到呢?(realtime or normal mode) thanks. |
其他公司的資料很正常
但新光金會有這個問題
2018-05-09 14:33 GMT+08:00 Louie Lu <[email protected]>:
… 請問是什麼地方讀不到呢?(realtime or normal mode)
可以的話請附上最小可重現的程式碼
thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aey_MB_YdGQrwmauAseBKjo3t_R84UZIks5two2_gaJpZM4T2fn7>
.
|
我猜想是新光金上個月 24 (04/24) 在公告併購元富證那天停牌的原因吧?
|
|
@Coldayftw 資料是有正常讀到的,只是分析的時候出問題。另外,圖片可以直接傳上 github。 |
好的 謝謝你
2018-05-09 23:30 GMT+08:00 Ian Lin <[email protected]>:
… @Coldayftw <https://github.com/Coldayftw> 資料是有正常讀到的,只是分析的時候出問題。另外,圖片可以直接傳上
github。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aey_MNPFS5btwGl7UnIYFpLjnpVsot74ks5twwuYgaJpZM4T2fn7>
.
|
Hi @Coldayftw , 通常我們在 report issue 的時候,會附上 minimum reproducible 的 code,例如說:
如果在精細一點的話,會把傳入的 parameter 的 value 也列出來:
這樣會比較好了解問題的所在,進而解決問題。 如同 @brchiu 以及 @ianlini 提到,2888、3428、6145 應是因為有停牌,所以回傳的 stock.price 資料有 None,導致 moving_average 出問題,問題的原因是 None 與 int 相加出現 TypeError。 兩位覺得什麼方式解決會比較好呢?我現在想到是加上一個 ignore_error 的 parameter 在 moving_average 中,當 ignore_error 為 True 的時候,會只取 valid days 的資料。 |
可以參考 用 |
Cool, 那就幫 analytics 的 function 加上 skipna 吧。 @Coldayftw 有興趣來修修看嗎? |
我上週才學會怎麼安裝.PY的檔案耶XDD
2018-05-14 14:14 GMT+08:00 Louie Lu <[email protected]>:
… Cool, 那就幫 analytics 的 function 加上 skipna 吧。
@Coldayftw <https://github.com/Coldayftw> 有興趣來修修看嗎?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aey_MJW3cRsev1X-RAF0NOA-7cJIi_Ogks5tySDBgaJpZM4T2fn7>
.
|
@Coldayftw that is not a problem, 學習閱讀程式碼跟如何透過 GitHub 協作也是一件很重要的事情。 如果你想嘗試看看,我可以幫助你開始這個部分,主要有三件事情要做:
完成後就是操作 git 寫上 commit,然後推上來送 PR! |
我慢慢看慢慢學XDD
最近有些考試跟報告 可能要2週後才有空
Louie Lu <[email protected]> 於 2018年5月14日 下午9:59 寫道:
… @Coldayftw <https://github.com/Coldayftw> that is not a problem,
學習閱讀程式碼跟如何透過 GitHub 協作也是一件很重要的事情。
如果你想嘗試看看,我可以幫助你開始這個部分,主要有三件事情要做:
1. 修正 twstock/analytics.py 裡面的 method,讓他們支援 skipna 的功能。
2. 在 test/test_analytics.py 加上相關的測資
3. 在 docs 裡面加上相對應的 document
完成後就是操作 git 寫上 commit,然後推上來送 PR!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aey_MCNYfyjt6CYHAW1FIwxfafBDukMLks5tyY3IgaJpZM4T2fn7>
.
|
讀不到2888 新光金
The text was updated successfully, but these errors were encountered: