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

Pickling of Frames #1444

Merged
merged 5 commits into from
Nov 23, 2018
Merged

Pickling of Frames #1444

merged 5 commits into from
Nov 23, 2018

Conversation

st-pasha
Copy link
Contributor

@st-pasha st-pasha commented Nov 23, 2018

  • Frame now supports pickle interface;
  • when copying a Frame, its key property is no longer lost;
  • Frame.save() can now also be called without any arguments -- it will save the Frame into memory in Jay format, and return the bytes object containing the Frame's data;
  • dt.open() can now accept a bytes argument -- same as returned from Frame.save().

Closes #1442
Closes #1443

@st-pasha st-pasha self-assigned this Nov 23, 2018
@st-pasha st-pasha merged commit b62faff into master Nov 23, 2018
@st-pasha st-pasha deleted the pickle branch November 23, 2018 20:57
@arnocandel arnocandel restored the pickle branch November 26, 2018 23:25
@arnocandel arnocandel deleted the pickle branch November 26, 2018 23:25
@arnocandel arnocandel restored the pickle branch November 26, 2018 23:26
@st-pasha st-pasha added this to the Release 0.8.0 milestone Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frame.copy() does not copy key columns Implement pickling datatable Frames
1 participant