cuDF - GPU DataFrames
·
Programming/Python
cuDF - GPU DataFrames https://github.com/rapidsai/cudf GitHub - rapidsai/cudf: cuDF - GPU DataFrame LibrarycuDF - GPU DataFrame Library . Contribute to rapidsai/cudf development by creating an account on GitHub.github.com 데이터 로드/조인/집계/필터링 및 기타 데이터 조작을 위한 GPU 기반 데이터 프레임 라이브러리 매우 빠른 C++/CUDA 기반 라이브러리인 libcudf를 이용 pandas 처럼 import 해서 사용 가능 또는 cudf.pandas 를 이용해서 코드 변경 전혀 없이 기존 pandas를 교체하여 GPU 가속 가능..