-
Notifications
You must be signed in to change notification settings - Fork 29
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 frame class #7
Comments
Hi, Does that sound Okay? BTW, looks like the daily build broke again today. So will try to fix it. I am based out of India. Timezone +5:30. My skype id is shailesh.kumar.in |
Looks like the new build error is not even in the source code. I am wondering if something has gone wrong in the compiler itself today. https://travis-ci.org/indigits/scirust/builds/51750177 2.54s$ cargo build --verbose && cargo test --verbose |
The build it back now (without any change from me). So it was indeed a compiler/cargo issue. |
I am considering implementing something like the python pandas DataFrame which is usually used to hold statistical items (possibly mixed types) with column and row indexes. I think this is the library to do that in unless you think it should be implemented externally. I wanted to get your view on it before implementing this under the scirust umbrella.
If you think this is the library for it, where in the structure should the source file go? Possibly a new folder under
src/
?The text was updated successfully, but these errors were encountered: