Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] - fix wrong function declaration mistake on toCSV.js.html & index.d.ts #55

Open
srilokhkaruturi opened this issue Oct 14, 2022 · 0 comments · May be fixed by #57
Open

[fix] - fix wrong function declaration mistake on toCSV.js.html & index.d.ts #55

srilokhkaruturi opened this issue Oct 14, 2022 · 0 comments · May be fixed by #57

Comments

@srilokhkaruturi
Copy link

srilokhkaruturi commented Oct 14, 2022

PROBLEM Inconsistent example of Z.toCSV()

Currently

(static) toCSV(df, filepath) → {undefined}

Should be

(static) toCSV(filepath, df) → {undefined}
@srilokhkaruturi srilokhkaruturi closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2022
@srilokhkaruturi srilokhkaruturi changed the title [fix] - fix small mistake on toCSV.html [fix] - fix wrong function declaration mistake on toCSV.js.html Oct 15, 2022
@srilokhkaruturi srilokhkaruturi changed the title [fix] - fix wrong function declaration mistake on toCSV.js.html [fix] - fix wrong function declaration mistake on toCSV.js.html & index.d.ts Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant