-
- 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: 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
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
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
API: make Series.sort/order arguments in the same order API Design Compat pandas objects compatability with Numpy or Python functions
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
BUG: DatetimeIndex.asobject raises ValueError when contains NaT API Design Compat pandas objects compatability with Numpy or Python functions Datetime Datetime data dtype
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
TST/COMPAT: numpy master compat with timedelta type coercion Compat pandas objects compatability with Numpy or Python functions
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
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.