-
- 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
ENH: Float64Index now uses Float64Hashtable as a backend Compat pandas objects compatability with Numpy or Python functions Performance Memory or execution speed performance
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/CI/TST: fix format strings Bug Compat pandas objects compatability with Numpy or Python functions Error Reporting Incorrect or improved errors from pandas IO Excel read_excel, to_excel
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
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.