-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Store SPY in csv instead? #111
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
Comments
Pandas doesn't support hdf5 natively? What's the additional requirement? |
|
We could also store in a zip, the file sizes may get large |
I'm not overly worried about that since it's only one ticker. I just remembered that we also have the fama french stuff in hdf5. That one might be a bit larger. Anyway, if size is indeed a concern we should probably stick to hdf5 and eat the dependency. |
Seems like csv is actually smaller, at least for the fama french factors.
|
Closed with #119. |
Although hdf5 is certainly the better format it's an additional requirement. For this simple file we might want to just use
csv
instead.The text was updated successfully, but these errors were encountered: