xref #16292
Currently xfailing tests for (all should work) - [ ] SAS - [ ] msgpack - [x] stata - [ ] HDFStore (#14705)
Comment From: jorisvandenbossche
Some issues that could probably folded into this one (or are in the meantime fixed by your PR):
- https://github.com/pandas-dev/pandas/issues/14705 (HDFStore)
- https://github.com/pandas-dev/pandas/issues/14932 (pickle)
Comment From: bashtage
stata looks fixed
Comment From: kszucs
read_json
and to_json
also should support pathlib.Path
objects
Comment From: jorisvandenbossche
@kszucs I think read_json
already supports pathlib objects? (quickly tried with master)
Do you have a reproducible example?
Comment From: wasdee
as 2019-Jul, any updates?, I wish I could help with this topic.
Comment From: TomAugspurger
We should be good. Let's open specific issues if any of the readers / writers don't support objects implementing the fspath protocol.