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
Both in the "parse" method from the DataParser class as in the "parse_data" function, we should be appending the record variable to the records list, instead the code appends just the split row.
Both in the "parse" method from the DataParser class as in the "parse_data" function, we should be appending the record variable to the records list, instead the code appends just the split row.