-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-2066: [Python] Document using pyarrow with Azure Blob Store #1544
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
Closed
rjrussell77
wants to merge
25
commits into
apache:master
from
rjrussell77:arrow-2066-docs-azure-parquet
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
eb643e4
ARROW-2066 Add documentation for Arrow/Azure/Parquet solution
rjrussell77 6841116
Polish the formatting
rjrussell77 5365a9c
Add helpful notes about Azure properties
rjrussell77 5fbea89
Add a note about keys and add polish
rjrussell77 26a53e4
Fix formatting
rjrussell77 7bab640
Refine indented bullet and fix title underline
rjrussell77 718bd94
Fix unintended italics
rjrussell77 f130e04
Change wording a bit
rjrussell77 83a38c4
Try to fix italics
rjrussell77 6fd9f70
remove inline edits
rjrussell77 34c5a16
Fix formatting
rjrussell77 599e04f
Fix formatting
rjrussell77 1815816
fix formatting
rjrussell77 a015deb
Fix formatting
rjrussell77 051b91d
Fix formatting
rjrussell77 803cbca
Use asterisks for list
rjrussell77 4c75824
Try moving the bullet to remove italics
rjrussell77 4770de1
fix
rjrussell77 5d450fc
fix
rjrussell77 654a6f9
Add back original Notes bullets
rjrussell77 36f7378
Replace usage of tempfile buffer with BytesIO stream
rjrussell77 1fe9866
Add try/except/finally blocks to ensure closure of the byte stream
rjrussell77 f056888
Clean up white space
rjrussell77 a5addb0
use more common 'df' instead of 'pd' for pandas dataframe variable, r…
rjrussell77 0d3972c
Add missing byte_stream declaration/assignment
rjrussell77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xhochy Ok, I've responded to your last set of feedback. How are we looking now?