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
When reading a csv file, it would be nice if when iterating through DataclassReader the type checker could recognise the objects as being the type that the DataclassReader was instantiated with. At the moment it just returns Any.
The text was updated successfully, but these errors were encountered:
When reading a csv file, it would be nice if when iterating through DataclassReader the type checker could recognise the objects as being the type that the DataclassReader was instantiated with. At the moment it just returns
Any
.The text was updated successfully, but these errors were encountered: