You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
read, write path support pathlib.Path type, not only Python string
Problem and Solution
When using pathlib.Path to concatenate file paths, read or write files, or handle S3 directories, you can obtain the PosixPath instead of a Python string. I believe users should not need to worry about whether the path is of type Path or str.
Additional Context
No response
Are you willing to contribute to the development of this feature?
Yes, I am willing to contribute to the development of this feature.
The text was updated successfully, but these errors were encountered:
Feature Description
read, write path support pathlib.Path type, not only Python string
Problem and Solution
When using pathlib.Path to concatenate file paths, read or write files, or handle S3 directories, you can obtain the PosixPath instead of a Python string. I believe users should not need to worry about whether the path is of type Path or str.
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: