Skip to content

WEB: Remove unmaintained projects from Ecosystem #57675

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 2 commits into from
Mar 5, 2024

Conversation

datapythonista
Copy link
Member

Lots of projects in our Ecosystem page seem to be obsolete and irrelevant now. There are few more that could probably be removed to help users find the relevant ones faster and easier, but I'm just removing the ones that didn't have any commit for at least two years.

@datapythonista datapythonista added the Web pandas website label Feb 29, 2024
@@ -559,12 +482,6 @@ Arrays](https://awkward-array.org/) inside pandas' Series and
DataFrame. It also provides an accessor for using awkward functions
on Series that are of awkward type.

### [cyberpandas](https://cyberpandas.readthedocs.io/en/latest)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would leave this one

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I'll have a look to see if it still works with the latest pandas. I checked that not only didn't have a commit in many years, but it also didn't have any bug report, so I guess it's not used much.

Copy link
Member

@MarcoGorelli MarcoGorelli Feb 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's used at all https://pypistats.org/packages/cyberpandas

I always thought it was just a POC to showcase extension arrays

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreback I tried, and installing cyberpandas from conda-forge gives an installation error (I guess the recipe is too old) and installing with pip works but fails on import:

>>> import pandas
>>> from cyberpandas import IPArray
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/mgarcia/.mambaforge/envs/cyberpandas/lib/python3.12/site-packages/cyberpandas/__init__.py", line 10, in <module>
    from .mac_array import MACType, MACArray
  File "/home/mgarcia/.mambaforge/envs/cyberpandas/lib/python3.12/site-packages/cyberpandas/mac_array.py", line 1, in <module>
    from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/home/mgarcia/.mambaforge/envs/cyberpandas/lib/python3.12/collections/__init__.py)

I think it's worth removing from the Ecosystem.

CC: @TomAugspurger

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK to remove IMO. I don't think it's maintained these days.

@mroeschke mroeschke added this to the 3.0 milestone Mar 5, 2024
@mroeschke mroeschke merged commit 59677c0 into pandas-dev:main Mar 5, 2024
@mroeschke
Copy link
Member

Thanks @datapythonista

pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Web pandas website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants