-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
ENH: inconsistent naming convention for read_excel column selection (#4988) #16488
Commits on May 26, 2017
-
implement changes request in PR#16488
- removed usecols mention in Other Enhancments section, remains in Deprecations. - removed test_parse_* test methods in favor of test_usecols_* methods. - changed parse_cols to usecols in test_read_one_empty_col_* instead of catching warning.
Configuration menu - View commit details
-
Copy full SHA for 52f2c11 - Browse repository at this point
Copy the full SHA 52f2c11View commit details -
ENH: inconsistent naming convention for read_csv and read_excel colum…
…n selection (#4988) update API to use ‘usecols’ instead of ‘parse_cols’. still functionally the same as ‘parse_col’, added test cases for ‘usecols’, added assert_produces_warning(FutureWarning) to other test cases that use ‘parse_cols’. refactor column use column parsing to only occur once per sheet. updated whats new with deprecated parse_col argument and other enhancements to usecols functionality. update documentation to show new usecols functionality in read_excel().
Configuration menu - View commit details
-
Copy full SHA for d681a0e - Browse repository at this point
Copy the full SHA d681a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4341de - Browse repository at this point
Copy the full SHA a4341deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e985488 - Browse repository at this point
Copy the full SHA e985488View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58669c - Browse repository at this point
Copy the full SHA d58669cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 058177b - Browse repository at this point
Copy the full SHA 058177bView commit details -
add
deprecate_kwarg
from_decorators
add `check_stacklevel=False` to `test_excel_oldindex_format()`
Configuration menu - View commit details
-
Copy full SHA for 03593a7 - Browse repository at this point
Copy the full SHA 03593a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6649157 - Browse repository at this point
Copy the full SHA 6649157View commit details
Commits on May 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ef487d9 - Browse repository at this point
Copy the full SHA ef487d9View commit details
Commits on May 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e60dc4c - Browse repository at this point
Copy the full SHA e60dc4cView commit details
Commits on May 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7efc4e8 - Browse repository at this point
Copy the full SHA 7efc4e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca29f4 - Browse repository at this point
Copy the full SHA 4ca29f4View commit details
Commits on May 31, 2017
-
TST: Avoid global state in matplotlib tests (#16539)
Replaces most uses of implicit global state from matplotlib in test_datetimelike.py. This was potentially causing random failures where a figure expected to be on a new, blank figure would instead plot on an existing axes (that's the guess at least).
Configuration menu - View commit details
-
Copy full SHA for 92d0799 - Browse repository at this point
Copy the full SHA 92d0799View commit details -
DOC: Update to docstring of DataFrame(dtype) (#14764) (#16487)
* Adding some more documentation on dataframe with regards to dtype * Making example for creating dataframe from np matrix easier
Configuration menu - View commit details
-
Copy full SHA for fbdae2d - Browse repository at this point
Copy the full SHA fbdae2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f80b0 - Browse repository at this point
Copy the full SHA d4f80b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0ea41 - Browse repository at this point
Copy the full SHA 9b0ea41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31ffdb - Browse repository at this point
Copy the full SHA d31ffdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d44f3 - Browse repository at this point
Copy the full SHA 03d44f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e437ad5 - Browse repository at this point
Copy the full SHA e437ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f4454 - Browse repository at this point
Copy the full SHA 58f4454View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee8346d - Browse repository at this point
Copy the full SHA ee8346dView commit details
Commits on Jun 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9d7afa7 - Browse repository at this point
Copy the full SHA 9d7afa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67c7aa - Browse repository at this point
Copy the full SHA a67c7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cab2b6b - Browse repository at this point
Copy the full SHA cab2b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a127a - Browse repository at this point
Copy the full SHA e0a127aView commit details -
BUG: Fixed to_html ignoring index_names parameter
closes #16493 Author: Christian Prinoth <christian@prinoth.name> Author: Tom Augspurger <tom.w.augspurger@gmail.com> Author: Christian Prinoth <c.prinoth@CPmbpro.local> Author: Jeff Reback <jeff.reback@twosigma.com> This patch had conflicts when merged, resolved by Committer: Jeff Reback <jeff.reback@twosigma.com> Closes #16495 from CRP/bugfix_16493 and squashes the following commits: 567ae69 [Jeff Reback] doc corrections 8429f9a [Tom Augspurger] Fixed lint error 469a0e6 [Christian Prinoth] BUG: fix for bug 16493 20d512f [Christian Prinoth] BUG: fix for bug 16493 6bef829 [Christian Prinoth] BUG: fix for bug 16493 426565e [Christian Prinoth] BUG: fix for bug 16493 a40820d [Christian Prinoth] BUG: fix for bug 16493
Configuration menu - View commit details
-
Copy full SHA for e3ee186 - Browse repository at this point
Copy the full SHA e3ee186View commit details -
BUG: fixed wrong order of ordered labels in pd.cut()
closes #16459 Author: economy <the.economy@gmail.com> This patch had conflicts when merged, resolved by Committer: Jeff Reback <jeff.reback@twosigma.com> Closes #16466 from economy/fix_cut and squashes the following commits: 29128b3 [economy] comments and whatsnew edits 3898b72 [economy] BUG: fixed wrong order of ordered labels in pd.cut()
Configuration menu - View commit details
-
Copy full SHA for d419be4 - Browse repository at this point
Copy the full SHA d419be4View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for fb47ee5 - Browse repository at this point
Copy the full SHA fb47ee5View commit details -
TST: writing invalid table names to sqlite (#16464)
* Add test for bug #13206. * Improve test by reading back the values from sql and comparing. Also fixes coding style violation.
Configuration menu - View commit details
-
Copy full SHA for 7b106e4 - Browse repository at this point
Copy the full SHA 7b106e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7760e3 - Browse repository at this point
Copy the full SHA a7760e3View commit details -
DOC: Remove incorrect elements of PeriodIndex docstring (#16553)
* DOC: Remove incorrect elements of PeriodIndex docstring See #9056. * Removed trailing space
Configuration menu - View commit details
-
Copy full SHA for 4ec98d8 - Browse repository at this point
Copy the full SHA 4ec98d8View commit details -
TST: Make HDF5 fspath write test robust (#16575)
The test_write_fspath_all test would fail on the HDF5 example occasionally (about 1/100 in my experience). Apparently you don't get an identical HDF5 every single time. This refactors that test out to its own where we write and read both versions, and compare equality that way.
Configuration menu - View commit details
-
Copy full SHA for a19f9fa - Browse repository at this point
Copy the full SHA a19f9faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e0d1f - Browse repository at this point
Copy the full SHA 72e0d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4408b - Browse repository at this point
Copy the full SHA fc4408bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db419bf - Browse repository at this point
Copy the full SHA db419bfView commit details
Commits on Jun 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8d092d9 - Browse repository at this point
Copy the full SHA 8d092d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f312da - Browse repository at this point
Copy the full SHA 5f312daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06f8347 - Browse repository at this point
Copy the full SHA 06f8347View commit details -
DOC: change doc build to python 3.6 (#16545)
* DOC: change doc build to python 3.6 * Remove pinning of pyqt to 4.x * Remove pinning of openpyxl * Add xsel to doc build for clipboard
Configuration menu - View commit details
-
Copy full SHA for ff0d1f4 - Browse repository at this point
Copy the full SHA ff0d1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e67d5 - Browse repository at this point
Copy the full SHA 31e67d5View commit details
Commits on Jun 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9e620bc - Browse repository at this point
Copy the full SHA 9e620bcView commit details -
PERF: vectorize _interp_limit (#16592)
* PERF: vectorize _interp_limit * CLN: remove old implementation * fixup! CLN: remove old implementation
Configuration menu - View commit details
-
Copy full SHA for 473615e - Browse repository at this point
Copy the full SHA 473615eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3b0c3 - Browse repository at this point
Copy the full SHA ce3b0c3View commit details -
BUG: convert numpy strings in index names in HDF #13492 (#16444)
* BUG: Handle numpy strings in index names in HDF5 #13492 * REF: refactor to _ensure_str
Configuration menu - View commit details
-
Copy full SHA for 18c316b - Browse repository at this point
Copy the full SHA 18c316bView commit details -
ERRR: Raise error in usecols when column doesn't exist but length mat…
Configuration menu - View commit details
-
Copy full SHA for 50a62c1 - Browse repository at this point
Copy the full SHA 50a62c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91057f3 - Browse repository at this point
Copy the full SHA 91057f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf99975 - Browse repository at this point
Copy the full SHA bf99975View commit details
Commits on Jun 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 697d026 - Browse repository at this point
Copy the full SHA 697d026View commit details
Commits on Jun 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 10c17d4 - Browse repository at this point
Copy the full SHA 10c17d4View commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dfebd8a - Browse repository at this point
Copy the full SHA dfebd8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b44868 - Browse repository at this point
Copy the full SHA 2b44868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 722b386 - Browse repository at this point
Copy the full SHA 722b386View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73930c5 - Browse repository at this point
Copy the full SHA 73930c5View commit details
Commits on Jun 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9fdea65 - Browse repository at this point
Copy the full SHA 9fdea65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789f7bb - Browse repository at this point
Copy the full SHA 789f7bbView commit details -
CLN: make license file machine readable (#16649)
Splits extra information about the license and copyright holders to AUTHORS.md.
Configuration menu - View commit details
-
Copy full SHA for 5aba665 - Browse repository at this point
Copy the full SHA 5aba665View commit details
Commits on Jun 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ec6bf6d - Browse repository at this point
Copy the full SHA ec6bf6dView commit details -
COMPAT: numpy 1.13 test compat (#16654)
* COMPAT: numpy 1.13 test compat * CI: fix doc build to 1.12
Configuration menu - View commit details
-
Copy full SHA for dc716b0 - Browse repository at this point
Copy the full SHA dc716b0View commit details -
implement changes request in PR#16488
- removed usecols mention in Other Enhancments section, remains in Deprecations. - removed test_parse_* test methods in favor of test_usecols_* methods. - changed parse_cols to usecols in test_read_one_empty_col_* instead of catching warning.
Configuration menu - View commit details
-
Copy full SHA for d6c3189 - Browse repository at this point
Copy the full SHA d6c3189View commit details -
ENH: inconsistent naming convention for read_csv and read_excel colum…
…n selection (#4988) update API to use ‘usecols’ instead of ‘parse_cols’. still functionally the same as ‘parse_col’, added test cases for ‘usecols’, added assert_produces_warning(FutureWarning) to other test cases that use ‘parse_cols’. refactor column use column parsing to only occur once per sheet. updated whats new with deprecated parse_col argument and other enhancements to usecols functionality. update documentation to show new usecols functionality in read_excel().
Configuration menu - View commit details
-
Copy full SHA for 5682a05 - Browse repository at this point
Copy the full SHA 5682a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8025c0c - Browse repository at this point
Copy the full SHA 8025c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f07a002 - Browse repository at this point
Copy the full SHA f07a002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440e6a6 - Browse repository at this point
Copy the full SHA 440e6a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f299ea2 - Browse repository at this point
Copy the full SHA f299ea2View commit details -
add
deprecate_kwarg
from_decorators
add `check_stacklevel=False` to `test_excel_oldindex_format()`
Configuration menu - View commit details
-
Copy full SHA for 5948c01 - Browse repository at this point
Copy the full SHA 5948c01View commit details -
Merge branch 'issue#4988' of https://github.com/abarber4gh/pandas int…
…o issue#4988 * 'issue#4988' of https://github.com/abarber4gh/pandas: add `deprecate_kwarg` from `_decorators` add `check_stacklevel=False` to `test_excel_oldindex_format()` removed excess blank line. change parse_cols to usecols change tests keyword from parse_cols to usecol. no message ENH: inconsistent naming convention for read_csv and read_excel column selection (#4988) implement changes request in PR#16488 - removed usecols mention in Other Enhancments section, remains in Deprecations. - removed test_parse_* test methods in favor of test_usecols_* methods. - changed parse_cols to usecols in test_read_one_empty_col_* instead of catching warning. rebased
Configuration menu - View commit details
-
Copy full SHA for dd7dc30 - Browse repository at this point
Copy the full SHA dd7dc30View commit details -
Configuration menu - View commit details
-
Copy full SHA for a525222 - Browse repository at this point
Copy the full SHA a525222View commit details