drivendataorg / pandas-path

Use pathlib syntax to easily work with Pandas series containing file paths.
MIT License
69 stars 4 forks source link

[Suggestion] Simplify the `import` in Readme #10

Open jfthuong opened 1 year ago

jfthuong commented 1 year ago

The Readme mentions that we should do:

from pandas_path import path

That might lead to some conflict if we use a variable path and we do some linting.

Why not documenting:

import pandas_path.path

?

pjbull commented 1 year ago

Happy to merge a PR that adds that option to the README

jfthuong commented 1 year ago

PR done: #11