forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Updation of fork #8
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
… normalize True (#35150)
* DOC: timezone warning for dates beyond TODAY introducing a suggestion discussed in PR #33863 : Added a warning in the user guide that timezone conversion on future dates is inherently unreliable. * shorter warning text Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
* BUG: DataFrame.apply with result_type=reduce incorrect index * move whatsnew to 1.1.1 * move whatsnew
* pandas/core/series.py * pandas/core/window/ewm.py * pandas/core/window/indexers.py * pandas/core/window/numba_.py * pandas/core/window/rolling.py * pandas/io/formats/css.py * pandas/io/formats/format.py * pandas/io/orc.py
* pandas/tests/test_multilevel.py * pandas/tests/test_nanops.py * pandas/.../test_moments_consistency_rolling.py * pandas/tests/window/moments/test_moments_ewm.py * pandas/.../test_moments_rolling.py * pandas/tests/window/test_base_indexer.py * pandas/tests/window/test_pairwise.py * pandas/tests/window/test_rolling.py * pandas/tseries/frequencies.py * pandas/util/_test_decorators.py
* TYP: misc typing fixes for pandas\core\frame.py * correct issue number
* improved the documentation * Update doc/source/getting_started/overview.rst Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com> * new commit * content changed * new commit Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
* REF: remove unnecesary try/except * TST: add test for agg on ordered categorical cols (#35630) * TST: resample does not yield empty groups (#10603) (#35799) * revert accidental rebase * REF: use BlockManager.apply for Rolling.count Co-authored-by: Karthik Mathur <22126205+mathurk1@users.noreply.github.com> Co-authored-by: tkmz-n <60312218+tkmz-n@users.noreply.github.com>
…5941) * DOC: complement the documentation for pandas.DataFrame.agg * DOC: complement the documentation for pandas.DataFrame.agg reformat the documentation according to PEP 8 * DOC: complement the documentation for pandas.DataFrame.agg reformat the documentation according to PEP 8
* Update SparseDtype user guide doc * Reword
* CLN: rolling.py * Use obj._constructor instead Co-authored-by: Matt Roeschke <mroeschke@housecanary.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updation of fork