NVIDIA / spark-rapids-examples

A repo for all spark examples using Rapids Accelerator including ETL, ML/DL, etc.
Apache License 2.0
129 stars 51 forks source link

Replace retail pipeline with new notebook file #463

Closed YanxuanLiu closed 3 weeks ago

nvliyuan commented 3 weeks ago

can you help clear the error info in retail-datagen.ipynb? thx

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 2
      1 import os
----> 2 import pandas as pd
      3 import multiprocessing as mp
      4 import random

ModuleNotFoundError: No module named 'pandas'
YanxuanLiu commented 3 weeks ago

can you help clear the error info in retail-datagen.ipynb? thx

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 2
      1 import os
----> 2 import pandas as pd
      3 import multiprocessing as mp
      4 import random

ModuleNotFoundError: No module named 'pandas'

Sure, cleared all output