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

Allow SD card to store python pickle objects #115

Open
robmarkcole opened this issue Nov 9, 2018 · 0 comments
Open

Allow SD card to store python pickle objects #115

robmarkcole opened this issue Nov 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@robmarkcole
Copy link

Feature Request 🚀

Hi
I am collecting data from a bunch of sensors, placing it in a dict, then dumping the dict as a json string to a text file that's saved to the SD card following the docs example. I then have to load the data into pandas on my laptop, it's all a but tedious. Much nicer would be if I could just dump straight into a dataframe that was then pickled on the SD card, and could then be loaded straight into pandas

@danspndl danspndl added the enhancement New feature or request label Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants