-
- 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
Backport PR #57889 on branch 2.2.x (BUG: Handle Series construction with Dask, dict-like, Series) Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
PERF: Series.to_frame Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance Series Series data structure
Backport PR #36147 on branch 1.1.x (REGR: Series access with Index of tuples/frozenset) Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
Backport PR #36316 on branch 1.1.x (BUG: Don't overflow with large int scalar) Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
Backport PR #37801 on branch 1.1.x: REGR: SeriesGroupBy where index has a tuple name fails Indexing Related to indexing on series/frames, not to indexes themselves Series Series data structure
BUG: Series(mixed_tz_datetime_objs, dtype=dt64tz) Datetime Datetime data dtype Series Series data structure Timezones Timezone data dtype
#49432 by jbrockmendel was closed Nov 3, 2022 Loading…
5 tasks done
API: Series([pydate, pydatetime]) Constructors Series/DataFrame/Index/pd.array Constructors datetime.date stdlib datetime.date support Datetime Datetime data dtype Series Series data structure
Improve error message if attempting to construct multidimensional series Error Reporting Incorrect or improved errors from pandas Series Series data structure
DOC: Fix pandas.Series.str.index RT03 Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
DOC: Fix Pandas.series.str.fullmatch RT03 Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
DOC: Fix RT03 for pandas.Series.str.find Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
DOC: Fix pandas.Series.str.get RT03,SA01 Accessors accessor registration mechanism (not .str, .dt, .cat) Docs Series Series data structure
REF: Move transform into apply Apply Apply, Aggregate, Transform, Map DataFrame DataFrame data structure Refactor Internal refactoring of code Series Series data structure
REF: Move the rest of Series.agg into apply Apply Apply, Aggregate, Transform, Map Refactor Internal refactoring of code Series Series data structure
BUG: Handle Series construction with Dask, dict-like, Series Compat pandas objects compatability with Numpy or Python functions Constructors Series/DataFrame/Index/pd.array Constructors Series Series data structure
REF: simplify Series.__setitem__ Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code Series Series data structure
CLN: Enforce deprecation of arg in Series.map Apply Apply, Aggregate, Transform, Map Clean Series Series data structure
Previous Next
ProTip! Type g i on any issue or pull request to go back to the issue listing page.