Closed gumdropsteve closed 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
I'm running an old version, nvm
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