rapidsai-community / notebooks-contrib

RAPIDS Community Notebooks
Apache License 2.0
512 stars 266 forks source link

[BUG] #294

Closed gumdropsteve closed 4 years ago

gumdropsteve commented 4 years ago

Describe the bug

Steps/Code to reproduce bug ^^

Expected behavior DataFrame generation

Environment details (please complete the following information):

Additional context Here's a fix

df = cudf.DataFrame({'id': ids, 'timestamp': timestamps_np})

df
gumdropsteve commented 4 years ago

I'm running an old version, nvm