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

Implement beta auto analysis #43

Open
bbengfort opened this issue Jan 8, 2016 · 6 comments
Open

Implement beta auto analysis #43

bbengfort opened this issue Jan 8, 2016 · 6 comments

Comments

@bbengfort
Copy link
Member

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:

  • No third party dependencies except unicodecsv and numpy.
@wleepang
Copy link

wleepang commented Jun 2, 2016

I'd like to work on this! How do I become a collaborator on the project?

@bbengfort
Copy link
Member Author

Sorry, just going through all the issues now. Are you at our sprint?

On Thursday, June 2, 2016, W. Lee Pang, PhD [email protected]
wrote:

I'd like to work on this! How do I become a collaborator on the project?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#43 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAth7tjK-g2BuJJT_-ZQHJOdbE1bm7bPks5qHwIwgaJpZM4HA4-Q
.

Sent from Gmail Mobile

@wleepang
Copy link

wleepang commented Jun 3, 2016

Unfortunately, I had to leave the conference before the sprints.

@wleepang
Copy link

wleepang commented Jun 3, 2016

Would you be opposed to using pandas for this?

@bbengfort
Copy link
Member Author

bbengfort commented Jun 3, 2016 via email

@bbengfort bbengfort modified the milestones: Version 0.3, Version 0.4 Jul 9, 2016
@rebeccabilbro
Copy link
Member

See issue #14 - research will be needed to proceed with this issue. Once completing #14 (and possibly just ripping the messytables implementation, close and proceed with this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants