-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
TST: added ensure_clean file cleanup context manager for file based test Testing pandas testing functions or related to the test suite
SQL: bunch of fixes based on the old tests IO SQL to_sql, read_sql, read_sql_query Testing pandas testing functions or related to the test suite
TST: disable stata tests on big-endian (GH5781) / fix datetime64[ns] comparison on big-endian (GH7265) Testing pandas testing functions or related to the test suite
BLD/TST/DEV: update tox to use python 3.4 Testing pandas testing functions or related to the test suite
TST: add tests for algos.factorize (GH6212) Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Testing pandas testing functions or related to the test suite
TST: nose.SkipTest on RemoteDataErrors in tests for io.data.Options Testing pandas testing functions or related to the test suite
BUG: Make copies of certain interpolate arguments (GH7295) Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
CLN: Convert last of assert_(x == y) to assertEqual Testing pandas testing functions or related to the test suite
#6308 by bwignall was merged Feb 12, 2014 Loading… updated Jun 17, 2014
TST: Changed the error raised by no tables in data.Options IO Network Local or Cloud (AWS, GCS, etc.) IO Issues Testing pandas testing functions or related to the test suite Unreliable Test Unit tests that occasionally fail
CLN: More work on converting assert_'s to specialized forms Testing pandas testing functions or related to the test suite
DOC/TST: small change to 10min.rst / fixes for (GH7252, GH7263) Testing pandas testing functions or related to the test suite
2
CLN: Specialize assert_(np.array_equal(...)) Testing pandas testing functions or related to the test suite
CLN: Converting assert_'s to specialized forms, in pandas/*/tests Testing pandas testing functions or related to the test suite
TST: rec arrays don't support datetimes in creation on certain platforms, related (GH6140) Testing pandas testing functions or related to the test suite
add unit tests for nanops Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
TST: io.data.Options changes to avoid test failures on bad data. IO Data IO issues that don't fit into a more specific label Testing pandas testing functions or related to the test suite
TST/CLN: centralize module check funcs Testing pandas testing functions or related to the test suite
Add test for core.nanops and fix several bugs in nanops Bug Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations Testing pandas testing functions or related to the test suite
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.