Skip to content

added names, fastpath parameters explanation to pandas.Series #27964

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

Merged
merged 6 commits into from
Nov 8, 2019

Conversation

rmunjal29
Copy link
Contributor

@rmunjal29 rmunjal29 commented Aug 17, 2019

  • closes #xxxx
  • tests added / passed
  • passes black pandas
  • passes git diff upstream/master -u -- "*.py" | flake8 --diff
  • whatsnew entry

@jbrockmendel
Copy link
Member

Can you use a more informative title?

Looks like a .ipynb file got included accidentally?

@rmunjal29
Copy link
Contributor Author

rmunjal29 commented Aug 17, 2019 via email

@rmunjal29 rmunjal29 changed the title Shiny new feature added names, fastpath parameters explanation to pandas.Series Aug 17, 2019
@jbrockmendel
Copy link
Member

Thanks. We can ignore the extra file for now, but you'll need to remove it before this can be merged.

Looks like the lint checker is unhappy about the removed newline. Can you run black pandas/core/series.py

@pep8speaks
Copy link

pep8speaks commented Aug 17, 2019

Hello @rmunjal29! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-11-08 00:20:49 UTC

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments. If you can address and remove the ipynb file should be good to go

@@ -170,8 +170,13 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
Data type for the output Series. If not specified, this will be
inferred from `data`.
See the :ref:`user guide <basics.dtypes>` for more usages.
name : str, optional
The name argument allows to give name to a Series object, i.e. to the column.
If name isn't given, it will be named automatically.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I find this a little unclear - would be better to just remove

@WillAyd
Copy link
Member

WillAyd commented Sep 13, 2019

@rmunjal29 can you merge master and update to comments?

@rmunjal29
Copy link
Contributor Author

rmunjal29 commented Sep 13, 2019 via email

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also merge master

@WillAyd
Copy link
Member

WillAyd commented Oct 22, 2019

@rmunjal29 can you address comments?

@rmunjal29
Copy link
Contributor Author

rmunjal29 commented Oct 22, 2019 via email

@WillAyd
Copy link
Member

WillAyd commented Oct 22, 2019 via email

@WillAyd WillAyd merged commit 62f6a42 into pandas-dev:master Nov 8, 2019
@WillAyd
Copy link
Member

WillAyd commented Nov 8, 2019

Thanks @rmunjal29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants