Open jfthuong opened 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.
path
Why not documenting:
import pandas_path.path
?
Happy to merge a PR that adds that option to the README
PR done: #11
The Readme mentions that we should do:
That might lead to some conflict if we use a variable
path
and we do some linting.Why not documenting:
?