- Dec 09, 2024
-
-
Nitish Satyavolu authored
* BUG: Fix float32 precision issues in pd.to_datetime * BUG: Add note to whatsnew
-
Francesco Bruzzesi authored
* fix: preserve series name in ListAccessor * formatting * add whatsnew v3.0.0 entry
-
easternsun7 authored
Fix the navigation bar
-
- Dec 06, 2024
-
-
Nitish Satyavolu authored
BUG: Fix bug in GroupBy that ignores group_keys arg for empty dataframes/series
-
French_Ball authored
To solve a warning in issue DOC: DeprecationWarning on "Intro to data structures" user guide #60490. I have checked other parts of the page, and there are no such warnings.
-
- Dec 03, 2024
-
-
Xiao Yuan authored
* Add test * replace concat with np * Revert "replace concat with np" This reverts commit b48fc35dc4cc4a5f413ad1b905d38408a796699d. * Revert "Revert "replace concat with np"" This reverts commit 6b45ac5dd8c1f985f2eaa7ec376fbf6c9799b6c5. * try fixing mypy error * Add whatsnew --------- Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
- Dec 02, 2024
-
-
Nitish Satyavolu authored
* BUG: Fix pd.read_html handling of rowspan in table header * BUG: Fix docstring error in _expand_colspan_rowspan * BUG: Update return type for _expand_colspan_rowspan * BUG: Address review and add not to whatsnew
-
Nitish Satyavolu authored
* BUG: Maintain column order in table method rolling * BUG: Add bug description to whatsnew/v3.0.0.rst
-
Nitish Satyavolu authored
* BUG: Fix keyerror bug when indexing multiindex columns with NaT values * BUG: Update whatsnew/v3.0.0.rst * BUG: Move new test to test_multilevel.py
-
UV authored
* Checking for the first link added * DOC: Added missing links to optional dependencies in getting_started/install.html
-
- 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
-
-
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.
-
- Nov 25, 2024
-
-
Nitish Satyavolu authored
Fix formatting of complex numbers with exponents
-
partev authored
-
- Nov 22, 2024
-
-
ZKaoChi authored
-
- Nov 21, 2024
-
-
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
-
-
Xiao Yuan authored
-
- Nov 16, 2024
-
-
Patrick Hoefler authored
Co-authored-by:
Joris Van den Bossche <jorisvandenbossche@gmail.com>
-
- Nov 14, 2024
-
-
Kevin Amparado authored
BUG: Disabling pandas option `display.html.use_mathjax` has no effect; add `mathjax_ignore` to fix (#60311) * add bugfix to whatsnew * append "mathjax_ignore" in "tex2jax_ignore" related funcs * add "mathjax_ignore" on existing tests * remove old table_attr
-
- Nov 13, 2024
-
-
Richard Shadrach authored
* BUG: Don't merge Excel cells to a single row with merge_cells=False * Cleanup comment * Improve test
-
- Nov 12, 2024
-
-
Joris Van den Bossche authored
Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
- Nov 11, 2024
-
-
Kevin Amparado authored
-
DL Lim authored
-
- Nov 08, 2024
-
-
Natalia Mokeeva authored
DEPR: revert enforcing the deprecation of exposing blocks in core.internals and deprecate with FutureWarning (#58715)
-
- Nov 07, 2024
-
-
Thomas Dixon authored
-
Xiao Yuan authored
-
Michiel De Muynck authored
* Fix issue 50174 * Add release notes * Use correct github issue number
-
- Nov 05, 2024
-
-
Miguel Cárdenas authored
fix: #59950 handle duplicate column names in dataframe queries - Fixed an issue where `Dataframe.query()` would throw an unexpected error - The error was caused by `self.dtypes[k]` - Adjusted the behavior to match the behavior prior to pandas version - Added tests to ensure that `Dataframe.query()` works as expected Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
Joris Van den Bossche authored
* BUG: fix inspect usage when pyarrow or jinja2 is not installed * add whatsnew note
-
eightyseven authored
* freq shift * Save local changes before merging
-
- Nov 04, 2024
-
-
Sebastian Berg authored
Co-authored-by:
Joris Van den Bossche <jorisvandenbossche@gmail.com>
-
calvin authored
-
- Nov 02, 2024
-
-
Shreyal Gupta authored
* DOC: Update Windows build tools instructions for VS Build Tools 2022 * fix trailing whitespaces
-
- Nov 01, 2024
-
-
Abhishek Chaudhari authored
* bug fix for numpy.uintc in merge operations on windows Added pytest test case to verify correct behavior with numpy.uintc dtype * Formatting changes after running pre-commit * Added tests for numpy.intc * added whatsnew note * pre-commit automatic changes and also made changes to test_merge.py file to make pandas namespace consistent * removed comment * added the deleted whatsnew note back * better whatsnew note Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> --------- Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
- Oct 31, 2024
-
-
auderson authored
* add *args for raw numba apply * add whatsnew * fix test_case * fix pre-commit * fix test case * add *args for raw=False as well; merge tests together * add prepare_function_arguments * fix mypy * update get_jit_arguments * add nopython test in `test_apply_args` * fix test * fix pre-commit * modify prepare_function_arguments * add tests * add tests * add whatsnew * compat for python 3.12 * pre-commit * compat for python 3.12 * update doc; use kw-only * add more tests * update whatsnew * pre-commit * move the tests to test_numba.py * Update doc/source/whatsnew/v3.0.0.rst Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> * Update doc/source/whatsnew/v3.0.0.rst Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> --------- Co-authored-by:
Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
-
Joris Van den Bossche authored
* String dtype: deprecate the pyarrow_numpy storage option * add pyarrow skip
-
Kevin Sheppard authored
* BUG: Remove incorrect check on value label length Remove 32,000 limit on value limit check since this applies to the number of variable, not the length of the value labels closes #60107 * TST: Remove incorrect test Remove test of the error that was being incorrectly raised
-