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
Implementing the CSV Dialect schema in the header will expose the format of the tabular data before any attempt of loading it, removing any guessing work from the suer and/or the reading functions.
Possible solution
Implement the CSV Dialect as a pydantic object.
Using this schema will be done in a separate PR.
The text was updated successfully, but these errors were encountered:
Problem
Implementing the CSV Dialect schema in the header will expose the format of the tabular data before any attempt of loading it, removing any guessing work from the suer and/or the reading functions.
Possible solution
Implement the CSV Dialect as a
pydantic
object.Using this schema will be done in a separate PR.
The text was updated successfully, but these errors were encountered: