pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
PythonBSD-3-Clause
Pinned issues
Issues
- 1
- 2
ENH: reading Parquet with PyArrrow : read_parquet equivalent of date_as_object=False
#62262 opened by simonaubertbd - 0
- 3
DOC: Clarify parentheses vs. brackets
#62314 opened by afeld - 6
PERF: `to_numpy` is >3 orders of magnitude slower on tz aware datetimes
#62309 opened by joshdunnlime - 1
BUG: NaN categorical in multi-level column gets replaced in to_excel output
#62340 opened by niclas-muller - 4
RLS: 2.3.3
#62330 opened by jorisvandenbossche - 1
- 6
BUG: `record_prefix` ignored when `record_path` is empty
#62205 opened by JensHeinrich - 5
DOC: pandas.DataFrame.to_hdf missing data
#62336 opened by hunterhogan - 3
BUG: factorize does not preserve extension dtypes
#62337 opened by batterseapower - 0
TRACKER: add support for Python 3.14
#62261 opened by jorisvandenbossche - 18
BUG: Addition/subtracting `pd.Timedelta` constructed from hour offset gives wrong results
#62310 opened by christianfosli - 5
BUG: str.match and str.contains behave inconsistently on compiled regexps (regression in 2.3.2 relative to 2.3.1)
#62240 opened by sam-s - 2
ERR: improve error message when specifying a previously-deprecated frequency alias
#62259 opened by jorisvandenbossche - 6
BUG: Failed to build Pandas 2.1.x Docs
#62303 opened by hwhsu1231 - 5
BUG: Inconsistent multiplication of bool times Timedelta
#62316 opened by Dr-Irv - 8
DOC: NaT - "alias of NaT"; NA - "alias of <NA>"
#62185 opened by wjandrea - 3
- 5
BUG: Index.get_level_values() does not handle boolean, pd.NA, np.nan, or pd.NaT `level` correctly
#62169 opened by sfc-gh-mvashishtha - 3
- 0
CI: Enable GitHub Actions CI for ppc64le (Power architecture) support
#62311 opened by sandeepgupta12 - 14
BUG: Incorrect Future warning using a logical operation between two pyarrow boolean series
#62260 opened by flori-ko - 3
- 0
ENH: add support for .ceil() and .floor() for series/frame
#62306 opened by auderson - 3
BUG: Behavior change in pandas 3.x with `Series.resample` and `closed="right", how="right"`
#62200 opened by TomAugspurger - 10
PERF: `DataFrame.unstack()` and `DataFrame.pivot_table()` upcasting take up more memory than needed
#62244 opened by pabloknecht - 4
- 3
ENH: Make ExtensionDtype.numpy_dtype part of the interface?
#62268 opened by mroeschke - 2
ENH: Infer enums as categories
#62207 opened by JensHeinrich - 0
BUG: DatetimeIndex.get_indexer(timestamp[pyarrow])
#62277 opened by jbrockmendel - 0
REF: use _cast_pointwise_result in map
#62164 opened by jbrockmendel - 1
BUG/API: comparison datetime64-vs-dates
#62157 opened by jbrockmendel - 3
API: indexing dates-with-datetime64
#62158 opened by jbrockmendel - 2
PERF: cache interleaved_dtype in fast_xs
#62263 opened by jbrockmendel - 0
API: `freq` or `step` for base class Index?
#62219 opened by jbrockmendel - 4
BUG: memory leak in to_json when converting DateTime values
#62204 opened by swt2c - 1
Where are the docs for idiots like me?
#62243 opened by hunterhogan - 1
- 1
BUG: writing categorical of intervals (pd.cut() output) to Parquet is not supported
#62235 opened by jorisvandenbossche - 1
BUG:
#62233 opened by ry99765-commits - 2
ENH: High-performance implementation function for appending rows to a dataframe
#62236 opened by baoshuang - 9
ENH: keep the type option for keys in groupby
#62206 opened by simonaubertbd - 1
ENH: Add Support for Reading .conll Files in Pandas
#62228 opened by namesarnav - 2
BUG: Using unstacking with `sort=False` after grouping with `sort=False` incorrectly shuffles data
#62213 opened by Tenceto - 1
Bug report
#62202 opened by sasipadi - 1
release wheel of v1.5.3 for python 3.12
#62195 opened by agoblet - 1
- 3
>>> import warnings >>> warnings.filterwarnings("ignore", "\nPyarrow", DeprecationWarning) >>> import pandas
#62168 opened by hashmatr370-sys - 3
1911902583
#62167 opened by hashmatr370-sys