scikit-hep / awkward

Manipulate JSON-like data with NumPy-like idioms.
https://awkward-array.org
BSD 3-Clause "New" or "Revised" License
829 stars 85 forks source link

feat: 3154 from_parquet should be able to read partial columns #3156

Closed tcawlfield closed 3 months ago

tcawlfield commented 3 months ago

This should fix a missing feature (or fix a bug, depending on your POV) from 2772.

Also taking the opportunity to clean up test_2772 a tiny little bit. This completes a misunderstanding of mine from issue 3131 (which can be closed or rejected).