Embarcadero / P4D-Data-Sciences

A collection of lightweight Python wrappers based on Python4Delphi simplifying Data Sciences development with Delphi
MIT License
89 stars 20 forks source link

Added H5Py, Pandas, PSUtil and SciPy #12

Closed peardox closed 2 years ago

peardox commented 2 years ago

@lmbelo Here are four additional components for P4D (I have three other than PSUtil so may as well include in this PR as they're popular anongst the Python crowd)

I purposely didn't include my dproj or dpk files as they install on a different tab (Python - Peardox) and use individual lib paths (so I can break things safely). These, however, should be trivial for you to add with the proper settings so the components seamlessly are added to the pack

The components

H5Py - A huge object storage system commonly used by data scientists Pandas - Another (even more common) object storage library SciPy - Extensions for Numpy PSUtil - System agnostic CPU/Memory/Virtual Memory stats

Oh yeah - included icons for all of them...

peardox commented 2 years ago

Scrap this version - I've just gone a better one (imports into proper palette)