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: 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
COMPAT: SettingWithCopy will now warn when slices which can generate views are then set Compat pandas objects compatability with Numpy or Python functions
#7845 by jreback was merged Jul 26, 2014 Loading… 0.15.0
CI: Drop numpy 1.6 support CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions
#7954 by cpcloud was merged Aug 12, 2014 Loading… 0.15.0
COMPAT: change pytables to use 3.0.0 API (GH7990) CI Continuous Integration Compat pandas objects compatability with Numpy or Python functions IO HDF5 read_hdf, HDFStore
#7994 by jreback was merged Aug 12, 2014 Loading… 0.15.0
BUG: broadcasting with numpy scalars (GH8116) Compat pandas objects compatability with Numpy or Python functions Dtype Conversions Unexpected or buggy dtype conversions Reshaping Concat, Merge/Join, Stack/Unstack, Explode
#8119 by behzadnouri was merged Aug 29, 2014 Loading… 0.15.0
BUG: add 'import warnings' statement in panel.py (GH8152) Bug Compat pandas objects compatability with Numpy or Python functions
#8157 by htkm was merged Sep 4, 2014 Loading… 0.15.0
BUG: Fix mismatched logic error in compatibility check Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
#8203 by jtratner was merged Sep 7, 2014 Loading… 0.15.0
BUG: Bug in iat return boxing for Timestamp/Timedelta (GH7729) Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation Timedelta Timedelta data type
#8298 by jreback was merged Sep 17, 2014 Loading… 0.15.0
TST: suppress gratuitous warnings in test_moments.py Compat pandas objects compatability with Numpy or Python functions
#8299 by seth-p was merged Sep 23, 2014 Loading… 0.15.0
BUG: Work-around openpyxl-2.1.0 NumberFormat removal Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
#8352 by neirbowj was closed Sep 22, 2014 Loading… 0.15.0
BUG: Work-around openpyxl-2.1.0 NumberFormat removal Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
#8356 by jreback was merged Sep 22, 2014 Loading… 0.15.0
Changed round_trip converter to Python converter instead of strtod Compat pandas objects compatability with Numpy or Python functions IO CSV read_csv, to_csv
#8357 by mdmueller was merged Sep 27, 2014 Loading… 0.15.0
BUG/COMPAT: set tz on DatetimeIndex on pickle reconstruction (GH8367) Bug Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype MultiIndex
#8370 by jreback was merged Sep 23, 2014 Loading… 0.15.0
add support for numpy 1.8+ data types for conversion to r dataframe Compat pandas objects compatability with Numpy or Python functions
#8400 by benjschiller was merged Sep 29, 2014 Loading… 0.15.0
CLN: Remove core/array.py Compat pandas objects compatability with Numpy or Python functions Internals Related to non-user accessible pandas implementation
#8406 by sh9189 was merged Sep 29, 2014 Loading… 0.15.0
Allow importing pandas without setuptools Compat pandas objects compatability with Numpy or Python functions
#8409 by jacobschaer was merged Sep 29, 2014 Loading… 0.15.0
BUG: reset identity on legacy index pickles (GH8431) Compat pandas objects compatability with Numpy or Python functions
#8454 by jreback was merged Oct 3, 2014 Loading… 0.15.0
COMPAT: matplotlib 1.4.0 version compat (GH8502) Compat pandas objects compatability with Numpy or Python functions Testing pandas testing functions or related to the test suite
#8504 by jreback was merged Oct 7, 2014 Loading… 0.15.0
BUG: fix CategoricalBlock pickling Categorical Categorical Data Type Compat pandas objects compatability with Numpy or Python functions IO Data IO issues that don't fit into a more specific label
#8519 by immerrr was merged Oct 10, 2014 Loading… 0.15.0
BUG: incorrect serialization of a CustomBusinessDay in HDF5 (GH8591) Bug Compat pandas objects compatability with Numpy or Python functions Frequency DateOffsets
#8699 by jreback was merged Oct 31, 2014 Loading… 0.15.1
ENH: read_csv dialect parameter can take a string (GH8703) Bug Compat pandas objects compatability with Numpy or Python functions Docs IO Excel read_excel, to_excel
#8719 by thrasibule was closed Nov 5, 2014 Loading… 0.15.1
COMPAT: Compat issue is DataFrame.dtypes when options.mode.use_inf_as_null is True (GH8722) Compat pandas objects compatability with Numpy or Python functions
#8726 by jreback was merged Nov 4, 2014 Loading… 0.15.1
COMPAT: remove Index warnings from io/ga.py Compat pandas objects compatability with Numpy or Python functions
#8785 by jreback was merged Nov 17, 2014 Loading… 0.15.2
TST: Skip hist testing for matplotlib <= 1.2 Compat pandas objects compatability with Numpy or Python functions Visualization plotting
#8810 by onesandzeroes was merged Nov 14, 2014 Loading… 0.15.2
ProTip! Filter pull requests by the default branch with base:main.