Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: preserve dtypes in interpolate Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#6291 by TomAugspurger was closed Feb 17, 2014 Loading… 0.14.0
FIX: hdfstore queries of the form where=[('date', '>=', datetime(2013,1,... Bug Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore
#6313 by hhuuggoo was merged Feb 17, 2014 Loading… 0.14.0
BUG: Bug in compat with np.compress, surfaced in (GH6658) Bug Compat pandas objects compatability with Numpy or Python functions Indexing Related to indexing on series/frames, not to indexes themselves
#6659 by jreback was merged Mar 18, 2014 Loading… 0.14.0
BUG: fix ndarray indexing with float in compat/scipy.py Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
#6740 by gdraps was closed Apr 22, 2014 Loading… 0.14.0
CLN: replace pandas.compat.scipy.scoreatpercentile with numpy.percentile Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Compat pandas objects compatability with Numpy or Python functions Numeric Operations Arithmetic, Comparison, and Logical operations
#6810 by gdraps was merged Apr 16, 2014 Loading… 0.14.0
BUG: Fix unconverting of long strings from HDF (GH6166) Bug Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore Strings String extension data type and string data
#6821 by jreback was merged Apr 6, 2014 Loading… 0.14.0
API: make Series.sort/order arguments in the same order API Design Compat pandas objects compatability with Numpy or Python functions
#6848 by jreback was merged Apr 9, 2014 Loading… 0.14.0
COMPAT: fix numpy 1.9-dev deprecation warnings in test suite Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
#6960 by jreback was merged Apr 27, 2014 Loading… 0.14.0
COMPAT: remove deprecated optinos from printing in test suite (GH6984) Compat pandas objects compatability with Numpy or Python functions
#6986 by jreback was merged Apr 27, 2014 Loading… 0.14.0
COMPAT/BUG: compat with pytz 2014.3, exposing several test that don't localize (GH7137) Bug Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
#7144 by jreback was merged May 16, 2014 Loading… 0.14.0
TST/DOC: Test for and document incompatibility with openpyxl 2.0.0 and later Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
#7214 by neirbowj was merged May 24, 2014 Loading… 0.14.0
COMPAT: remove compat.scipy Compat pandas objects compatability with Numpy or Python functions
#7253 by clham was closed Jun 1, 2014 Loading… 0.16.0
BF: reading stata files - unpack read value describing stored byte order Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
#7272 by yarikoptic was merged May 29, 2014 Loading… 0.14.0
COMPAT: tests compat with current timezones (pytz) (GH7339) Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
#7343 by jreback was merged Jun 4, 2014 Loading… 0.14.1
ENH: change BlockManager pickle format to work with dup items Compat pandas objects compatability with Numpy or Python functions
#7370 by immerrr was merged Jul 1, 2014 Loading…
6 tasks done
0.14.1
BUG: DatetimeIndex.asobject raises ValueError when contains NaT API Design Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
#7544 by sinhrks was merged Jun 24, 2014 Loading… 0.14.1
2
4
ENH: Implement _Openpyxl2Writer for pandas.io.excel Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
#7565 by neirbowj was merged Sep 20, 2014 Loading… 0.15.0
COMPAT: comparisons vs numpy nat not working on windows Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Windows Windows OS
#7597 by jreback was merged Jun 28, 2014 Loading… 0.14.1
CLN: Simplify Period Construction / Resolution Compat pandas objects compatability with Numpy or Python functions Period Period data type
#7607 by sinhrks was merged Jul 6, 2014 Loading… 0.14.1
COMPAT: make numpy NaT comparison use a view to avoid implicit conversions Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Dtype Conversions Unexpected or buggy dtype conversions
#7617 by jreback was merged Jun 30, 2014 Loading… 0.14.1
TST/COMPAT: numpy master compat with timedelta type coercion Compat pandas objects compatability with Numpy or Python functions
#7681 by jreback was merged Jul 7, 2014 Loading… 0.14.1
ENH: Use left._constructor on pd.merge Compat pandas objects compatability with Numpy or Python functions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#7737 by jwass was merged Aug 11, 2014 Loading… 0.15.0
BUG/COMPAT: pickled dtindex with freq raises AttributeError in normalize... Compat pandas objects compatability with Numpy or Python functions
#7789 by sinhrks was merged Jul 19, 2014 Loading… 0.15.0
BUG: fix reading pre-0.14.1 pickles of containers with one block and dup items Compat pandas objects compatability with Numpy or Python functions
#7794 by immerrr was merged Jul 21, 2014 Loading… 0.15.0
BUG: PeriodIndex.unique results in Int64Index API Design Compat pandas objects compatability with Numpy or Python functions Period Period data type
#7843 by sinhrks was merged Jul 26, 2014 Loading… 0.15.0
ProTip! Exclude everything labeled bug with -label:bug.