cuDF Pandas
Run GPU Accelerated Pandas using cuDF
For IPython files/Jupyter Notebooks (.ipynb file)
%load_ext cudf.pandas
import pandas as pd
For Python script (.py file)
python3 -m cudf.pandas <name_of_python_script>.py
For IPython files/Jupyter Notebooks (.ipynb file)
%load_ext cudf.pandas
import pandas as pd
For Python script (.py file)
python3 -m cudf.pandas <name_of_python_script>.py