Added negative slicing capabilities to _slice_1d().#1
Merged
mrocklin merged 1 commit intomrocklin:slicingfrom Jan 22, 2015
nevermindewe:master
Merged
Added negative slicing capabilities to _slice_1d().#1mrocklin merged 1 commit intomrocklin:slicingfrom nevermindewe:master
mrocklin merged 1 commit intomrocklin:slicingfrom
nevermindewe:master
Conversation
This should complete dask block slicing. Many test cases have been added. Python 2 does not have an accumulate() in itertools, but python 3 does, so I added the reference implementation to compatibility.py
Owner
There was a problem hiding this comment.
Cool. I actually had to verify these using an interpreter. Good to know that we're beyond what's intuitive.
Owner
|
This looks great |
mrocklin
added a commit
that referenced
this pull request
Jan 22, 2015
Added negative slicing capabilities to _slice_1d().
mrocklin
pushed a commit
that referenced
this pull request
Jun 30, 2015
mrocklin
pushed a commit
that referenced
this pull request
Apr 5, 2017
Add index=False description to read_parquet
mrocklin
pushed a commit
that referenced
this pull request
Apr 18, 2019
* Add name kwarg to from_zarr (#1) * Add name kwarg to from_zarr * added default from_zarr naming convention per jrbourbeau * flake8 fix * Added test for from_zarr name hashing * added name test * update from_zarr docstring * grammer curl Co-Authored-By: mpeaton <mpeaton@users.noreply.github.com> * python-snappy
mrocklin
pushed a commit
that referenced
this pull request
Jul 21, 2025
Updates `ReadParquet` to use metadata-parsing and IO logic from `dask.dataframe.io.parquet`. Requires dask#9637 (only because my environment was using that PR when I put this together).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This should complete dask block slicing.
Many test cases have been added.
Python 2 does not have an accumulate() in itertools, but python 3 does,
so I added the reference implementation to compatibility.py