Joris Van den Bossche

Results 844 comments of Joris Van den Bossche

@EB80 Thanks for the report! Would you be able to share some more info? (for example the full traceback, how you created the file, whether you can read it with...

Aother suggestion: if it was written with the `feather` package, could you try reading the file with that package? And if that works, write the file again using `arrow::write_feather`

This looks like a nice addition. Something I am wondering more in general (potentially for future JIRA/PRs), when working with custom metadata, would it be useful to also allow to...

The windows failure is happening on master and other PRs as well.

@kshitij12345 there are some test failures that actually seem related

I pushed a small additional update to the test (mainly changing to use our internal `tempdir` fixture instead of `tmpdir`) Thanks again for the PR @kshitij12345 !

With the current changes in this PR, it fails in ` RowEncoder::Init`, which also would need to be updated to handle ExtensionTypes (delegating to the storage type). What I don't...

The original issue report was about jupyter-sphinx.css, which could still be kept in the app setup. Of course the same issue applies to thebelab.css, but that is maybe less common...

@jonmmease thanks a lot for writing up this proposal! To repeat what I said in the datashader issue: I think there is certainly value in having a good, reusable implementation...

> Is there consensus toward what would make sense as a parquet serialization encoding for geopandas? For geopandas we are currently working on parquet support, using WKB (https://github.com/geopandas/geopandas/pull/1180/). Which is...