-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Insights: pandas-dev/pandas
Overview
Could not load contribution data
Please try again later
7 Pull requests merged by 6 people
-
DOC: Updated titanic.rst survived description
#61421 merged
May 9, 2025 -
DOC: removed none from docstring
#61411 merged
May 8, 2025 -
DEPS: Clean unused dependencies
#61331 merged
May 8, 2025 -
Subplot title count fix + fix for issue introduced in earlier PR
#61393 merged
May 7, 2025 -
[pre-commit.ci] pre-commit autoupdate
#61397 merged
May 5, 2025 -
DOC: add
api.types.is_dtype_equal
into document#61394 merged
May 3, 2025
7 Pull requests opened by 7 people
-
Fix #60766:.map,.apply would convert element type for extension array
#61396 opened
May 3, 2025 -
BUG: round on object columns no longer raises a TypeError
#61399 opened
May 6, 2025 -
BLD: allow to build with non-MSVC compilers on Windows
#61404 opened
May 7, 2025 -
CI: Upgrade to ubuntu-24.04, install Python free threading from conda-forge
#61410 opened
May 8, 2025 -
GH61405 Expose arguments in DataFrame.query
#61413 opened
May 9, 2025 -
Bug fix slow plot with datetimeindex
#61414 opened
May 9, 2025 -
BUG: Raise MergeError when suffixes result in duplicate column names …
#61422 opened
May 9, 2025
10 Issues closed by 4 people
-
DOC: Error in Getting started tutorials > How do I read and write tabular data?
#61412 closed
May 9, 2025 -
BUG: ImportError: cannot import name 'NaN' from 'numpy'
#61415 closed
May 9, 2025 -
DOC: axis argument for take says `None` is acceptable, but that is incorrect.
#61408 closed
May 8, 2025 -
BUG: CVE-2020-13091
#61409 closed
May 8, 2025 -
BUG: guess_datetime_format cannot infer iso 8601 format
#61403 closed
May 7, 2025 -
BUG: df.plot() multi-column subplots & title interaction
#61019 closed
May 7, 2025 -
BUG: Incorrect Parsing of Timestamps in pd.to_datetime with Series with format="ISO8601" and UTC=True
#61389 closed
May 6, 2025 -
DOC: Should `pandas.api.types.is_dtype_equal()` be documented?
#60905 closed
May 3, 2025 -
BUG: pd.to_datetime failing to parse with exception error 01-Jun-2025 in sequence with 31-May-2025
#61395 closed
May 3, 2025
11 Issues opened by 11 people
-
ENH: Add smart_groupby() method for automatic grouping by categorical columns and aggregating numerics
#61420 opened
May 9, 2025 -
BUILD: Missing Windows free-threading wheel
#61419 opened
May 9, 2025 -
BUG/FEATURE REQUEST: DataFrame.to_sql() tries to create table when it exists
#61418 opened
May 9, 2025 -
ENH: The prompt message in the error does not bring any valid bug prompts
#61417 opened
May 9, 2025 -
BUG: df.rolling.{std, skew, kurt} gives unexpected value
#61416 opened
May 9, 2025 -
BUG: to_csv() quotechar/escapechar behavior differs from csv module
#61407 opened
May 8, 2025 -
BUG: way to include all columns within a groupby apply
#61406 opened
May 8, 2025 -
DOC/ENH: Add full list of argument for DataFrame.query
#61405 opened
May 8, 2025 -
BUG: Duplicate columns allowed on `merge` if originating from separate dataframes
#61402 opened
May 7, 2025 -
ENH: access sliced dataframe from rolling.cov
#61401 opened
May 6, 2025 -
BUG: Slower `DataFrame.plot` with `DatetimeIndex`
#61398 opened
May 6, 2025
37 Unresolved conversations
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.
-
DOC: User Guide Page on user-defined functions
#61195 commented on
May 8, 2025 • 8 new comments -
ENH: Implement pandas.read_iceberg
#61383 commented on
May 8, 2025 • 6 new comments -
BUG: Impossible creation of array with dtype=string
#61263 commented on
May 8, 2025 • 4 new comments -
TST: Testing for mixed int/str Index
#61349 commented on
May 8, 2025 • 2 new comments -
BLD: Try using shared memory utilities in Cython to reduce wheel sizes
#61384 commented on
May 4, 2025 • 1 new comment -
BUG: Multindex difference not working on columns with type Timestamp[ns][pyarrow]
#61382 commented on
May 3, 2025 • 0 new comments -
ENH: Describe : add shortest, longest, avg/max/min length,field type
#59897 commented on
May 8, 2025 • 0 new comments -
TST: Make test_sql.py parallelizable
#60378 commented on
May 8, 2025 • 0 new comments -
Metadata generation failed when installing PyQt5
#61037 commented on
May 9, 2025 • 0 new comments -
DOC: Additional items for the cheat sheet
#40680 commented on
May 10, 2025 • 0 new comments -
BUG: "python make.py html" for documentation is giving error
#60039 commented on
May 10, 2025 • 0 new comments -
BUG: Added deprecation warning to Timestamp constructor
#61149 commented on
May 4, 2025 • 0 new comments -
BUG: fix to_json on period
#61203 commented on
May 4, 2025 • 0 new comments -
ENH: Create infrastructure for translations
#61220 commented on
May 8, 2025 • 0 new comments -
BUG: Fix scatter plot colors in groupby context to match line plot behavior (#59846)
#61233 commented on
May 6, 2025 • 0 new comments -
[WIP] ENH: support reading directory in read_csv
#61275 commented on
May 9, 2025 • 0 new comments -
PERF: Restore old performances with .isin() on columns typed as np.ui…
#61320 commented on
May 3, 2025 • 0 new comments -
Fix #61072: inconsistent fullmatch results with regex alternation
#61343 commented on
May 6, 2025 • 0 new comments -
Update CI to include Translations from Scientific Python Repo
#61380 commented on
May 8, 2025 • 0 new comments -
BUG: Constructing series with Timedelta object results in datetime series
#61365 commented on
May 4, 2025 • 0 new comments -
TST: mixed_int_string Index
#54072 commented on
May 4, 2025 • 0 new comments -
DOC: Issue with the general expressiveness of the docs
#61392 commented on
May 5, 2025 • 0 new comments -
BUG: when using id_vars in .melt(), the id_vars does not recognize the column name in a multiIndex dataframe
#60018 commented on
May 5, 2025 • 0 new comments -
BUG: to_sql works only for strings
#61385 commented on
May 6, 2025 • 0 new comments -
DOC: Development on Gitpod have problems
#59459 commented on
May 6, 2025 • 0 new comments -
BUG: Groupby.median returns absurd results for complex
#43770 commented on
May 6, 2025 • 0 new comments -
ENH: `DatetimeIndex.set_freq()`
#61094 commented on
May 6, 2025 • 0 new comments -
DOC: Incorrect explanation of merge_asof with direction="backward"
#53279 commented on
May 6, 2025 • 0 new comments -
ENH: read_csv with usecols shouldn't change column order
#61386 commented on
May 6, 2025 • 0 new comments -
GraphQL support / accessor plugin system
#29076 commented on
May 7, 2025 • 0 new comments -
BUG: round on object columns no longer raises a TypeError
#61206 commented on
May 7, 2025 • 0 new comments -
ENH: generic `save` and `read` methods for DataFrame
#60786 commented on
May 7, 2025 • 0 new comments -
BUG: Pandas Discrepancies in Handling Non-English Data During Memory Optimization
#58233 commented on
May 7, 2025 • 0 new comments -
TST: test_setitem_integer_with_missing_raises contains duplicate parametrization
#56727 commented on
May 7, 2025 • 0 new comments -
TST: tests for tm.shares_memory
#55372 commented on
May 7, 2025 • 0 new comments -
BUG: Series.plot.bar() raises TypeError on timedelta dtype
#39320 commented on
May 7, 2025 • 0 new comments -
ENH: Explicitly opt out of pytz support
#60025 commented on
May 8, 2025 • 0 new comments