Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pandas

pandas is a data wrangling platform for Python that provides easy-to-use data ingestion, transformation, and export functions.
Collective - Host: numfocus - https://opencollective.com/pandas - Website: https://pandas.pydata.org - Code: https://github.com/pandas-dev

BUG: Frequency shift on empty DataFrame

github.com/pandas-dev/pandas - eightyseven opened this pull request about 2 months ago
DOC: Document attributes of Timedelta #59698

github.com/pandas-dev/pandas - ammar-qazi opened this pull request about 2 months ago
accept float values in pd.Timedelta

github.com/pandas-dev/pandas-stubs - 5j9 opened this pull request about 2 months ago
DOC: fix SA01,ES01 for pandas.arrays.IntervalArray.left

github.com/pandas-dev/pandas - tuhinsharma121 opened this pull request about 2 months ago
Create Davita score

github.com/pandas-dev/pandas - EveMitchell opened this pull request about 2 months ago
BUG: fix #60128 BUG: Series.combine_first loss of precision

github.com/pandas-dev/pandas - cooolheater opened this pull request about 2 months ago
ENH: "stripna" for dropping leading or trailing NaNs

github.com/pandas-dev/pandas - joshdunnlime opened this issue about 2 months ago
ENH: Add `area_limit` to `fillna

github.com/pandas-dev/pandas - joshdunnlime opened this issue about 2 months ago
Backport PR #60150 on branch 2.3.x (CI: remove uninstall of nomkl)

github.com/pandas-dev/pandas - meeseeksmachine opened this pull request about 2 months ago
BUG/API: preserve dtype in Index `append()`

github.com/pandas-dev/pandas - jorisvandenbossche opened this issue about 2 months ago
[backport 2.3.x] String dtype: implement sum reduction (#59853)

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
BUG: Remove incorrect check on value label length

github.com/pandas-dev/pandas - bashtage opened this pull request about 2 months ago
CI: add test build with numpy 1.26 (<2)

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
[backport 2.3.x] CI: remove usage of legacy NPY_PROMOTION_STATE (#60144)

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
String dtype: deprecate the pyarrow_numpy storage option

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
CI: remove uninstall of nomkl

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
Update pyright

github.com/pandas-dev/pandas-stubs - hauntsaninja opened this pull request about 2 months ago
CI: Add Windows wheels for the free-threaded build

github.com/pandas-dev/pandas - lysnikolaou opened this pull request about 2 months ago
BUG: Fixes pd.merge issue with columns of dtype numpy.uintc on windows

github.com/pandas-dev/pandas - AbhishekChaudharii opened this pull request about 2 months ago
CI: remove usage of legacy NPY_PROMOTION_STATE

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
CI/TST: fix parquet tz test returning pytz fixed offset (pyarrow 18)

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
DOC: fix PR07,SA01 for pandas.api.types.is_iterator

github.com/pandas-dev/pandas - sunlight798 opened this pull request about 2 months ago
DOC: fix broken link on team webpage

github.com/pandas-dev/pandas - KevsterAmp opened this pull request about 2 months ago
CI/TST: fix tests for compat with numpy 2+ when using legacy promotion

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
QST: Is pandas.to_sql considered an ORM?

github.com/pandas-dev/pandas - Negroni1 opened this issue about 2 months ago
GitHub

github.com/pandas-dev/pandas - abigalegeathers opened this issue about 2 months ago
DOC: fix docstring of Series.round()

github.com/pandas-dev/pandas - eightyseven opened this pull request about 2 months ago
DOC: fix RT03,SA01,ES01 for pandas.set_eng_float_format

github.com/pandas-dev/pandas - tuhinsharma121 opened this pull request about 2 months ago
TST (string dtype): update tests/reductions tests

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
DOC: fix docstring of Series.round()

github.com/pandas-dev/pandas - eightyseven opened this pull request about 2 months ago
BUG/TST (string dtype): fix and update tests for Stata IO

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
BUG: allow complex type in convert_dtypes

github.com/pandas-dev/pandas - yasirroni opened this issue about 2 months ago
BUG: Series.combine_first loss of precision

github.com/pandas-dev/pandas - jessestone7 opened this issue about 2 months ago
Update enums to reflect typing spec changes

github.com/pandas-dev/pandas-stubs - hauntsaninja opened this pull request about 2 months ago
BUG: Assigning boolean series with logical indexer

github.com/pandas-dev/pandas - SpoopyPillow opened this pull request about 2 months ago
BUG: 'Engine' object has no attribute 'cursor'

github.com/pandas-dev/pandas - Jagadish250803 opened this issue about 2 months ago
BUG: Converting NumPy-nullable dtypes to str

github.com/pandas-dev/pandas - pkludig opened this issue about 2 months ago
Fix BUG: DataFrame.shift with freq on empty DataFrames

github.com/pandas-dev/pandas - lfffkh opened this pull request about 2 months ago
BUG: isin check incorrect with uint64 dtype

github.com/pandas-dev/pandas - SpoopyPillow opened this pull request about 2 months ago
TST (string dtype): fix xfails in test_algos.py

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
BUG: preserve (object) dtype in factorize

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
TST (string dtype): add explicit object vs str dtype to index fixture

github.com/pandas-dev/pandas - jorisvandenbossche opened this pull request about 2 months ago
Fixes: [#60084] Added a new file test_timestamp_hash.py

github.com/pandas-dev/pandas - vgauraha62 opened this pull request about 2 months ago
TST: Retyping of categorical column with NaN

github.com/pandas-dev/pandas - SpoopyPillow opened this pull request about 2 months ago
CI/TST: Update pyreadstat tests and pin xarray on CI

github.com/pandas-dev/pandas - rhshadrach opened this pull request about 2 months ago
BUG: Stata value label limits incorrect

github.com/pandas-dev/pandas - jmcoglianese opened this issue about 2 months ago
Fix BUG: read_sql tries to convert blob/varbinary to string with pyarrow backend

github.com/pandas-dev/pandas - kastkeepitjumpinlikekangaroos opened this pull request about 2 months ago
DOC: to_latex braces in headers must be escaped (#60063)

github.com/pandas-dev/pandas - GregersSR opened this pull request about 2 months ago
BUG: unable to insert 64-bit integers into dataframe.

github.com/pandas-dev/pandas - dominiquegarmier opened this issue about 2 months ago
[TST] Parse arrow_dtype as datetime index

github.com/pandas-dev/pandas - MCRE-BE opened this pull request about 2 months ago
Update holiday.py

github.com/pandas-dev/pandas - easternsun7 opened this pull request about 2 months ago
DOC: Update holiday.py

github.com/pandas-dev/pandas - easternsun7 opened this pull request about 2 months ago
DOC: Update holiday.py

github.com/pandas-dev/pandas - easternsun7 opened this pull request about 2 months ago
error code deduction

github.com/pandas-dev/pandas - abigalegeathers opened this issue about 2 months ago
BLD: relax meson/meson-python requirements

github.com/pandas-dev/pandas - isuruf opened this pull request about 2 months ago
BUG: Datatypes not preserved on pd.read_excel

github.com/pandas-dev/pandas - vignesh14052002 opened this issue about 2 months ago
BUG: DataFrame Dict not callabe

github.com/pandas-dev/pandas - kellykayaks opened this issue about 2 months ago