An open API service for providing issue and pull request metadata for open source projects.

GitHub / pandas-dev/pandas-stubs issues and pull requests

Labelled with: good first issue

#1334 - `DataFrame.from_records()` needs better annotations

Issue - State: closed - Opened by Dr-Irv 3 months ago - 4 comments
Labels: good first issue, Constructors, DataFrame

#1256 - Incorrect type for `Series.unstack`

Issue - State: closed - Opened by stephenlrandall 5 months ago - 3 comments
Labels: good first issue, Reshaping

#1249 - `MultiIndex.from_product()` should accept `Index` or `Series` as arguments

Issue - State: closed - Opened by Dr-Irv 6 months ago - 1 comment
Labels: good first issue, MultiIndex

#1248 - `DataFrame.assign()` should allow a list and a range

Issue - State: closed - Opened by Dr-Irv 6 months ago
Labels: good first issue

#1226 - `pandas.io.formats.style.Styler.map` is missing

Issue - State: closed - Opened by Molkree 6 months ago - 1 comment
Labels: good first issue, Styler

#1196 - Type pd.Index.insert

Issue - State: closed - Opened by loicdiridollou 7 months ago - 1 comment
Labels: good first issue, Index

#1189 - subtracing a TimeStampSeries from a Timestamp not supported

Issue - State: closed - Opened by Dr-Irv 7 months ago - 1 comment
Labels: good first issue, Timestamp, Timedelta

#1181 - pd.Index().shift() claims to return None

Issue - State: closed - Opened by gogowitsch 8 months ago - 1 comment
Labels: good first issue, Algos, Index

#1166 - SqlAlchemy update to 2.0.39 breaks read_sql

Issue - State: closed - Opened by loicdiridollou 9 months ago - 1 comment
Labels: good first issue, IO SQL

#1162 - DataFrame.loc[] accepts list[str]

Issue - State: closed - Opened by ndawe 9 months ago - 6 comments
Labels: good first issue, Indexing

#1102 - pandas `Styler` has no `.columns` attr defined

Issue - State: closed - Opened by thatlittleboy 10 months ago - 6 comments
Labels: good first issue, Styler

#1098 - Addition of a Series[int] with a complex returns Series[unknown]

Issue - State: closed - Opened by loicdiridollou 11 months ago - 7 comments
Labels: good first issue, Series

#1076 - Missing parameter for the sort argument of the pandas.DataFrame.pivot_table method

Issue - State: closed - Opened by zepaz 11 months ago - 1 comment
Labels: good first issue, DataFrame

#1041 - @ multiplication of Series is not inferred to a type (but Unknown)

Issue - State: closed - Opened by loicdiridollou about 1 year ago - 1 comment
Labels: good first issue, Series

#1032 - Incorrect signature for `pandas.Series.str.rsplit`

Issue - State: closed - Opened by kroche98 about 1 year ago - 1 comment
Labels: good first issue, Strings

#987 - limit_area argument is currently missing for the frame.pyi

Issue - State: closed - Opened by AY1uZwIcJzKhaGywovQP about 1 year ago - 2 comments
Labels: good first issue

#965 - GroupBy[Series].count() should have return type Series[int]

Issue - State: closed - Opened by chrisyeh96 over 1 year ago - 1 comment
Labels: good first issue, Groupby

#956 - Switch `to_timedelta` argument type from `list` to `Sequence`

Issue - State: closed - Opened by headtr1ck over 1 year ago - 1 comment
Labels: good first issue, Timedelta

#891 - pd.to_datetime(list[datetime.date]) is wrong input type (mypy), but pandas returns output.

Issue - State: closed - Opened by vanheck over 1 year ago - 2 comments
Labels: good first issue, datetime.date

#885 - Wrong typing for the `values` argument of the `pandas.DataFrame.pivot_table` method

Issue - State: closed - Opened by airatk over 1 year ago - 5 comments
Labels: good first issue, Reshaping

#883 - pd.concat with names=None

Issue - State: closed - Opened by amgcc over 1 year ago - 5 comments
Labels: good first issue, Reshaping

#872 - Series disallows data value of NaT

Issue - State: closed - Opened by mark-thm almost 2 years ago - 1 comment
Labels: good first issue, Series

#849 - Type checking with `converters=` on `read_excel`

Issue - State: closed - Opened by oliverbeagley-pgg almost 2 years ago - 4 comments
Labels: good first issue, IO Excel

#838 - BUG: Type stubs only support pd.Timedelta, but could (should?) also support datetime.timedelta

Issue - State: closed - Opened by gwerbin-tive almost 2 years ago - 2 comments
Labels: good first issue, Timedelta

#836 - Level parameter of DataFrame.groupby should allow Sequences

Issue - State: closed - Opened by jens-diewald almost 2 years ago - 1 comment
Labels: good first issue, Groupby, MultiIndex

#827 -  Type "NaTType" is not hashable

