Last active
August 5, 2019 17:38
-
-
Save BryanCutler/e5aaef1b5e4666201b4a9be03c0db4a0 to your computer and use it in GitHub Desktop.
TensorFlow Arrow Blog Part 4 - ArrowStreamDataset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tensorflow_io.arrow as arrow_io | |
ds = arrow_io.ArrowStreamDataset.from_pandas( | |
df, | |
batch_size=2, | |
preserve_index=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment