scikit-hep / root_pandas

A Python module for conveniently loading/saving ROOT files as pandas DataFrames
MIT License
109 stars 35 forks source link

Parallel processing #91

Closed shahidzk1 closed 1 year ago

shahidzk1 commented 3 years ago

Is parallel processing possible in root_pandas? If yes then how can I do it?

chrisburr commented 3 years ago

This somewhat depends on what exactly you mean by parallel processing however root_pandas has been unmaintained in quite a long time so you'll probably be better served by another tool. I've copied the deprecation notice from root_numpy (which underpins root_pandas) and contains the most popular alternatives, both of which can be used with pandas dataframes: https://github.com/scikit-hep/root_pandas#warningroot_pandas-is-deprecated-and-unmaintainedwarning

eduardo-rodrigues commented 1 year ago

As explicitly written in the README since a while, root_pandas, and root_numpy on which it depends, has been deprecated and effectively unmaintained for quite a while. We decided to close anthing outstanding as "won't do" and archive the package at this point.