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
The current datetimefomat/datetimeformattz hint support in to_csv_options.py is limited to ISO format driven by the dateformat hint. This could be generalized to a smarter function which translates to from the Records Spec language into the Python/Pandas/strftime format, and reject fewer hints as a result.
Another example of having an overly simplistic implementation of to_csv_options is that seconds get appended even for time formats which don't include it.
The text was updated successfully, but these errors were encountered:
The current datetimefomat/datetimeformattz hint support in to_csv_options.py is limited to ISO format driven by the dateformat hint. This could be generalized to a smarter function which translates to from the Records Spec language into the Python/Pandas/strftime format, and reject fewer hints as a result.
Another example of having an overly simplistic implementation of to_csv_options is that seconds get appended even for time formats which don't include it.
The text was updated successfully, but these errors were encountered: