Datasets:
Update to 3.0.0
#7
by memoryfull - opened
Version [3.0.0] - 2026-08-20
Added
- Financial statements for 2025 have been added, totaling approximately 2.17 million new observations.
- More than 22,000 reports for 2021β2024 were either imputed from 2025 filings or parsed from newly published reports for previous periods.
Fixed
- Fixed adjustment procedure for equity as of December 31 of the previous year (
line_3200) β before it did not account for changes in additional equity resulting in incorrect values.
Changed
- Starting from 2025 firms are required to submit financial reports using new forms. These forms have changed significantly, we advise the users to compare the old and the new forms. One example: in a simplified form, accounts receivable used to be reflected in
line_1230, whereas in the new form β inline_1240. We did not try to harmonize such transitions, opting for predictability, that is, agreement with the official source and the codes from the forms that were in effect at the corresponding periods. - Geocoding quality improved substantially:
- In this version we employed a second geocoder, Photon, that receives the addresses for which Nominatim failed to provide precise (house-level) coordinates.
- Whereas before to assign geocoding quality we relied on
place_rankfrom Nominatim's response, this time we implemented a more rigorous approach: the quality level is decided based on comparison of the original and response addresses normalized with Pullenti Address SDK. If they match up to a house the value ingeocoding_qualitycolumn is set to"house", to the street β"street", and"city"in all other cases where either of geocoders returned any coordinates at all. If the match level is the same for Nominatim and Photon, coordinates from Nominatim are used.
memoryfull changed pull request status to merged