-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Conversation
Can you use a more informative title? Looks like a .ipynb file got included accidentally? |
Yes sure I will do that.
And could you please ignore .ipynb file. It accidently got uploaded.
…Sent from my iPhone
On Aug 17, 2019, at 12:06 PM, jbrockmendel ***@***.***> wrote:
Can you use a more informative title?
Looks like a .ipynb file got included accidentally?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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 |
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 |
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.
Minor comments. If you can address and remove the ipynb file should be good to go
pandas/core/series.py
Outdated
@@ -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. |
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.
I find this a little unclear - would be better to just remove
@rmunjal29 can you merge master and update to comments? |
Hello William,
Sorry for the late reply. I am actually pretty engaged in my project these days but I will definitely find time and merge these changes.
Thanks and regards,
Ritika
…Sent from my iPhone
On Sep 12, 2019, at 8:34 PM, William Ayd ***@***.***> wrote:
@rmunjal29 can you merge master and update to comments?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
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.
also merge master
@rmunjal29 can you address comments? |
Already updated the changes
Regards,
Ritika
… On Oct 21, 2019, at 8:42 PM, William Ayd ***@***.***> wrote:
@rmunjal29 can you address comments?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Looks like there is a notebook in the diff - can you remove that?
…Sent from my iPhone
On Oct 21, 2019, at 7:17 PM, rmunjal29 ***@***.***> wrote:
Already updated the changes
Regards,
Ritika
> On Oct 21, 2019, at 8:42 PM, William Ayd ***@***.***> wrote:
>
>
> @rmunjal29 can you address comments?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks @rmunjal29 |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff