thinh-vu / vnstock

A powerful Python library for getting rich data from the Vietnam Stock Market using just a few lines of code
https://vnstocks.com
Other
560 stars 138 forks source link

[Bug] Income Statement bị thiếu cột #143

Closed yellow1912 closed 1 month ago

yellow1912 commented 2 months ago

Khi lấy income statement cho mã MFS thì bị lỗi này. Mình nghĩ cần thống nhất các cột lúc nào cũng có


Index(['ticker', 'yearReport', 'lengthReport', 'Net Profit/Loss before tax',
       'Revenue (Bn. VND)', 'Attribute to parent company (Bn. VND)',
       'Financial Income', 'Interest Expenses', 'Net Sales', 'Gross Profit',
       'Financial Expenses', 'General & Admin Expenses',
       'Operating Profit/Loss', 'Other Income/Expenses', 'Cost of Sales',
       'Selling Expenses', 'Sales', 'Other income',
       'Net other income/expenses', 'Profit before tax', 'Tax For the Year',
       'Business income tax - current', 'Net Profit For the Year',
       'Attributable to parent company'],
      dtype='object')
thinh-vu commented 1 month ago

@yellow1912 Phần này mình có trao đổi qua PM rồi nên mình đóng hen. Bạn có thể sử dụng tham số dropna=False để không loại bỏ các cột rỗng và giúp duy trì cấu trúc cột ổn định.