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
I would be interested in learning more about the arguments that can be passed to dataconverter. Is there any reason why I have to pass a dictionary instead of just python arguments?
You could have something like dataconverter(file, type=None, target=None, header_type=None). You could even convert arbitrary arguments to a dict, if you prefer.
Document all existing features on read the docs.
The text was updated successfully, but these errors were encountered: