-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Conversation
@@ -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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would leave this one
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Thanks @datapythonista |
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.