forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
update #1
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
Merged
Merged
update #1
Conversation
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
…metadata in Parquet file schema (#25709)
Clarify the definition of replace parameter
* Add example for Series.str.slice()
* CI: pytest, xdist
* BUG: Fix groupby quantile segfault Validate that q is between 0 and 1. Closes #27470 * prettier
* Avoid calling S3File.s3 When reading from s3 using fastparquet. This attribute was removed in s3fs 0.3.0. This change avoids accessing it by using a new method get_file_and_filesystem which returns the filesystem in addition to the file.
* BUG: add back check for MultiIndex case and take_split_path * update comment * add simpler test + whatsnew
changed `Iterator over` --> `Iterate over` closes #27861
* BUG: Fixed PandasArray.__setitem__ with str Closes #28118
* Parametrized non unique column test * Parametrized non-unique index tests * Removed skip for values test * Blackify * Parametrized doubled_encoded_labels test * Parametrized 'biggie' test case * Parametrized basic test * simplified test names * int case * Parametrized categorical case * Parametrized empty test case * parametrized ts data * Parametrized mixed case * Removed unnecessary test * Blackify * moved position of dtype parametrization * Parametrized bad_data_raises test * broke off infinity test * parametrized precision test * parametrized infer words * Renamed df_orient to just orient for reuse * parametrized basic series test * Added default orient test * Parametrized empty series test * Parametrized series timeseries test * parametrized series numeric case * Removed unnecessary series roundtrip test * Parametrized date unit test * Parametrized utc test * parametrized ts_range_utc test * Removed py2 compat code * blackify * Parametrized infinity test * parametrized missing data test * Blackify * flake fixup * Comment cleanup * Fix up astypes * Py35 compat * 32 bit compat * PY35 compat * lint fixup * Revert Py35 compat * 32 bit compat restriction * PY35 columns orient sorting * Added missing import * More Py35 compat * Final Py35 compat (hopefully) * Final Py35 compat (hopefully) redux * Windows int fix * Invoke func * 32 bit compat fix * more 32 bit compat * Excepted split from int dtype check * Removed windows compat * Windows test compat * Fixed conftest docstring * Added TODO * Reverted changes to test_frame_from_json_to_json * Removed unused import * Added comment for nanosecond -> ms conversion * Removed duplicate StringIO usage * Used more standard approach for various expected outputs * removed numeric underscores
…ly provided (#28417) * Updated MultiIndex.from_product to infer names * Respect None names in from_arrays
* DEV: skip pandas/__init__.py in isort's pre-commit hook * also add core api
* Fix `FastParquetImpl.write` for non-existent file
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.
No description provided.