-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement beta auto analysis #43
Comments
I'd like to work on this! How do I become a collaborator on the project? |
Sorry, just going through all the issues now. Are you at our sprint? On Thursday, June 2, 2016, W. Lee Pang, PhD [email protected]
Sent from Gmail Mobile |
Unfortunately, I had to leave the conference before the sprints. |
Would you be opposed to using pandas for this? |
not necessarily, though I think messytables does a better job than pandas.
Not sure if we're ready for the pandas dependency or not. I'd hold off on
this though - it seems like someone is working on it.
|
Create a module in Trinket for auto analysis (we need a good name for it). It should expose a single function or class at it's root that can be used within a celery task.
This function/class should take as input a file-like object and generic keyword arguments (
**kwargs
).As output, the function should return a tuple/list whose length is the (maximum) number of columns in the dataset, and whose values contain the datatype of each column, ordered by column index.
Other stuff:
The text was updated successfully, but these errors were encountered: