- Dec 02, 2024
-
-
Tuhin Sharma authored
-
Tuhin Sharma authored
-
Tuhin Sharma authored
-
- Dec 01, 2024
-
-
Christian Castro authored
-
- Nov 29, 2024
-
-
Chris authored
-
- Nov 27, 2024
-
-
Xiao Yuan authored
BUG: fix NameError raised when specifying dtype with string having "[pyarrow]" while PyArrow is not installed (#60413) * Add test * Fix * Add note * Update pandas/tests/dtypes/test_common.py Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> * update * Fix doc warning --------- Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
- Nov 26, 2024
-
-
Jason Mok authored
Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
Joris Van den Bossche authored
-
partev authored
-
Olivier H. authored
Clarifying pandas.melt method documentation by replacing "massage" by "reshape" Meanwhile, "massage" is correct in a colloquial sense to mean transforming or reshaping data. This is far from accessible for a non-English speaker (as I am). Using the term `reshape` or `transform` is more meaningful while being accurate.
-
sooooooing authored
* fix docstring api.types.is_re_compilable * fix lint error
-
- Nov 25, 2024
-
-
dependabot[bot] authored
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 2.22.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.21.3...v2.22.0 ) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
Nitish Satyavolu authored
Fix formatting of complex numbers with exponents
-
Matthew Roeschke authored
-
Tuhin Sharma authored
-
Tuhin Sharma authored
-
Tuhin Sharma authored
-
Tuhin Sharma authored
-
Tuhin Sharma authored
-
lfffkh authored
first
-
Tuhin Sharma authored
-
partev authored
-
- Nov 22, 2024
-
-
ZKaoChi authored
-
Yuvraj Pradhan authored
-
Kevin Amparado authored
remove trim function on comment-commands.yml
-
- Nov 21, 2024
-
-
Tuhin Sharma authored
-
Kevin Amparado authored
add trim() to github.event.comment.body on issue_assign workflow job
-
partev authored
-
partev authored
-
Robert Wolff authored
Fix doc string for column C&C
-
Abhishek Chaudhari authored
* added tests for int64 * pre-commit changes * used pytest.mark.parametrize for expected_dtype
-
Animcogn authored
* fix to_latex for multiindex * add newline * fix styling * Update v2.3.0.rst fix backticks * update description. * Apply suggested fix Co-authored-by:
JHM Darbyshire <24256554+attack68@users.noreply.github.com> * move to v.3 * Update pandas/io/formats/style_render.py Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> * spacing * fix whitespace * fix method name --------- Co-authored-by:
JHM Darbyshire <24256554+attack68@users.noreply.github.com> Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
Joseph Kleinhenz authored
Co-authored-by:
Joseph Kleinhenz <kleinhej@gene.com> Co-authored-by:
Xiao Yuan <yuanx749@gmail.com> Co-authored-by:
Joris Van den Bossche <jorisvandenbossche@gmail.com>
-
- Nov 20, 2024
-
-
Ivruix authored
* Added docs for Series.dt.freq and removed from ci/code_checks.sh * Fix code style
-
ensalada-de-pechuga authored
* fix docstrings and remove from code_checks.sh * fix SeriesGroupBy.is_monotonic_decreasing See Also section (decreasing -> increasing) * remove DataFrameGroupBy.nth from code_checks.sh --------- Co-authored-by:
root <root@localhost.localdomain>
-
Tuhin Sharma authored
* DOC: fix SA01 for pandas.errors.AttributeConflictWarning * DOC: fix SA01 for pandas.errors.AttributeConflictWarning
-
Xiao Yuan authored
-
- Nov 18, 2024
-
-
Shi Entong authored
Update citing.md Correct the invalid URL on line 23 to a valid one.
-
- Nov 17, 2024
-
-
Kevin Amparado authored
-
Joris Van den Bossche authored
-