node-pandas
node-pandas copied to clipboard
An npm package that incorporates minimal features of python pandas.
Fix the error that happens on case-sensitive file systems. Problem founded when testing at node:slim docker image.
toCsv is missing definition of variable columns, line 32. Should be this.columns. See pull request #6. Not the developer, but an enthusiastic user, who saw a pull request was ready.
First Run get, the same on Local, RunKit and Rel.it Error: Cannot find module './dataType' 
First of all, I encountered one error with creating multiple Dataframe with the node-pandas module Error occurs:  It successfully creates the first Dataframe, but the second causes a redefine...
Fix for error: TypeError: cannot redefine property: full_name Basic example runs OK after fixing the above & 2 require links to datatype.js
fix the failed require to datatype datatype file is all lowercase