-
Notifications
You must be signed in to change notification settings - Fork 235
Fix "pandas.Dataframe" to "pandas.DataFrame" in pygmt/datasets/samples.py #1124
New issue
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
Conversation
…samples.py I did.
|
💖 Thanks for opening this pull request! 💖 Please make sure you read our contributing guidelines and abide by our code of conduct. A few things to keep in mind:
|
seisman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MichaeINeumann Thanks for your quick fix!
Just a few tiny suggestions to remove the extra whitespace before pandas.DataFrame.
|
@seisman "Just a few tiny suggestions to remove the extra whitespace before pandas.DataFrame." |
Thanks for the very good Explanation. Co-authored-by: Dongdong Tian <[email protected]>
|
🎉🎉🎉 Congrats on merging your first pull request and welcome to the team! 🎉🎉🎉 Please open a new pull request to add yourself to the |
…s.py (GenericMappingTools#1124) Co-authored-by: Dongdong Tian <[email protected]>





Description of proposed changes
Replace (Match case and WholeWord) "pandas.Dataframe" to "pandas.DataFrame"
Fixes #1123
Reminders
make formatandmake checkto make sure the code follows the style guide.doc/api/index.rst.Slash Commands
You can write slash commands (
/command) in the first line of a comment to performspecific operations. Supported slash commands are:
/format: automatically format and lint the code/test-gmt-dev: run full tests on the latest GMT development version