Skip to content

Conversation

@jamie-harness
Copy link
Owner

  • BUG: to_json not serializing non-nanosecond numpy dt64 correctly

  • fix tests

  • change extraction mech

  • fix object array case

  • pre-commit

  • address comments

jamie-harness and others added 15 commits July 26, 2023 00:27
* DEPR: idxmin/idxmax with all-NA

* Fix doctests

Co-authored-by: jbrockmendel <[email protected]>
#24)

* pandas-dev#13950 - Updated documentation on pandas alignment when setting

* Update doc/source/user_guide/indexing.rst



---------

Co-authored-by: raj-thapa <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
* some check implmented

* Include rules

* Enable perflint

* type

Co-authored-by: Matthew Roeschke <[email protected]>
* DEPR: argsort

* Catch warning in np.argsort test

* Update doc/source/whatsnew/v2.1.0.rst



* sort hwatnsew

---------

Co-authored-by: jbrockmendel <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
* PERF: ArrowDtype.__eq__

* cleanup

Co-authored-by: Luke Manley <[email protected]>
* ENH: Support ffill/bfill on IntervalArray

* gh ref

Co-authored-by: jbrockmendel <[email protected]>
…andas-dev#53938) (#29)

* add missing origin check

* whats new

* resolve edge cases, fix tests

* update docs

* cleanup

* accomidate daylight savings time

* correct docs and remove nested checks

* slim down example

* add back tz aware test

Co-authored-by: Conrad Mcgee Stocks <[email protected]>
…s-dev#54216) (#30)

* Removed InvalidComparison and LossySetItemError from docs

* Revert "Removed InvalidComparison and LossySetItemError from docs"

This reverts commit b9cf502.

* internal errors

* Examples to Notes on docstring

* removed extra lines

* merge w main and code_check change

Co-authored-by: Dea María Léon <[email protected]>
* TST: add a test on mixed offsets for read_csv

* change the location of the test

* add parser to the test

Co-authored-by: Natalia Mokeeva <[email protected]>
* REF: move values_for_json to EA

* docstring

Co-authored-by: jbrockmendel <[email protected]>
* User Guide correction on BaseIndexer

* Add to explanation of BaseIndex

Co-authored-by: Dea María Léon <[email protected]>
* BUG: Series.argsort validate axis

* GH ref

Co-authored-by: jbrockmendel <[email protected]>
In pyproject.toml, the baseline requirements for building are supposed
to be listed.

Many end users have a recent enough system-provided ninja, and don't
need to install a new copy into every pandas isolated build virtual
environment. This is handled inside meson-python itself, which
dynamically adds an additional build requirement on ninja via the
backend hook `get_requires_for_build_sdist`, but only if a suitable
system version is not found.

This is especially helpful on systems where an OS ninja is installed,
but the platform is obscure enough that there are no PyPI "ninja"
wheels, thus forcing `pip install pandas` to download an additional
copy of the ninja source code and build it via cmake before beginning to
install pandas itself. This is not guaranteed to work...

The ninja entry in various CI or developer-recommended workflows is left
alone because they are opt-in. In such contexts, it may make sense to be
fairly specific about which providers you want to use for any given
dependency, and that's a workflow preference encoded as a workflow build
command. Since it doesn't prevent people from using the baseline
install command, this commit makes no value judgment regarding it.

Co-authored-by: Eli Schwartz <[email protected]>
…4246) (#36)

* ENH: Implement interchange protocol for DatetimeTZDtype

* Add type ignores

* Add comment

Co-authored-by: Matthew Roeschke <[email protected]>
…das-dev#53757)

* BUG: to_json not serializing non-nanosecond numpy dt64 correctly

* fix tests

* change extraction mech

* fix object array case

* pre-commit

* address comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants