We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요. 좋은 라이브러리 만들어 주셔서 감사합니다.
'LG화학' 종목의 경우 [20190101-20191231] 기간 처럼 full year의 경우 당기순이익 값이 추출되나 [20200101-20200630] 처럼 반기/분기 보고서의 경우 nan 값으로 추출됩니다.
추출에 사용한 code snippet 입니다.
fs = corp.extract_fs(bgn_de=begin, fs_tp=('is',), report_tp='quarter', lang='ko', separator=False) fs_is = fs.show('is') # 연결손익계산서 print('is', fs_is)
현재 Dart-Fss-Classifier를 같이 사용하고 있습니다. 제가 제대로 사용하고 있지 않은지, 혹은 수정 방향에 가이드를 알려 주시면 감사하겠습니다.
The text was updated successfully, but these errors were encountered:
안녕하세요.
데이터를 확인해보니, label_ko가 다르기 때문에 추출되지 않은 것으로 보입니다. ("순이익" / "반기순이익"/ "분기순이익")
이와 관련된 버그는 추출 알고리즘 수정을 통해 업데이트 하도록 하겠습니다.
Sorry, something went wrong.
Fix bugs(#44, #45)
7abfbe4
Add test cases(#44, #45)
251b33e
No branches or pull requests
안녕하세요. 좋은 라이브러리 만들어 주셔서 감사합니다.
'LG화학' 종목의 경우 [20190101-20191231] 기간 처럼 full year의 경우 당기순이익 값이 추출되나
[20200101-20200630] 처럼 반기/분기 보고서의 경우 nan 값으로 추출됩니다.
추출에 사용한 code snippet 입니다.
현재 Dart-Fss-Classifier를 같이 사용하고 있습니다.
제가 제대로 사용하고 있지 않은지, 혹은 수정 방향에 가이드를 알려 주시면 감사하겠습니다.
The text was updated successfully, but these errors were encountered: