Skip to content

BUG: resampling with NaT in TimedeltaIndex (#13223) #14649

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

Closed
wants to merge 354 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
354 commits
Select commit Hold shift + click to select a range
303541e
DOC: fix doc build warnings (#15505)
jorisvandenbossche Feb 25, 2017
b3ae4c7
DOC: Fix versionadded for cond in .where (#15509)
gfyoung Feb 25, 2017
fb7dc7d
BUG: Parse two date columns broken in read_csv with multiple headers
stephenrauch Feb 27, 2017
6c17f67
BUG: GH15426 timezone lost in groupby-agg with cython functions
stephenrauch Feb 27, 2017
25dcff5
BUG: Fix a bug occuring when using DataFrame.to_records with unicode
AlexisMignon Jun 16, 2016
55eccd9
BUG: reindex_like after shape comparison
jojomdt Feb 27, 2017
fed1827
TST: DataFrame.hist() does not get along with matplotlib.pyplot.tight…
ResidentMario Feb 27, 2017
e15de4d
CLN: remove pandas/io/gbq.py and tests and replace with pandas-gbq
jreback Feb 27, 2017
251826f
BUG: GH15429 transform result of timedelta from datetime
jreback Feb 27, 2017
61fa8be
BUG: fix groupby.aggregate resulting dtype coercion, xref #11444, #13046
jreback Feb 27, 2017
e0647ba
DOC: Update contributing for test_fast, fix doc Windows build (#15523)
Dr-Irv Feb 27, 2017
edd2939
BUG: fix to_gbq calling convention; now its a bound method of DataFrame
jreback Feb 28, 2017
23889d3
BUG: fix calling convention for to_gbq, take 2
jreback Feb 28, 2017
7b84eb6
DEPR: rename consolidate to _consolidate and create deprecation warni…
GuessWhoSamFoo Feb 28, 2017
dd368eb
DEPR: remove pd.TimeSeries & Series.is_time_series
jreback Feb 28, 2017
d0a281f
BUG: DataFrame index & column returned by corr & cov are the same (#1…
mroeschke Feb 28, 2017
2340fb8
BLD: fix 2.7_LOCALE build
jreback Mar 1, 2017
1c106c8
PERF: Rank categorical perf
jeet63 Mar 1, 2017
4121c75
COMPAT: if docstring_wrapper is activated on a class, don't fail
jreback Mar 2, 2017
5441d39
DOC: add pandas-gbq to doc-build
jreback Mar 2, 2017
29d81f3
DOC: Styler.set_table_attributes docstring
chris-b1 Mar 2, 2017
3f91d5a
TST: split tests/format/test_format.py (#15546)
jreback Mar 2, 2017
2eb6d38
CLN: remove deprecated irow, icol, iget, iget_value (GH10711)
jorisvandenbossche Mar 2, 2017
d92a759
DOC: revert gbq doc-strings to be in-line rather than wrapped
jreback Mar 2, 2017
37fe2c4
ENH: Added FrozenList difference setop
benthayer Mar 2, 2017
f000a4e
BUG: Fix index for datetime64 conversion. Fixes #13937
amolkahat Mar 2, 2017
cd67704
TST: remove deprecated usages of FrozenList.__add__ from test code
jreback Mar 2, 2017
211ecd5
Make Series.map() documentation a bit more verbose
manuels Mar 2, 2017
24a2155
ENH: Added multicolumn/multirow support for latex (#14184)
hein09 Mar 3, 2017
524a9a0
DEPR: deprecate some top-level non-used functions (#15538)
jreback Mar 3, 2017
0b07b07
BUG: Set frequency for empty Series
sahildua2305 Mar 3, 2017
04e1168
BUG: syntax error in hdf query with ts
chris-b1 Mar 3, 2017
7ae4fd1
BUG: handle empty lists in json_normalize (#15535)
rgbkrk Mar 4, 2017
07ac39e
ENH: Added to_json_schema (#14904)
TomAugspurger Mar 4, 2017
ee406d2
DEPR/CLN: remove SparseTimeSeries class (follow-up GH15098) (#15567)
jorisvandenbossche Mar 4, 2017
d652485
Revert FrozenList changes (doc build slowdown, #15559)
jorisvandenbossche Mar 4, 2017
5f0b69a
DEPR: silence some deprecation warnings
jreback Mar 4, 2017
ca6d88b
CLN: clean up PeriodIndex constructor
max-sixty Mar 4, 2017
ed2a2e4
BUG: pivot_table over Categorical Columns
Mar 4, 2017
0b77680
DOC: fix build_table_schema docs (#15571)
jorisvandenbossche Mar 4, 2017
c198e28
BUG: DataFrame.isin empty datetimelike (#15570)
chris-b1 Mar 5, 2017
f5b7bcb
BUG: Groupby.cummin/max DataError on datetimes (#15561) (#15569)
mroeschke Mar 5, 2017
0159dc2
DOC: reset table_schema option after example (#15572)
jorisvandenbossche Mar 5, 2017
a00ad37
ENH: str.replace accepts a compiled expression (#15456)
rouzazari Mar 5, 2017
84bbeae
TST: fix test str_replace error messge (#15456)
jorisvandenbossche Mar 5, 2017
f4a03d9
Update dtypes.py (#15577)
petioptrv Mar 5, 2017
5067708
BUG: Floating point accuracy with DatetimeIndex.round (#14440)
mroeschke Mar 5, 2017
09360d8
PERF: faster unstacking
jreback Mar 5, 2017
dc32350
API: return Index instead of array from datetime field accessors (GH1…
jorisvandenbossche Mar 6, 2017
0bf4532
Revert "API: return Index instead of array from datetime field access…
jorisvandenbossche Mar 6, 2017
c61b350
DOC: updated badges
jreback Mar 6, 2017
7740231
DOC: remove wakari.io section (#15596)
mandel01 Mar 6, 2017
e097bf5
DOC: remove Panel4D from the API docs #15579 (#15598)
yinleon Mar 7, 2017
1123982
CLN: Moved freeze_panes validation to io/excel.py (#15160)
jeffcarey Mar 7, 2017
fdee922
BUG: Timestamp.round precision error for ns (#15578)
mroeschke Mar 7, 2017
38a34be
BUG: repr SparseDataFrame after setting a value
kernc Mar 7, 2017
a347ecb
DOC/BUILD: Parallelize doc build
jreback Mar 7, 2017
c52ff68
BUG: fix SparseSeries reindex by using Series implementation
toobaz Mar 7, 2017
648ae4f
BLD: consolidate remaining extensions
jreback Mar 7, 2017
9da0e0b
CLN: clean up Makefile & fix lib.pyx deps
jreback Mar 8, 2017
8daf677
DOC: fix appeveyor badge to point to pandas-dev account
jreback Mar 8, 2017
c9d4e0b
BUG: make Series.sort_values(ascending=[False]) behave as ascending=F…
Mar 8, 2017
11c9479
DOC: remove gbq references / clean some whatsnew
jreback Mar 8, 2017
d32acaa
BUG: pd.cut with bins=1 and input all 0s
luca-s Mar 8, 2017
b508a04
BLD: fix linting wrt to #15537, changes in location of pandas/src (#1…
jreback Mar 8, 2017
3d69988
DOC: more whatsnew fixing
jreback Mar 8, 2017
54e71a7
DOC: fix link to offset strings in resample method (#15619)
DaanVanHauwermeiren Mar 8, 2017
1a75f49
DOC: make it possible to run doctests (#15626)
jorisvandenbossche Mar 9, 2017
2229c26
DOC: add example for DataFrame.resample: keywords on and level (#15627)
DaanVanHauwermeiren Mar 9, 2017
a1d3ff3
DOC: resolved mistakes in examples series (#15625)
MichielStock Mar 9, 2017
ae0a92a
ENH: to_string/to_latex now accept list-like header arg for overwriti…
mcocdawc Mar 9, 2017
27b0ba7
DOC: add documentation to IndexSlice (#15623)
jdcla Mar 9, 2017
df6783f
DOC: remove to_gbq from api.rst as not directly callable (DataFrame.t…
jreback Mar 9, 2017
a4bba28
DOC: use mathjax on sphinx - #15469 Exponentially Weighed Windows pag…
cdemulde Mar 9, 2017
0cfc950
ENH: add compression support for 'read_pickle' and 'to_pickle'
goldenbull Mar 9, 2017
5667a3a
TST: fix up compression tests / docs
jreback Mar 9, 2017
470c327
DOC: remove latex and parallel building (#15637)
jorisvandenbossche Mar 9, 2017
a703abc
DOC: increase recursion limit on sphinx builds (#15641)
jreback Mar 10, 2017
2203808
DEPR: remove more .ix warnings from tests
jreback Mar 10, 2017
4ce9c0c
BUG: Incorrect value updating for groupby.cummin/max (#15635)
mroeschke Mar 10, 2017
a37c610
DOC GH15643 Removed pytest-xdist from requirements_dev.txt file (#15646)
linebp Mar 10, 2017
94c6c0c
DOC: add examples to DataFrame.dropna (#15620)
JennaVergeynst Mar 10, 2017
67d529a
DOC: doc warnings
jreback Mar 10, 2017
1be66ac
ENH: Native conversion from/to scipy.sparse matrix to SparseDataFrame
kernc Mar 10, 2017
15e8e9a
BUG: Error when specifying int index containing NaN
gfyoung Mar 10, 2017
5dee1f1
API: Drop DataFrame.iterkv()
gfyoung Mar 10, 2017
026e748
BUG/API: .merge() and .join() on category dtype columns will now pres…
jreback Mar 10, 2017
aa53e4f
API: Drop the name parameter from Categorical
gfyoung Mar 11, 2017
5eac08a
MAINT: Remove testing.assert_isinstance (#15652)
gfyoung Mar 11, 2017
e0b37f9
CLN: Cleanup tests for .rank()
rouzazari Mar 12, 2017
a212738
DOC: fix typo in timeseries documentation (#15666)
adamjstewart Mar 12, 2017
7c5ebd5
Fix another typo in the timeseries documentation (#15667)
adamjstewart Mar 12, 2017
3510956
BLD: make 3.6 use *only* conda-forge channels
jreback Mar 12, 2017
56b5a30
TST: skip scipy tests for >= 0.19.0 as needed in interpolation / wind…
jreback Mar 12, 2017
7d04391
COMPAT: free parser memory at close() for non-refcnt gc
mattip Mar 13, 2017
97c065e
DOC: typo in merge.rst
jreback Mar 13, 2017
03dca96
DOC: correct whatsnew note of #15515
jorisvandenbossche Mar 13, 2017
32df1e6
DOC: typo in merge.rst
jreback Mar 13, 2017
998c801
TST: fix errant tight_layout test (#15671)
ResidentMario Mar 13, 2017
05d70f4
DOC: use shared docs on Index._convert_list_indexer (#15678)
jreback Mar 13, 2017
7d34d4d
BUG: upcasting on reshaping ops #13247
jaehoonhwang Mar 14, 2017
c7c74ad
DOC/TST: clean up docs & tests, xref #15594
jreback Mar 14, 2017
2621b31
BUG: Allow multiple 'by' parameters in merge_asof() when DataFrames a…
Mar 14, 2017
2cad4dd
DOC: elevate deprecations / removals to top-level of whatsnew doc to …
jreback Mar 14, 2017
76e5185
compatibility with scipy 0.19
zym1010 Mar 15, 2017
6821291
ENH: use constant f32 eps, not np.finfo() during import
jzwinck Mar 15, 2017
e7956c4
TST: reorg tests_multilevel.py tests
jreback Mar 15, 2017
37e5f78
BUG: Group-by numeric type-coercion with datetime
gwpdt Mar 16, 2017
fe15466
CI: remove dev-scipy from testing on numpy-dev build as really old wh…
jreback Mar 16, 2017
3cac2d5
MAINT: test with manylinux numpy/scipy pre-release (#15702)
matthew-brett Mar 16, 2017
acb9d01
TST: missing __init__.py file in pandas/tests/io/sas
jreback Mar 16, 2017
61f6f63
TST: report the exit code on pandas.test() exit
jreback Mar 16, 2017
d313808
CI: re-enable miniconda cache
jreback Mar 17, 2017
087c2f1
TST: Replace check_package with skip_if_no_package (#15709)
gfyoung Mar 17, 2017
b69c877
DOC: Add gotcha about flake8-ing diff
gfyoung Mar 17, 2017
3ba68a7
TST: don't catch, but supress warnings in panel4d/panelnd (#15705)
jreback Mar 17, 2017
de17fd9
BUG: TZ-aware Series.where() appropriately handles default other=nan …
Mar 17, 2017
a73e451
TST: remove rest of yield warnings (#15708)
jreback Mar 17, 2017
2c3f808
CI: actually use the miniconda cache :>
jreback Mar 17, 2017
d968260
TST: only catch deprecation warnings for top-level module imports (#1…
jreback Mar 17, 2017
f0533e4
CI: fix cache again
jreback Mar 17, 2017
0d9d27c
CI: typo in using ccache
jreback Mar 17, 2017
0ad8976
DOC: Update broken link in cookbook.rst #15605
lorenzocestaro Mar 17, 2017
ad3d886
CI: don't fail if our env already exists in caching
jreback Mar 17, 2017
a1b118c
CI: remove caching for miniconda itself (#15722)
jreback Mar 17, 2017
043efa6
CI: remove miniconda from actual cache scripts
jreback Mar 17, 2017
5e96fb0
CI: install ccache on osx
jreback Mar 17, 2017
a9c8239
MAINT: Drop take_last kwarg from method signatures
gfyoung Mar 18, 2017
ee19222
TST: move pandas/tests/io/test_date_converters.py to pandas/tests/io/…
jaehoonhwang Mar 18, 2017
492b8f7
CI: install nomkl to speed building (#15728)
jreback Mar 18, 2017
be2dad1
DOC: Fix typos in merge_asof() docstring (#15729)
chrisaycock Mar 18, 2017
6a52c15
TST: move conftest.py to top-level (#15731)
jreback Mar 18, 2017
fe8420a
CI: remove 3.5 appveyor build (#15730)
jreback Mar 18, 2017
6333412
CI: turn on cache for osx (#15733)
jreback Mar 18, 2017
59b88ab
Revert "TST: move conftest.py to top-level (#15731)"
jreback Mar 18, 2017
5f4a5b4
TST: clean up build testing
jreback Mar 19, 2017
9ab57dc
MAINT: Drop order and sort from pandas objects (#15735)
gfyoung Mar 19, 2017
bd24926
DOC: Fix typo in docstring param name (#15739)
jzwinck Mar 20, 2017
b1e29db
BUG: Fix linux clipboard QApplication() creation
pankajp Mar 20, 2017
8bde21a
BUG: replace coerces incorrect dtype
sinhrks Mar 20, 2017
771e36c
BUG: tz aware Timestamp field accessors returns local values (#13303)
mroeschke Mar 20, 2017
2b45e44
DOC: Patch new flake8 command grep
gfyoung Mar 20, 2017
bff47f2
MAINT: Remove Long and WidePanel (#15748)
gfyoung Mar 20, 2017
f2e942e
PERF: Improve drop_duplicates for bool columns (#12963)
mroeschke Mar 20, 2017
92239f5
CI: trying for osx cache again
jreback Mar 20, 2017
8c80b6b
Fix num_days in PandasAutoDateLocator (#14716)
wiktortomczak Mar 21, 2017
783ae69
CI: set path for osx ccache
jreback Mar 21, 2017
1e753d7
CLN: replace _interleave_dtype with _find_common_type
jreback Mar 21, 2017
aa9d0cf
BUG: various 32bit compat issues
jreback Mar 21, 2017
19c8032
DOC: Ensure basic flake8 diff checks only Python (#15769)
gfyoung Mar 21, 2017
163d18e
ENH: support "nrows" and "chunksize" together
toobaz Mar 21, 2017
1c9d46a
BUG: Enforce correct encoding in stata
bashtage Mar 21, 2017
32dd929
CLN: relocate lib.ismember* to hashtable space
jreback Mar 21, 2017
a20009f
BUG: Check that values for "nrows" and "chunksize" are valid (#15774)
toobaz Mar 22, 2017
bc1235e
COMPAT: 32-bit skips (#15776)
jreback Mar 22, 2017
2a3b05a
CLN/INT: Rename _possibly to _maybe (GH15764)
StanczakDominik Mar 22, 2017
fb7af6e
CLN: move groupby algos separate cython lib
jreback Mar 22, 2017
79581ff
travis deduping on prs
jreback Mar 22, 2017
1a266ee
API: return Index instead of array from DatetimeIndex field accessors…
jorisvandenbossche Mar 22, 2017
94720d9
API: change default behaviour of str.match from deprecated extract to…
jorisvandenbossche Mar 22, 2017
7fa7752
Update testing.py (#15784)
eumiro Mar 22, 2017
1bcb671
CI: remove travis dedupe as enabled auto-cancellation
jreback Mar 23, 2017
56ccad8
DOC: .groupby() aligns Series, accepts ndarray
kernc Mar 23, 2017
39a46ff
COMPAT: 3.6.1 compat for change in PySlice_GetIndices_Ex
jreback Mar 23, 2017
9d3554c
CI: tweaks in codecov
jreback Mar 23, 2017
5d28f26
CI: fix coverage file location
jreback Mar 25, 2017
59f977f
MAINT: Enforce string type for where parameter
gfyoung Mar 25, 2017
8c8dd88
PERF: add the 'name' attribute to dataframes that go through apply_fr…
Mar 25, 2017
80f30b4
DOC: Add details to DataFrame groupby transform
bashtage Mar 25, 2017
83e24ca
DOC: template groupby.transform doc-string
jreback Mar 25, 2017
7a42240
DOC: whatsnew fixes
jreback Mar 25, 2017
c577c19
CI: only print skipped if not on doc-build
jreback Mar 25, 2017
156bfd2
CI: typo in .travis.yml for print_skipped
jreback Mar 25, 2017
22f9d0d
Revert "MAINT: Remove Long and WidePanel (#15748)" (#15802)
jreback Mar 26, 2017
d2f32a0
BUG: Series.asof fails for all NaN Series (GH15713)
Mar 26, 2017
1058988
CI: simplify ci setup a bit
jreback Mar 26, 2017
c80bd19
DOC: remove warnings for .sort / .order deprecation removals (#15808)
jreback Mar 26, 2017
18ac0b7
MAINT: Remove combineAdd and combineMult (#15805)
gfyoung Mar 26, 2017
0caf685
DOC: Explain differences further for sep parameter (#15804)
gfyoung Mar 26, 2017
1793637
TST: suppress some numpy warnings (#15811)
jreback Mar 26, 2017
da92411
DOC: remove as_indexer from text.rst example
jreback Mar 26, 2017
7e3dd90
DOC: small fixes in text.rst
jreback Mar 27, 2017
aff78d9
CI: remove more cruft
jreback Mar 26, 2017
056c0a6
DOC: ecosystem.rst: QtPandas
westurner Mar 27, 2017
80280ec
DEPR: Drop support for NaN categories in Categorical
jreback Mar 27, 2017
686e9e0
CI: make generic 3.5 builds
jreback Mar 27, 2017
71f621f
API: NaT boolean accessors now return False (#15782)
jreback Mar 27, 2017
7e43c78
Remove NotImplementedError for parse_dates keyword in read_excel
grahamjeffries Mar 27, 2017
1dab800
BUG: index_names can be None when processing date conversions
jreback Mar 27, 2017
a940605
BUG: bug in .at/.loc indexing with a tz-aware columns
jreback Mar 28, 2017
66fb0a3
TST: consistency of indexing with a tz-aware scalar
jreback Mar 28, 2017
d96ff29
DOC: Make example running example
stijnvanhoey Mar 8, 2017
6f789e1
BUG: replace of numeric by string / dtype coversion (GH15743)
Mar 28, 2017
ec84ae3
ENH: Add empty property to Index.
Mar 28, 2017
34c6bd0
ENH: GH14883: json_normalize now takes a user-specified separator
jreback Mar 28, 2017
2e64614
COMPAT: Fix indent level bug preventing wrapper function rename
jreback Mar 28, 2017
bd169dc
BUG: Fix index order for Index.intersection()
Mar 29, 2017
f3e3cfe
CI: upload coverage with flags
jreback Mar 29, 2017
abf1697
CI: reconfig coverage uploading
jreback Mar 29, 2017
ecaeea1
DOC: update io.rst
jreback Mar 29, 2017
0ab0813
ENH: read_html() handles tables with multiple header rows #13434
brianhuey Mar 29, 2017
de589c2
BUG: Return mode even if single value (#15714)
Mar 29, 2017
046d3be
CLN: Remove "flake8: noqa" from files
gfyoung Mar 30, 2017
3d6c5a8
DOC: Fix up _DeprecatedModule parameters doc (#15843)
gfyoung Mar 30, 2017
48749ce
Fix a typo (#15844)
crayxt Mar 30, 2017
1e0fbd2
BUG: SparseDataFrame construction with lists not coercing to dtype (…
Mar 30, 2017
9c98e13
DOC: prettify bug fixes section (#15846)
jreback Mar 30, 2017
1f89060
CLN: Fix a typo in comment (#15847)
funnycrab Mar 30, 2017
b6d405d
TST: incorrect localization in append testing
jreback Mar 30, 2017
a108651
COMPAT: add 0.19.2 msgpack/pickle files (#15848)
jreback Mar 30, 2017
1b53d88
Only call validation functions when args/kwargs are passed (#15850)
jorisvandenbossche Mar 31, 2017
e7201ca
BLD: bug in building json compiled code on windows (#15857)
jreback Apr 1, 2017
57c7c87
CI: use pytest-xdist on windows
jreback Apr 1, 2017
a57e681
PERF: improve iloc list indexing
jorisvandenbossche Apr 1, 2017
d1e1ba0
CI: add jdcal to 3.6 build as openpyxl >= 2.4.5 is broken
jreback Apr 2, 2017
74f527f
BUG: Check integrity of sparse int indices
gfyoung Apr 2, 2017
a293d22
COMPAT: NaT support tz_localize / tz_convert (#15830) (#15868)
atbd Apr 2, 2017
67cc021
CLN: Remove "flake8: noqa" from more files
gfyoung Apr 2, 2017
cd24fa9
ENH: add origin to to_datetime
jreback Apr 2, 2017
f49f905
DOC: doc fix for feather_format error message text
jreback Apr 3, 2017
7059d89
BUG: Fix rollover handling in json encoding
funnycrab Apr 3, 2017
4cb730e
Revert "CI: add jdcal to 3.6 build as openpyxl >= 2.4.5 is broken" (#…
jreback Apr 3, 2017
b199fbf
DOC: Fix a typo in dsintro.rst (#15877)
funnycrab Apr 3, 2017
ed07df1
CLN: Remove "flake8: noqa" from even more files
gfyoung Apr 3, 2017
456e729
DOC: remove gbq_integration instructions from contributing.rst (#15879)
jreback Apr 3, 2017
ca7207f
DOC: update contributing.rst for ci (#15880)
jreback Apr 3, 2017
cd51bdd
DOC: add section on how to use parametrize to contributing.rst (#15883)
jreback Apr 3, 2017
ff652a5
BUG: Patch handling no NA values in TextFileReader
gfyoung Apr 3, 2017
eedcc8f
DOC: whatsnew cleaning
jreback Apr 3, 2017
da0523a
API: expose pandas.errors
jreback Apr 3, 2017
faf6401
DOC fixes in contributing.rst (#15887)
jorisvandenbossche Apr 4, 2017
e50d397
API: add top-level melt function as method to DataFrame
ResidentMario Apr 4, 2017
e0b60c0
BUG: Bug in DataFrame construction with nulls and datetimes in a list…
jreback Apr 4, 2017
ca8ef49
ENH: Citing source in README file (#15856)
the-nose-knows Apr 4, 2017
0a37067
DEPR: correct locations to access public tslib objects (#15897)
jorisvandenbossche Apr 5, 2017
dbc1654
TST: better testing of Series.nlargest/nsmallest
jreback Apr 5, 2017
e4e87ec
ENH: Add file buffer validation to I/O ops
gfyoung Apr 5, 2017
ba30e3a
BUG: addresses #14855 by fixing color kwarg conflict
alexandercbooth Apr 5, 2017
1fbdc23
DOC: Fix a typo in travis.yml (#15915)
funnycrab Apr 6, 2017
b070d51
Fix a docstring typo in _fill_mi_header (#15918)
crayxt Apr 6, 2017
763197c
DOC: Fix a typo in indexing.rst (#15916)
funnycrab Apr 6, 2017
a0b089e
BUG: Standardize malformed row handling in Python engine (#15913)
gfyoung Apr 6, 2017
c112252
BUG: Fix nsmallest/nlargest With Identical Values
Apr 6, 2017
4502e82
TST: skip decimal conversion tests on 32-bit (#15922)
jreback Apr 6, 2017
0cfc08c
CLN: algos (#15929)
jreback Apr 7, 2017
078dbdf
BUG: resampling with NaT in TimedeltaIndex (#13223)
paulgliu Nov 14, 2016
3c54c4b
BUG: resampling with NaT in TimedeltaIndex (#13223)
paulgliu Nov 17, 2016
ec144f3
fix pep8
paulgliu Nov 17, 2016
30c749c
better error message for all-nan groupings
paulgliu Feb 1, 2017
5372175
Merge branch 'resample_bug_fix' of github.com:liuguangyu0220/pandas into
paulgliu Apr 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
519 changes: 14 additions & 505 deletions .github/CONTRIBUTING.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes ``git diff upstream/master | flake8 --diff``
- [ ] passes ``git diff upstream/master --name-only -- '*.py' | flake8 --diff``
- [ ] whatsnew entry
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.noseids
.ipynb_checkpoints
.tags
.cache/

# Compiled source #
###################
Expand Down Expand Up @@ -56,6 +57,8 @@ dist
**/wheelhouse/*
# coverage
.coverage
coverage.xml
coverage_html_report

# OS generated files #
######################
Expand Down
Loading