Skip to content
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

Rebase from master #1

Merged
merged 933 commits into from
Aug 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
933 commits
Select commit Hold shift + click to select a range
3caf858
consolidated the duplicate definitions of NA values (in parsers & IO)…
OlegShteynbuk Jun 13, 2017
8800e84
GH15943 Fixed defaults for compression in HDF5 (#16355)
linebp Jun 13, 2017
2e24a8f
DOC: add header=None to read_excel docstring (#16689)
fl00r Jun 14, 2017
a43dcf9
TST: Test against python-dateutil master (#16648)
TomAugspurger Jun 14, 2017
b7e7fd3
BUG: .iloc[:] and .loc[:] return a copy of the original object #13873…
margaret Jun 14, 2017
0d46203
TST: Add test of building frame from named Series and columns (#9232)…
dsm054 Jun 15, 2017
52eda7b
DOC: fix wrongly placed versionadded (#16702)
jorisvandenbossche Jun 15, 2017
1eb22d5
DOC: pin sphinx to version 1.5 (#16704)
jorisvandenbossche Jun 15, 2017
3ff845b
CI: restore np 113 in ci builds (#16656)
jreback Jun 15, 2017
125c414
BUG: Fix regression for RGB(A) color arguments (#16701)
kjford Jun 16, 2017
09d8c22
CI: pin jemalloc=4.4.0 (#16727)
jreback Jun 19, 2017
8b5e3d6
MAINT: Drop Categorical.order & sort (#16728)
gfyoung Jun 19, 2017
196eb8e
Fix reading Series with read_hdf (#16610)
frexvahi Jun 19, 2017
520f87b
DOC: typo (#16733)
gepcel Jun 20, 2017
c38f282
whatsnew v0.21.0.txt typos (#16742)
jreback Jun 21, 2017
25e0576
whatsnew v0.20.3 edits (#16743)
jreback Jun 21, 2017
8a98f5e
BUG: do not raise UnsortedIndexError if sorting is not required
toobaz Jun 21, 2017
18f7b1c
DOC: whatsnew typos
jreback Jun 22, 2017
9c9d5fb
Test for #16726. unittest that ensures datetime is understood (#16744)
hussaintamboli Jun 23, 2017
1265c27
DOC: some rst fixes (#16763)
jorisvandenbossche Jun 23, 2017
f6f5ce5
DOC: Update Sphinx Deprecated Directive (#16512)
GuessWhoSamFoo Jun 27, 2017
aade74a
MAINT: Drop Index.sym_diff (#16760)
gfyoung Jun 27, 2017
65a0e64
MAINT: Drop pd.options.display.mpl_style (#16761)
gfyoung Jun 27, 2017
18c4f88
DOC: remove section on Panel4D support in HDF io (#16783)
jorisvandenbossche Jun 28, 2017
664348c
DOC: add section on data validation and library engarde (#16758)
topper-123 Jun 28, 2017
85740a5
TST: register slow marker (#16797)
TomAugspurger Jun 30, 2017
5b88d2f
BUG: Load data from a CategoricalIndex for dtype comparison, closes #…
thequackdaddy Jun 30, 2017
5e776fb
Bug in pd.merge() when merge/join with multiple categorical columns (…
jreback Jun 30, 2017
794e060
BUG: Fix read of py3 PeriodIndex DataFrame HDF made in py2 (#16781) (…
forbdonut Jun 30, 2017
6ae92a8
BUG: Fix Series doesn't work in pd.astype(). Now treat Series as dict…
BranYang Jun 30, 2017
06fc667
FIX: Allow aggregate to return dictionaries again #16741 (#16752)
FlorianWilhelm Jun 30, 2017
6b729dd
BUG: fix to_latex bold_rows option (#16708)
kdebrab Jun 30, 2017
7c27b9d
Revert "CI: pin jemalloc=4.4.0 (#16727)" (#16731)
jreback Jun 30, 2017
b2b5dc3
CI: use dist/trusty rather than os/linux (#16806)
jreback Jun 30, 2017
9462379
TST: Verify columns entirely below chop_threshold still print (#6839)…
dsm054 Jul 1, 2017
e5fd3e0
BUG: clip dataframe column-wise #15390 (#16504)
yl2526 Jul 1, 2017
329fdaa
TST: Verify that positional shifting works with duplicate columns (#9…
dsm054 Jul 2, 2017
92e1cc8
BUG: render dataframe as html do not produce duplicate element id's (…
ri938 Jul 3, 2017
9e55af2
fix BUG: ValueError when performing rolling covariance on multi index…
Jul 3, 2017
04de578
BUG: rolling.cov with multi-index columns should presever the MI (#16…
jreback Jul 4, 2017
15db50b
use network decorator on additional tests (#16824)
jreback Jul 4, 2017
cc5d20f
BUG: TimedeltaIndex raising ValueError when slice indexing (#16637) (…
jdeschenes Jul 6, 2017
7d0a98e
Bug issue 16819 Index.get_indexer_not_unique inconsistent return type…
ri938 Jul 6, 2017
1c37523
TST: Verify that float columns stay float after pivot (#7142) (#16815)
dsm054 Jul 6, 2017
8d197ba
BUG/MAINT: Change default of inplace to False in pd.eval (#16732)
gfyoung Jul 6, 2017
5cc1025
BUG: kind parameter on categorical argsort (#16834)
chris-b1 Jul 7, 2017
f6edaef
DOC: Updated cookbook to show usage of Grouper instead of TimeGrouper…
manikbhandari Jul 7, 2017
500cd0f
BUG: allow empty multiindex (fixes .isin regression, GH16777) (#16782)
Jul 7, 2017
e9e434d
BUG: fix missing sort keyword for PeriodIndex.join (#16586)
erbian Jul 7, 2017
d8cd9ca
COMPAT: 32-bit compat for testing of indexers (#16849)
jreback Jul 7, 2017
e832ddf
BUG: fix infer frequency for business daily (#16683)
AdamGleave Jul 7, 2017
7be9db9
DOC: Whatsnew updates (#16853)
TomAugspurger Jul 7, 2017
18f929f
TST/PKG: Move test HDF5 file to legacy (#16856)
TomAugspurger Jul 7, 2017
9c44f9b
COMPAT: moar 32-bit compat for testing of indexers (#16861)
jreback Jul 8, 2017
3be2de6
MAINT: Drop the get_offset_name method (#16863)
gfyoung Jul 10, 2017
a5477b7
DOC: Fix missing parentheses in documentation (#16862)
adrianliaw Jul 10, 2017
a43c157
BUG: rolling.quantile does not return an interpolated result (#16247)
guillemborrell Jul 10, 2017
3e20eab
ENH - Modify Dataframe.select_dtypes to accept scalar values (#16860)
Jul 10, 2017
f4b12d8
COMPAT: moar 32-bit compat for testing of indexers (#16869)
jreback Jul 10, 2017
114feb9
Confirm that select was *not* clearer in 0.12 (#16878)
jbrockmendel Jul 11, 2017
6a85e88
Added tests for _get_dtype (#16845)
topper-123 Jul 11, 2017
d236f31
BUG: Series.isin fails or categoricals (#16858)
aviolov Jul 11, 2017
55af1ab
COMPAT with dateutil 2.6.1, fixed ambiguous tz dst behavior (#16880)
jreback Jul 11, 2017
a9421af
fix wrongly named method (#16881)
jhelie Jul 11, 2017
9d13227
TST/PKG: Removed pandas.util.testing.slow definition (#16852)
TomAugspurger Jul 12, 2017
63536f4
MAINT: Remove unused mock import (#16908)
gfyoung Jul 13, 2017
25384ba
Let _get_dtype accept Categoricals and CategoricalIndex (#16887)
topper-123 Jul 13, 2017
4ca9fcd
Fixes for #16896(TimedeltaIndex indexing regression for strings) (#16…
jdeschenes Jul 13, 2017
6000c5b
Fix for #16909(DeltatimeIndex.get_loc is not working on np.deltatime6…
jdeschenes Jul 14, 2017
a587d56
DOC: Recommend sphinx 1.5 for now (#16929)
TomAugspurger Jul 14, 2017
6858d0f
BUG: Allow value labels to be read with iterator (#16926)
bashtage Jul 14, 2017
ad24759
DOC: Update flake8 command instructions (#16919)
gfyoung Jul 15, 2017
5f2b96b
TST: Don't assert that a bug exists in numpy (#16940)
eric-wieser Jul 15, 2017
6cee09e
CI: add .pep8speakes.yml
jreback Jul 15, 2017
80e40f8
CLN16668: remove OrderedDefaultDict (#16939)
faic Jul 15, 2017
61f0c5c
Change "pls" to "please" in error message (#16947)
alanbato Jul 15, 2017
0e47b28
BUG: MultiIndex sort with ascending as list (#16937)
alubbock Jul 15, 2017
d7bf220
DOC: Improving docstring of pop method (#16416) (#16520)
datapythonista Jul 15, 2017
794fd78
PEP8
jreback Jul 15, 2017
daf07a6
WARN: add stacklevel to to_dict() UserWarning (#16927) (#16936)
alanbato Jul 15, 2017
4c498f8
CI: fix pep8speaks .yml file
jreback Jul 15, 2017
7500218
DOC: whatsnew 0.21.0 edits
jreback Jul 15, 2017
3955261
CI: disable codecov reporting
jreback Jul 15, 2017
96168ef
MAINT: Move series.remove_na to core.dtypes.missing.remove_na_arraylike
jbrockmendel Jul 15, 2017
2cd85ca
Support non unique period indexes on join and merge operations (#16949)
alanbato Jul 15, 2017
8e3d831
BUG: Set secondary axis font size for `secondary_y` during plotting
Morgan243 Jul 15, 2017
4f04d0b
DOC: more whatsnew fixes
jreback Jul 15, 2017
1212fe0
DOC: Reset index examples
aernlund Jul 15, 2017
3524edb
channel from pandas to conda-forge (#16966)
chendaniely Jul 15, 2017
53ae390
BUG: coercing of bools in groupby transform (#16895)
jeetjitsu Jul 16, 2017
01a8be3
DOC: misspelling in DatetimeIndex.indexer_between_time [CI skip] (#16…
shanral Jul 16, 2017
148e038
CLN: some residual code removed, xref to #16761 (#16974)
jreback Jul 16, 2017
9c096d2
ENH: Create a 'Y' alias for date_range yearly frequency
imih Jul 16, 2017
7ffe7fc
Revert "ENH: Create a 'Y' alias for date_range yearly frequency" (#16…
gfyoung Jul 16, 2017
1d1c03e
DOC: behavior when slicing with missing bounds (#16932)
toobaz Jul 16, 2017
745c012
TST: Add test for sub-char in read_csv (#16977)
gfyoung Jul 16, 2017
cbd0354
DEPR: deprecate html.border option (#16970)
rdk1024 Jul 16, 2017
692b5ee
DOC: document convention argument for resample() (#16965)
fding253 Jul 16, 2017
ea487fc
DOC: Clarify 'it' in aggregate doc (#16989)
gfyoung Jul 17, 2017
ec927a4
CLN/COMPAT: for various py2/py3 in doc/bench scripts (#16984)
Jul 17, 2017
0bd871f
PERF: SparseDataFrame._init_dict uses intermediary dict, not DataFram…
kernc Jul 17, 2017
dc54b6b
MAINT: Drop line_width and height from options (#16993)
gfyoung Jul 17, 2017
81f8ace
COMPAT: Add back remove_na for seaborn (#16992)
gfyoung Jul 17, 2017
7b9a57f
COMPAT: np.full not available in all versions, xref #16773 (#17000)
jreback Jul 18, 2017
fcb0263
DOC, TST: Clarify whitespace behavior in read_fwf documentation (#16950)
Jul 18, 2017
9e7666d
API: add infer_objects for soft conversions (#16915)
chris-b1 Jul 18, 2017
6a5e56d
BUG: np.inf now causes Index to upcast from int to float (#16996)
Erotemic Jul 18, 2017
34210ac
DOC: Make highlight functions match documentation (#16999)
Jul 18, 2017
a1dfb03
BUG: Large object array isin
Morgan243 Jul 18, 2017
01d7be5
BUG: reindex would throw when a categorical index was empty #16770
ri938 Jul 18, 2017
e5de21a
BUG: Don't with empty Series for .isin (#17006)
gfyoung Jul 19, 2017
aead041
ENH: Use 'Y' as an alias for end of year (#16978)
gfyoung Jul 19, 2017
1dc93b5
DOC: infer_objects doc fixup (#17018)
chris-b1 Jul 19, 2017
47e909d
Fixes SparseSeries initiated with dictionary raising AttributeError (…
metllord Jul 19, 2017
5a02449
DOC: Improving docstring of reset_index method (#16416) (#16975)
datapythonista Jul 19, 2017
dd1852d
DOC: add warning to append about inefficiency (#17017)
shanral Jul 19, 2017
af5eafb
DOC : Remove redundant backtick (#17025)
musically-ut Jul 19, 2017
031d7a9
DOC: Document business frequency aliases (#17028)
gfyoung Jul 19, 2017
f511d82
DOC: Fix double back-tick in 'Reshaping by Melt' section (#17030)
nickgarvey Jul 20, 2017
8d0c025
Define DataFrame plot methods in DataFrame (#17020)
jbrockmendel Jul 20, 2017
8e58225
CLN: move safe_sort from core.algorithms to core.sorting (#17034)
jreback Jul 20, 2017
7d9d6d3
DOC: Fixed Minor Typo (#17043)
3vivekb Jul 20, 2017
a2d03d4
BUG: do not cast ints to floats if inputs o crosstab are not aligned …
toobaz Jul 21, 2017
8f309db
BUG in merging categorical dates
dwillmer Jul 21, 2017
142b5b6
BUG: __setitem__ with a tuple induces NaN with a tz-aware DatetimeInd…
Jul 21, 2017
869be8d
Added test for _get_dtype_type. (#16899)
topper-123 Jul 21, 2017
4efe656
BUG/API: dtype inconsistencies in .where / .setitem / .putmask / .fil…
jreback Jul 21, 2017
d884e51
BUG: Improved thread safety for read_html() GH16928 (#16930)
3553x Jul 21, 2017
28622c5
Fixed 'add_methods' when the 'select' argument is specified. (#17045)
HonzaOsobne Jul 22, 2017
c0a84b5
TST: Fix error message check in np.argsort comparision (#17051)
ysau Jul 22, 2017
09108fa
TST: Move some Series ctor tests to SharedWithSparse (#17050)
kernc Jul 22, 2017
ee6412a
BUG: Made SparseDataFrame.fillna() fill all NaNs
kernc Jul 22, 2017
8d7d3fb
BUG: Use size_t to avoid array index overflow; add missing malloc of …
jeffknupp Jul 23, 2017
a7eb1a7
TST: remove some test warnings in parser tests (#17057)
jreback Jul 23, 2017
4ce5340
DOC: Add more examples for reset_index (#17055)
gfyoung Jul 23, 2017
811bcbc
MAINT: Add dash in high memory message
gfyoung Jul 23, 2017
e7c10bb
MAINT: kwards --> kwargs in parsers.pyx
gfyoung Jul 24, 2017
ef3aae5
CLN: Cleanup comments in before_install_travis.sh
gfyoung Jul 24, 2017
c55dbf0
MAINT: Remove duplicate Series sort_index check
gfyoung Jul 24, 2017
1d0e6a1
BLD: Pin pyarrow=0.4.1 (#17065)
jreback Jul 24, 2017
9e6bb42
ENH: provide "inplace" argument to set_axis()
toobaz Jul 24, 2017
395f712
BUG: Fix parser field type compatability on 32-bit systems. (#17071)
jeffknupp Jul 25, 2017
7930202
COMPAT: rename isnull -> isna, notnull -> notna (#16972)
jreback Jul 25, 2017
920a577
BUG: Thoroughly dedup columns in read_csv (#17060)
gfyoung Jul 25, 2017
13b57cd
ENH: Add skipna parameter to infer_dtype (#17066)
cpcloud Jul 25, 2017
a7b4a9c
MAINT: Remove unused variable in test_scalar.py
gfyoung Jul 26, 2017
e2588d9
TST: Add tests/indexing/ and reshape/ to setup.py (#17076)
gfyoung Jul 26, 2017
f9a552d
CI: partially revert #17065, un-pin pyarrow on some builds
jreback Jul 26, 2017
9de416a
DOC: whatsnew typos
jreback Jul 26, 2017
5c185e0
TST: Check more error messages in tests (#17075)
gfyoung Jul 26, 2017
e3b7840
BUG: Respect dtype when calling pivot_table with margins=True
toobaz Jul 26, 2017
3ab56bd
MAINT: Add missing space in parsers.pyx
gfyoung Jul 27, 2017
c6e5bf6
MAINT: Add missing paren around print statement
gfyoung Jul 27, 2017
465c59f
DOC: fix typos in missing.rst
jreback Jul 27, 2017
b03f7e5
DOC: further clean-up null/na changes (#17113)
jorisvandenbossche Jul 29, 2017
6b8e436
BUG: Allow pd.unique to accept tuple of strings (#17108)
mroeschke Jul 30, 2017
f2b0bdc
BUG: Allow Series with same name with crosstab (#16028)
mroeschke Jul 30, 2017
7358f09
COMPAT: make sure use_inf_as_null is deprecated (#17126)
jreback Aug 1, 2017
ab49d1f
CI: bump version of xlsxwriter to 0.5.2 (#17142)
jreback Aug 1, 2017
6ac609d
DOC: Clean up instructions in ISSUE_TEMPLATE (#17146)
gfyoung Aug 1, 2017
563fa08
Add missing space to the NotImplementedError's message for compound d…
FKint Aug 1, 2017
f394409
DOC: (de)type the return value of concat (#17079) (#17119)
jebob Aug 1, 2017
611d296
BUG: Thoroughly dedup column names in read_csv (#17095)
gfyoung Aug 1, 2017
3ed51c2
DOC: Additions/updates to documentation (#17150)
alanyee Aug 2, 2017
f433061
ENH: add to/from_parquet with pyarrow & fastparquet (#15838)
jreback Aug 2, 2017
8e6b09f
DOC: doc typos, xref #15838
jreback Aug 2, 2017
3fadc62
TST: test for categorical index monotonicity (#17152)
jreback Aug 3, 2017
a4c0e72
MAINT: Remove non-standard and inconsistently-used imports (#17085)
jbrockmendel Aug 3, 2017
9091330
DOC: typos in whatsnew
Aug 3, 2017
55ae039
DOC: whatsnew 0.21.0 fixes
jreback Aug 3, 2017
0c4bc05
BUG: Fix CSV parsing of singleton list header (#17090)
threecgreen Aug 3, 2017
9b07ef4
ENH: Support strings containing '%' in add_prefix/add_suffix (#17151)…
jschendel Aug 3, 2017
929c66f
REF: repr - allow block to override values that get formatted (#17143)
jorisvandenbossche Aug 4, 2017
dd776a9
MAINT: Drop unnecessary newlines in issue template
gfyoung Aug 7, 2017
cdabac1
remove direct import of nan
jbrockmendel Aug 7, 2017
3ab7d5c
use == to test String equality (#17171)
jhelie Aug 7, 2017
7cc0fac
ENH: Add warning when setting into nonexistent attribute (#16951)
deniederhut Aug 7, 2017
cda091f
DOC: added string processing comparison with SAS (#16497)
natethedrummer Aug 7, 2017
65e0451
CLN: remove unused get methods in internals (#17169)
jbrockmendel Aug 7, 2017
62f464f
TST: Partial Boolean DataFrame Indexing (#17186)
mroeschke Aug 7, 2017
3c833db
CLN: Reformat docstring for IPython fixture
gfyoung Aug 7, 2017
e5aad1a
Define Series.plot and Series.hist in class definition (#17199)
jbrockmendel Aug 8, 2017
5d8319e
BUG: support pandas objects in iloc with old numpy versions (#17194)
toobaz Aug 8, 2017
7bef6d8
Implement _make_accessor classmethod for PandasDelegate (#17166)
jbrockmendel Aug 8, 2017
64129d1
Create ABCDateOffset (#17165)
jbrockmendel Aug 9, 2017
3e9e947
BUG: resample and apply modify the index type for empty Series (#17149)
discort Aug 9, 2017
556effc
DOC: Updated NDFrame.astype docs (#17203)
topper-123 Aug 9, 2017
073c145
MAINT: Minor touch-ups to GitHub PULL_REQUEST_TEMPLATE (#17207)
dhimmel Aug 9, 2017
b822535
CLN: replace %s syntax with .format in core.computation (#17209)
jschendel Aug 10, 2017
a09db4b
Bugfix for multilevel columns with empty strings in Python 2 (#17099)
chrisjbillington Aug 10, 2017
dbffba8
CLN/ASV clean-up frame stat ops benchmarks (#17205)
jorisvandenbossche Aug 10, 2017
f165b90
BUG: Rolling apply on DataFrame with Datetime index returns NaN (#17156)
FXocena Aug 10, 2017
a2c4543
CLN: Remove import exception handling (#17218)
dhimmel Aug 10, 2017
d59a7b5
MAINT: Remove extra the's in deprecation messages (#17222)
gfyoung Aug 11, 2017
989babd
DOC: Patch docs in _decorators.py
gfyoung Aug 11, 2017
2362414
CLN: replace %s syntax with .format in pandas.util (#17224)
jschendel Aug 11, 2017
d11fae6
Add 'See also' sections (#17223)
topper-123 Aug 11, 2017
06850a1
move pivot_table doc-string to DataFrame (#17174)
jbrockmendel Aug 11, 2017
a4a5665
Remove import of pandas as pd in core.window (#17233)
jbrockmendel Aug 12, 2017
3ea2993
TST: Move more frame tests to SharedWithSparse (#17227)
kernc Aug 12, 2017
330b8c1
REF: _get_objs_combined_axis (#17217)
toobaz Aug 12, 2017
0fafd4f
ENH/PERF: Remove frequency inference from .dt accessor (#17210)
cpcloud Aug 14, 2017
0f25426
Fix apparent typo in tests (#17247)
jbrockmendel Aug 14, 2017
924b433
COMPAT: avoid calling getsizeof() on PyPy
mattip Aug 15, 2017
133a208
CLN: replace %s syntax with .format in pandas.core.reshape (#17252)
jschendel Aug 15, 2017
a46e5be
ENH: Infer compression from non-string paths (#17206)
dhimmel Aug 15, 2017
47b3973
Fix bugs in IntervalIndex.is_non_overlapping_monotonic (#17238)
jschendel Aug 15, 2017
6fe6832
BUG: Fix behavior of argmax and argmin with inf (#16449) (#16449)
DGrady Aug 15, 2017
57befd1
CLN: Remove have_pytz (#17266)
jbrockmendel Aug 16, 2017
ecaac87
CLN: replace %s syntax with .format in core.dtypes and core.sparse (#…
jschendel Aug 17, 2017
95f4f7d
Replace imports of * with explicit imports (#17269)
jbrockmendel Aug 17, 2017
0ee1675
TST: pytest deprecation warnings GH17197 (#17253)
swyoon Aug 17, 2017
24b6349
Handle more date/datetime/time formats (#15871)
Winand Aug 18, 2017
34c4ffd
DOC: add example on json_normalize (#16438)
zzgao Aug 18, 2017
7818486
BUG: Have object dtype for empty Categorical.categories (#17249)
TomAugspurger Aug 19, 2017
4e9c0d1
CLN: replace %s syntax with .format in pandas.tseries (#17290)
jschendel Aug 19, 2017
ab32c0a
TST: parameterize consistency tests for rolling/expanding windows (#1…
jreback Aug 19, 2017
3b02e73
FIX: define `DataFrame.items` for all versions of python (#17214)
tacaswell Aug 19, 2017
58d8729
PERF: Update ASV publish config (#17293)
TomAugspurger Aug 20, 2017
e14431f
DOC: Expand docstrings for head / tail methods (#16941)
yosukeBaya4 Aug 21, 2017
8354a1d
MAINT: Use set literal for unsupported + depr args
gfyoung Aug 21, 2017
91245a7
DOC: Add proper docstring to maybe_convert_indices
gfyoung Aug 21, 2017
d0d28fe
DOC: Improving docstring of take method (#16948)
matagus Aug 21, 2017
91c2f1f
BUG: Fixed regex in asv.conf.json (#17300)
TomAugspurger Aug 21, 2017
eff1f88
Remove unnecessary usage of _TSObject (#17297)
jbrockmendel Aug 21, 2017
910207f
BUG: clip should handle null values
mgasvoda Aug 21, 2017
a4c4ede
BUG: fillna returns frame when inplace=True if value is a dict (#1615…
Aug 21, 2017
2f00159
CLN: Index.append() refactoring (#16236)
toobaz Aug 22, 2017
870b6a6
DEPS: set min versions (#17002)
jreback Aug 22, 2017
dfaf8c6
CLN: replace %s syntax with .format in core.tools, algorithms.py, bas…
jschendel Aug 22, 2017
2bec750
BUG: Fix strange behaviour of Series.iloc on MultiIndex Series (#1714…
Aug 22, 2017
0cf2b14
DOC: Add module doc-string to tseries/api.py
gfyoung Aug 23, 2017
66ec5f3
MAINT: Clean up docs in pandas/errors/__init__.py
gfyoung Aug 23, 2017
d45e12b
CLN: replace %s syntax with .format in missing.py, nanops.py, ops.py …
jschendel Aug 24, 2017
6993c1b
Make pd.Period immutable (#17239)
jbrockmendel Aug 24, 2017
62527c0
Bug: groupby multiindex levels equals rows (#16859)
Aug 24, 2017
96f92eb
BUG: Cannot use tz-aware origin in to_datetime (#16842)
ivybae Aug 24, 2017
473a7f3
Replace usage of total_seconds compat func with timedelta method (#17…
jbrockmendel Aug 25, 2017
376483e
CLN: replace %s syntax with .format in core/indexing.py (#17357)
cbertinato Aug 28, 2017
36dadd7
DOC: Point to dev-docs in issue template (#17353)
gfyoung Aug 28, 2017
df2ebfc
CLN: remove total_seconds compat from json (#17341)
chris-b1 Aug 29, 2017
6bab9d1
CLN: Move test_intersect_str_dates (#17366)
jschendel Aug 29, 2017
9a1dfca
BUG: Respect dups in reindexing CategoricalIndex (#17355)
gfyoung Aug 29, 2017
e8a1765
Unify Index._dir_* with Series implementation (#17117)
jbrockmendel Aug 29, 2017
0618f99
BUG: make order of index from pd.concat deterministic (#17364)
toobaz Aug 29, 2017
0d676a3
Fix typo that causes several NaT methods to have incorrect docstrings…
jbrockmendel Aug 29, 2017
b9d48e4
CLN: replace %s syntax with .format in io/formats/format.py (#17358)
cbertinato Aug 30, 2017
77bfe21
PKG: Added pyproject.toml for PEP 518 (#16745)
TomAugspurger Aug 30, 2017
ad7d6fc
DOC: Update Overview page in documentation (#17368)
iuliakhomenko Aug 30, 2017
64c8a8d
API: Have MultiIndex consturctors always return a MI (#17236)
TomAugspurger Aug 30, 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.

13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,22 @@

[this should explain **why** the current behaviour is a problem and why the expected output is a better solution.]

**Note**: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates!

**Note**: Many problems can be resolved by simply upgrading `pandas` to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if `master` addresses this issue, but that is not necessary.

For documentation-related issues, you can check the latest versions of the docs on `master` here:

https://pandas-docs.github.io/pandas-docs-travis/

If the issue has not been resolved there, go ahead and file it in the issue tracker.

#### Expected Output

#### Output of ``pd.show_versions()``

<details>
# Paste the output here pd.show_versions() here

[paste the output of ``pd.show_versions()`` here below this line]

</details>
8 changes: 4 additions & 4 deletions .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``
- [ ] whatsnew entry
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] passes `git diff upstream/master -u -- "*.py" | flake8 --diff`
- [ ] whatsnew entry
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*$
*.bak
*flymake*
*.iml
*.kdev4
*.log
*.swp
Expand All @@ -19,6 +20,7 @@
.noseids
.ipynb_checkpoints
.tags
.cache/

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

# OS generated files #
######################
Expand Down Expand Up @@ -100,3 +104,5 @@ doc/source/index.rst
doc/build/html/index.html
# Windows specific leftover:
doc/tmp.sv
doc/source/styled.xlsx
doc/source/templates/
10 changes: 10 additions & 0 deletions .pep8speaks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# File : .pep8speaks.yml

scanner:
diff_only: True # If True, errors caused by only the patch are shown

pycodestyle:
max-line-length: 79
ignore: # Errors and warnings to ignore
- E731
- E402
Loading