Apply csv and timezone handling changes to 10.4#18
Open
Conversation
added 12 commits
February 17, 2026 11:31
(cherry picked from commit b21062f)
…only empty strings, by working on the input dataframe and not an empty dataframe (cherry picked from commit d2eff39)
…tions and to allow working around issues with pandas csv parsing and writing (cherry picked from commit 1a08ee0)
(cherry picked from commit 6e64ade)
(cherry picked from commit 4e405cf)
(cherry picked from commit 71b694c)
…andling (cherry picked from commit b3c0dd3)
…ead of custom reader (cherry picked from commit 397bbfb)
…ending on version (cherry picked from commit 9fb7c82)
… to utc to have a stable output, always have pandas Timestamps and prevent issues with mixed timezone offsets (cherry picked from commit af0f916)
…rted and attempt to lower required version to 3.10 (cherry picked from commit aaec5b1)
(cherry picked from commit 55f4fef)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As discussed, also includes some minor improvements and fixes done on main.