Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
accept pathlib paths wherever a path/file is expected #11033
Comments
jreback
added Enhancement Compat
labels
Sep 9, 2015
jreback
added this to the
Next Major Release
milestone
Sep 9, 2015
|
sure, these just need stringifing. want to do a pull-request? |
|
gladly, but we need to define how first:
|
|
here is where all of this path inference is done (well not 100% sure of all but vast majority) you can use several/both of those strategies (though keep in mind that other so I think its probably safe to |
|
io has no tests. should i start a module? |
|
all of the io tests are in their respective directory. however for this you can add in |
flying-sheep
referenced
this issue
Sep 10, 2015
Closed
Add capability to handle Path/LocalPath objects #11051
|
the tests are a bit uninspired but yeah |
jreback
added the
Data IO
label
Sep 10, 2015
jreback
modified the milestone: 0.17.1, Next Major Release
Sep 20, 2015
jreback
added a commit
that referenced
this issue
Oct 17, 2015
|
|
flying-sheep + jreback |
82f0033
|
|
closed by #11051 |
jreback
closed this
Oct 17, 2015
|
@flying-sheep this is failing on windows (3.5, though prob same on 2.7) your test case should have a platform based separator, i think can you do a pull-request for this (and test on windows if you can, if not I can do it) thanks
|
|
PR is #11362 |
Dr-Irv
added a commit
to Dr-Irv/pandas
that referenced
this issue
Oct 24, 2015
|
|
Dr-Irv + Dr-Irv |
4f62b99
|
flying-sheep commentedSep 9, 2015
i’d like
pd.read_table(some_path / 'filename.tsv')to work without going throughstr()