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

Data.load_file should automatically detect the filetype #15

Closed
pseudocubic opened this issue Sep 23, 2014 · 2 comments
Closed

Data.load_file should automatically detect the filetype #15

pseudocubic opened this issue Sep 23, 2014 · 2 comments
Assignees

Comments

@pseudocubic
Copy link
Contributor

Currently, filetype must be defined by the user with the mode kwarg, but mode='auto' should be the default, and filetype should be detected automatically based on the file contents.

@pseudocubic pseudocubic self-assigned this Sep 23, 2014
@pseudocubic pseudocubic added this to the 0.3 File type support milestone Sep 23, 2014
@pseudocubic
Copy link
Contributor Author

Data.load_file is being depreciated in favor of load() function which will autodetect filetype and generate a new Data object

@pseudocubic
Copy link
Contributor Author

Addressed by 2e125c7

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

1 participant