Skip to content

Instantly share code, notes, and snippets.

@BryanCutler
Last active August 5, 2019 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BryanCutler/e5aaef1b5e4666201b4a9be03c0db4a0 to your computer and use it in GitHub Desktop.
Save BryanCutler/e5aaef1b5e4666201b4a9be03c0db4a0 to your computer and use it in GitHub Desktop.
TensorFlow Arrow Blog Part 4 - ArrowStreamDataset
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