You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in data.table::rbindlist(DT_list, use.names = TRUE) :
Item 13 has 220 columns, inconsistent with item 1 which has 227 columns. To fill missing columns use fill=TRUE.
The text was updated successfully, but these errors were encountered:
The underlying problem was the fact that the SimFin API does not always return all columns (I guess if they are all empty). This lead to the problem in rbindlist() which tried to bind data.tables with different number of columns. Added fill = TRUE to solve this.
I am trying to retrieve all statements for set of tickers:
but I am getting an error
The text was updated successfully, but these errors were encountered: