I have been looking everywhere for an answer and can't figure it out. it used to work and now it doesn't. I have updated Vaex....
Here's the code: import vaex as vx data=vx.open("CyWcsv.csv") ## I have validated the file has been read data.head()
NameError Traceback (most recent call last) Input In [7], in <cell line: 1>() ----> 1 data.head()
NameError: name 'data' is not defined
I have reinstalled Vaex ..... not sure what else I can do...