Marc Garcia

Results 62 issues of Marc Garcia

I changed the sections of the Ecosystem page, in a way that the pandas extensions are grouped together first, and the other sections emphasize how packages they are related to...

Web

There have been some discussions about this before, but as far as I know there is not a plan or any decision made. My understanding is (feel free to disagree):...

Needs Discussion
Arrow

- [X] closes #61522 - [X] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [X] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [X] Added [type annotations](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#type-hints)...

Enhancement
Indexing
API Design

- [X] xref #61584 - [X] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [X] All [code checks passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#pre-commit). - [X] Added [type annotations](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#type-hints)...

IO Data
API Design

I couldn't get an answer from @jreback @topper-123 @alimcmaster1 regarding being active or unactive for some time. I'll leave this open for few days, in case they see it an...

Web

See #60154 We should add the build and fix the existing errors

Testing
CI
Dependencies
good first issue

Related to #20862 If there are spaces in the path where pandas is installed (e.g. `/home/my user/my code/pandas`), when building the documentation (i.e. `./doc/make.py html`) seems to generate a long...

Docs
good first issue

This was already implemented before 2.0 in #50748, but then removed before the release in #51853, as in too many cases the option wasn't being respected. The idea is to...

API Design
Needs Discussion

``` pandas/tests/groupby/aggregate/test_numba.py:19: in numba = pytest.importorskip("numba") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E pytest.PytestDeprecationWarning: E Module 'numba' was found, but when imported by pytest it raised: E ImportError('Numba needs NumPy 2.2 or less. Got NumPy...

CI
Dependencies

xref #61555 Our base conda environment `environment.yml` is used locally by pandas developers (contributors and maintainers), and for some CI jobs, like building the documentation. For stability, we pinned the...

CI
Needs Discussion
Dependencies