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

Generalise all conversion and export methods #14

Open
nl253 opened this issue Nov 26, 2019 · 0 comments
Open

Generalise all conversion and export methods #14

nl253 opened this issue Nov 26, 2019 · 0 comments
Labels
enhancement Improvement to existing stuff
Projects

Comments

@nl253
Copy link
Owner

nl253 commented Nov 26, 2019

df.toJSON, df.toHTML, df.toObj and df.toCSV have a lot in common. They all use the internal structure of the DataFrame object to convert it to something if no args are supplied. If an argument is supplied then it's treated as the file name of where the result of conversion can be saved. The task is to generalise all of these methods and make them partials of the new method.

@nl253 nl253 added the enhancement Improvement to existing stuff label Nov 26, 2019
@nl253 nl253 added this to To do in Features Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing stuff
Projects
Features
  
To do
Development

No branches or pull requests

1 participant