Skip to content

Instantly share code, notes, and snippets.

@gavinwhyte
Last active December 29, 2017 07:53
Show Gist options
  • Save gavinwhyte/f0971267f74461fc59bb97e357b139d0 to your computer and use it in GitHub Desktop.
Save gavinwhyte/f0971267f74461fc59bb97e357b139d0 to your computer and use it in GitHub Desktop.
CondaArrow
// Create an apache arrow environment in conda
// Note files will be stores in parquet format and read into a Pandas data frame, for manipulation.
conda create --name arrow pandas
conda install --name arrow pyarrow=0.8.* -c conda-forge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment