We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import
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
?
The text was updated successfully, but these errors were encountered:
Happy to merge a PR that adds that option to the README
Sorry, something went wrong.
drivendataorg#10 Simplified import mechanism
e992fc4
PR done: #11
No branches or pull requests
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:
?
The text was updated successfully, but these errors were encountered: