node-pandas icon indicating copy to clipboard operation
node-pandas copied to clipboard

An npm package that incorporates minimal features of python pandas.

Results 9 node-pandas issues
Sort by recently updated
recently updated
newest added

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' ![image](https://user-images.githubusercontent.com/45176371/72566092-39360680-3881-11ea-932c-615d56ed362f.png)

First of all, I encountered one error with creating multiple Dataframe with the node-pandas module Error occurs: ![image](https://user-images.githubusercontent.com/111398932/229323319-f2ec8f60-f207-4689-abec-930501cdd641.png) 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