-
-
Notifications
You must be signed in to change notification settings - Fork 142
Insights: pandas-dev/pandas-stubs
Overview
Could not load contribution data
Please try again later
19 Pull requests merged by 5 people
-
take method on NDDataFrame
#1209 merged
May 8, 2025 -
fix: Series initialiser also takes positional arguments
#1207 merged
May 2, 2025 -
GH984 Add overload for DataFrame.clip and update those for Series.clip
#1206 merged
May 1, 2025 -
move private imports from testing into tests/__init__.py
#1205 merged
Apr 29, 2025 -
GH1203 Pass a dict to setter for DataFrame.loc/iloc
#1204 merged
Apr 28, 2025 -
GH828 Replace Iterable with Axes for Index.__new__/Index.__init__
#1202 merged
Apr 27, 2025 -
GH1158 change type of tuples param for MultiIndex.from_tuples
#1201 merged
Apr 26, 2025 -
GH1103 Fixes for
Dataframe.squeeze
andSeries.squeeze
#1199 merged
Apr 26, 2025 -
GH730 allow str for float format to string
#1200 merged
Apr 25, 2025 -
GH941 add
UnknownSeries
overload forSeries.map
#1198 merged
Apr 25, 2025 -
GH1184 Clean up new warnings with new version of pyright (1.1.399)
#1185 merged
Apr 25, 2025 -
GH1169 Improve parameter types for
DataFrame.pct_change
andSeries.pct_change
#1194 merged
Apr 24, 2025 -
GH1174 more precise kwargs in
DataFrame.to_clipboard
#1195 merged
Apr 24, 2025 -
GH1196 Add typing to pd.Index.inser/delete and derived classes
#1197 merged
Apr 23, 2025 -
GH1182 Add numpy integer, floating, complex to Scalar
#1192 merged
Apr 20, 2025 -
GH1189/GH1181 Timestamp subtraction and index shift
#1191 merged
Apr 19, 2025 -
GH1180 Clean up all/any methods for Series and DataFrame
#1188 merged
Apr 17, 2025 -
GH1186 Update versions of pre-commit for ruff, black, isort and codespell
#1187 merged
Apr 14, 2025 -
GH1179 Add WriteBuffer[bytes] to to_json method
#1183 merged
Apr 14, 2025
1 Pull request opened by 1 person
-
GH1173 Experiment with fuller typing
#1193 opened
Apr 20, 2025
22 Issues closed by 2 people
-
`pd.DataFrame.take` should allow `np.ndarray` indices (current stub only accepts `list`)
#1208 closed
May 8, 2025 -
DataFrame.insert should accept np.float32
#1059 closed
May 5, 2025 -
Create overloads for `DataFrame.clip()`
#984 closed
May 1, 2025 -
`__setitem__` should accept a dictionary
#1203 closed
Apr 28, 2025 -
Argument 1 to "DatetimeIndex" has incompatible type "dict[str, str]"
#828 closed
Apr 27, 2025 -
Unexpected, Misleading mypy Failures After pandas-stubs Update: DataFrame.from_dict() Behavior
#928 closed
Apr 26, 2025 -
core.indexes.multi.MultiIndex.from_tuples might have a wrong signature
#1158 closed
Apr 26, 2025 -
Series.squeeze return type should be a Series or Scalar
#1103 closed
Apr 26, 2025 -
`float_format` in `.to_string` can be `str`
#730 closed
Apr 25, 2025 -
`Series.map()` needs type for `arg` and result
#941 closed
Apr 25, 2025 -
Invalid typing for `df.to_csv`
#962 closed
Apr 25, 2025 -
New version of pyright 1.1.399 clears up a lot of unnecessary ignores
#1184 closed
Apr 25, 2025 -
type `kwargs` in `pct_change` according to params in `shift`
#1169 closed
Apr 24, 2025 -
type `kwargs` in `DataFrame.to_clipboard` according to `to_csv`
#1174 closed
Apr 24, 2025 -
Type pd.Index.insert
#1196 closed
Apr 23, 2025 -
`na_value` in `to_numpy` does not accept NumPy number types
#1182 closed
Apr 20, 2025 -
subtracing a TimeStampSeries from a Timestamp not supported
#1189 closed
Apr 20, 2025 -
pd.Index().shift() claims to return None
#1181 closed
Apr 19, 2025 -
Wrong type hint for Series.all() and Series.any()
#1180 closed
Apr 17, 2025 -
Update precommit to align with latest versions of ruff/black/isort/codesplee
#1186 closed
Apr 14, 2025 -
Include `pandas.api.is_dtype_equal()` ?
#1114 closed
Apr 14, 2025 -
Inconsitent typing for DataFrame.to_json
#1179 closed
Apr 14, 2025
1 Issue opened by 1 person
-
ENH: Add Optional Schema Definitions to Enable IDE Autocompletion
#1190 opened
Apr 17, 2025
1 Unresolved conversation
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
type `kwargs` in `DataFrame.query` according to `DataFrame.eval`
#1173 commented on
Apr 13, 2025 • 0 new comments