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
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Added HISTORY.md file
Changed import syntax to from pandas_path import path to better support custom accessors. This means that we do not register .path unless you import .path so that in other libraries you don't have to add the .path accessor if you are just registering your own custom accessor.
Added quickstart section to README
Fix bug where we tried to instantiate with blank string for an example rather than first item in the Series