-
- 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
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
BUG: PeriodIndex.unique results in Int64Index API Design Compat pandas objects compatability with Numpy or Python functions Period Period data type
COMPAT: SettingWithCopy will now warn when slices which can generate views are then set Compat pandas objects compatability with Numpy or Python functions
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
BUG: Fix mismatched logic error in compatibility check Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
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
TST: suppress gratuitous warnings in test_moments.py Compat pandas objects compatability with Numpy or Python functions
BUG: Work-around openpyxl-2.1.0 NumberFormat removal Compat pandas objects compatability with Numpy or Python functions IO Excel read_excel, to_excel
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
add support for numpy 1.8+ data types for conversion to r dataframe Compat pandas objects compatability with Numpy or Python functions
Allow importing pandas without setuptools Compat pandas objects compatability with Numpy or Python functions
BUG: reset identity on legacy index pickles (GH8431) Compat pandas objects compatability with Numpy or Python functions
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
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
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
COMPAT: remove Index warnings from io/ga.py Compat pandas objects compatability with Numpy or Python functions
TST: Skip hist testing for matplotlib <= 1.2 Compat pandas objects compatability with Numpy or Python functions Visualization plotting
ProTip! Filter pull requests by the default branch with base:main.