Skip to content

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 877 commits into from
Sep 19, 2019
Merged

update #1

merged 877 commits into from
Sep 19, 2019

Conversation

endremborza
Copy link
Owner

No description provided.

wesm and others added 30 commits August 8, 2019 15:38
Clarify the definition of replace parameter
* Add example for Series.str.slice()
* 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
TomAugspurger and others added 29 commits September 17, 2019 07:45
* 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
@endremborza endremborza merged commit 79a08d7 into endremborza:master Sep 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.