William Ayd
William Ayd
I am curious if there is a best practice for bundling libraries come from subpackages of the build system. In my particular case, I am using CMake, but I believe...
This is something I've chatted with @MarcoGorelli offline about. At the time it was implemented in seaborn, the Dataframe Interchange Protocol was the best option for exchanging dataframe-like data. However,...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
### Describe the enhancement requested Is there a larger plan to start adding compute kernels for the binary view types? I see dedicated issues like https://github.com/apache/arrow/issues/43010 but I'm not sure...
closes https://github.com/innobi/pantab/issues/380
Needs some investigation, but I think we have a feasible path to replacing pyarrow with arro3 internally. The only thing we use pyarrow for is to create a recordbatchreader and...
I think it would help simplify things if we set the internal __version__ attribute to match what importlib.metadata for the package lists. That way, we don't need to keep repeating...
I think this is an issue upstream with nanoarrow or pyarrow, reported on the nanoarrow issue tracker
https://github.com/innobi/pantab/pull/351 added support for writing dictionary-encoded strings, which is useful for supporting categorical data types. While categorical is usually used to refer to strings, it can theoretically be used for...
Thought this was fixed but double checked and we are not pushing 3.13 wheels to pypi. Any help investigating would be appreciated!