William Ayd
William Ayd
The Hyper API establishes a date as a uint32, a time as a uint64 but I think writes both in as a int64 There are probably some weird edge cases...
A C extension was developed in #31 to help read performance, but there are a few tweaks that could still make this more efficient. An obvious improvement would be to...
Tableau offers Spatial as a distinct type in the Hyper API, so we should probably offer some support for GeoPandas Dataframes during serialization
Initial implementation - could use some guidance on a few points
Fix issue where json.dumps provided a different error message than json.dump with non-finite values * Issue: gh-86018
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...
Wanted to see if we could modernize this a bit - looks like a lot of the documentation still wants users to use Python2.7 alongside this. Not sure everything here...
This isn't exactly the same usage but I think is more idiomatic