pytorch
9d17f21e - Added PandasDataframeWrapper (#65411)

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
Parents
  • torch/utils/data/datapipes
    • dataframe
      • File
        dataframe_wrapper.py
      • File
        datapipes.py
    • iter
      • File
        selecting.py