Issue - State: closed - Opened by randolf-scholz almost 2 years ago - 1 comment
Labels: good first issue

#809 - read_excel/index_col: string not accepted

Issue - State: closed - Opened by clo-vis about 2 years ago - 3 comments
Labels: good first issue, IO Excel

#804 - type annotation for Index/MultiIndex.names is incorrect

Issue - State: open - Opened by tswast about 2 years ago - 11 comments
Labels: good first issue, Blocked, Index

#800 - Missing stub for df.map() in pandas-stubs/core/frame.pyi

Issue - State: closed - Opened by andrewpmk about 2 years ago - 3 comments
Labels: good first issue

#797 - "Timestamp" has no attribute "as_unit" [attr-defined]

Issue - State: closed - Opened by WillAyd about 2 years ago - 1 comment
Labels: good first issue, Timestamp

#794 - convert_floating argument is missing in convert_dtypes

Issue - State: closed - Opened by twagner-fox about 2 years ago - 4 comments
Labels: good first issue, Dtype Conversions

#784 - Change `to_dict` to use `MutableMapping` instead of `Mapping`

Issue - State: closed - Opened by Dr-Irv about 2 years ago - 1 comment
Labels: good first issue

#773 - `Series#__getitem__` doesn't accept `pd.Timestamp`

Issue - State: closed - Opened by GarrisonD about 2 years ago - 2 comments
Labels: good first issue, Indexing

#744 - Index.intersection does not return correct sub type

Issue - State: closed - Opened by StefanBrand over 2 years ago - 4 comments
Labels: good first issue, Index

#736 - DataFrameGroupBy.aggregate can return Series with argument "size", typed as only returning DataFrame

Issue - State: closed - Opened by ljmc-github over 2 years ago - 4 comments
Labels: good first issue, Groupby

#732 - FEAT: Add InterpolateOptions to `interpolate()` methods for `method` argument.

Issue - State: closed - Opened by Dr-Irv over 2 years ago
Labels: good first issue, Missing-data

#720 - Mypy reports issues with `to_string` on `Series` that seem erroneous

Issue - State: closed - Opened by mattinbits over 2 years ago - 1 comment
Labels: good first issue, Series

#712 - Module has no attribute "interchange"

Issue - State: closed - Opened by MarcoGorelli over 2 years ago - 1 comment
Labels: good first issue, API - Consistency

#704 - `.rolling` should accept `Timedelta` as values.

Issue - State: closed - Opened by pinealan over 2 years ago - 1 comment
Labels: good first issue, Window

#692 - Series mask method's "other" parameter does not accept pandas.NA

Issue - State: closed - Opened by jasonboh over 2 years ago - 1 comment
Labels: good first issue

#681 - Argument 1 to "apply" of "Series" has incompatible type "Callable[[Any], Union[int, NAType]]"

Issue - State: closed - Opened by bersbersbers over 2 years ago - 2 comments
Labels: good first issue, Apply

#677 - `pd.RangeIndex` should accept `range` as the first argument

Issue - State: closed - Opened by Daverball over 2 years ago - 2 comments
Labels: good first issue, Index

#658 - error: "_SeriesGroupByScalar[Any]" has no attribute "diff" [attr-defined]

Issue - State: closed - Opened by randolf-scholz over 2 years ago - 1 comment
Labels: good first issue, Groupby

#640 - Fix nightly due to a new deprecation in 2.1.x

Issue - State: closed - Opened by Dr-Irv over 2 years ago
Labels: good first issue, nightly

#633 - pd.concat: overload for keys=[dict].keys()

Issue - State: closed - Opened by fostermaier over 2 years ago - 3 comments
Labels: good first issue, Reshaping

#629 - WeekOfMonth typing is incorrect

Issue - State: closed - Opened by Dr-Irv over 2 years ago
Labels: good first issue, Frequency

#605 - usecols keyword argument of pd.read_csv says it expects list[str] but the documentation says otherwise

Issue - State: closed - Opened by JasonMendoza2008 over 2 years ago - 3 comments
Labels: Bug, good first issue, IO CSV

#600 - timedelta_range or interval_range should accept Timedelta or timedelta as freq

Issue - State: closed - Opened by bemoody over 2 years ago - 3 comments
Labels: good first issue

#591 - `Series.argmin` return type

Issue - State: closed - Opened by zmoon over 2 years ago - 1 comment
Labels: good first issue

#586 - `Series.loc()` typecheck fails with a lambda (`Callable[[Any], Any]`)

Issue - State: closed - Opened by tcrasset over 2 years ago - 1 comment
Labels: good first issue, Indexing

#570 - [call-overload] `Series.name` is incompatible with `DataFrame.__getitem__`

Issue - State: closed - Opened by randolf-scholz over 2 years ago - 6 comments
Labels: good first issue, Indexing

#557 - Series.apply() should accept `None` as Callable return type

Issue - State: closed - Opened by chetanpepper over 2 years ago - 1 comment
Labels: good first issue, Apply