How do I troubleshoot ValueError: array is of length %s, while the length of the DataFrame is %s?
问题 I'm trying to follow the example on this notebook. As suggested in this github thread: I've upped the ulimit to 9999. I've already converted the csv files to hdf5 My code fails when trying to open a single hdf5 file into a dataframe: df = vaex.open('data/chat_history_00.hdf5') Here's the rest of the code: import re import glob import vaex import numpy as np def tryint(s): try: return int(s) except: return s def alphanum_key(s): """ Turn a string into a list of string and number chunks. "z23a"