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
Currently in loaders, we check encoding for each format that is plain text in nature (plain text, csv, likely iob in the future). Create a default-encoding decorator instead of repeating the same checking code all over the place. If possible, also let the tests ensure that all loaders that are plain text in nature must have used the decorator.
The text was updated successfully, but these errors were encountered:
Currently in loaders, we check encoding for each format that is plain text in nature (plain text, csv, likely iob in the future). Create a default-encoding decorator instead of repeating the same checking code all over the place. If possible, also let the tests ensure that all loaders that are plain text in nature must have used the decorator.
The text was updated successfully, but these errors were encountered: