pytorch
9d17f21e
- Added PandasDataframeWrapper (#65411)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
3 years ago
Added PandasDataframeWrapper (#65411) Summary: - Added `PandasDataframeWrapper` around `pandas` functions to easily drop-and-replace`torcharrow` for Facebook internal use cases - Updated relevant datapipe/dataframe usesites to use the new `PandasDataframeWrapper` instead of calling `pandas` functions directly Pull Request resolved: https://github.com/pytorch/pytorch/pull/65411 Reviewed By: VitalyFedyunin, hudeven Differential Revision: D31087746 Pulled By: Nayef211 fbshipit-source-id: 299901f93a967a5fb8ed99d6db9b8b9203634b8f
References
#65112 - [LTC] Merge master
Author
VitalyFedyunin
Committer
facebook-github-bot
Parents
3c6d9fd1
Files
3
torch/utils/data/datapipes
dataframe
dataframe_wrapper.py
datapipes.py
iter
selecting.py
Loading