Skip to content

DOC add extended summary, update parameter types desc, update return types desc, and add whitespaces after commas in list declarations to DataFrame.first in core/generic.py #32018

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

sagungrp
Copy link
Contributor

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


Parameters
----------
offset : str, DateOffset, dateutil.relativedelta
offset : str, pandas.tseries.offsets.DateOffset or dateutil.relativedelta
Copy link
Member

Choose a reason for hiding this comment

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

Can you leave DateOffset the way it was? (i.e replace pandas.tseries.offsets.DateOffset with DateOffset)

Since we are importing DateOffset in pandas/__init__.py, it's at the top level already

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it. I'm leaving it the way it was.

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @sagungrp

@WillAyd
Copy link
Member

WillAyd commented Feb 20, 2020

@sagungrp I think CI failure is unrelated but can you merge master and repush to be sure?

@datapythonista
Copy link
Member

@sagungrp can you please merge master into your branch to fix the CI error?

git fetch upstream
git merge upstream/master
git push

This is ready, we can merge after that. Thanks!

@datapythonista datapythonista merged commit 09a46a4 into pandas-dev:master Mar 10, 2020
@datapythonista
Copy link
Member

Thanks @sagungrp

@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Mar 11, 2020
SeeminSyed pushed a commit to CSCD01-team01/pandas that referenced this pull request Mar 22, 2020
… types desc, and add whitespaces after commas in list declarations to DataFrame.first in core/generic.py (pandas-dev#32018)

Co-authored-by: Sang Agung <sang.agung@kokatto.com>
Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
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