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
However, it offers no help writing CSV files from (this) Named Tuple form. Such ability would be self evidently useful - read a CSV, enrich it with data, store it is not an uncommon workflow.
The design of it is interesting. There's the obvious approach... but it may also be worth investigating the design of Kantan.csv, which had a source / sink sort of concept if I recall correctly.
The final point, is that the data may be useful to translate to other formats. JSON is an obvious one. The library currently offers no path to writing data back out.
These could (probably) be treated as seperate issues in the first instance, although a particulaly cunning design may be able to solve both JSON and CSV write out at once.
No description provided.
The text was updated successfully, but these errors were encountered: