Simon Hawkins
Simon Hawkins
> We'll need to be a bit careful with this. We don't infer one of the nullable dtypes anywhere other than `pd.array` yet. just to be clear, my proposal was...
in https://github.com/pandas-dev/pandas/issues/58366#issuecomment-2075325445 @mroeschke wrote > https://github.com/pandas-dev/pandas/issues/58243 is discussing the path for nullable types being returned by default. > Having one sentinel changing the returned dtype leads to value dependent behavior...
> A circumstance would be considered exceptional if one or more of the following occur: > > * Disagreement between Teams about a particular issue that requires resolution by the...
> If you are currently on any of the above teams, there is no need to indicate whether you wish to continue. We will assume that you will continue as...
> Based on the above, here is the proposed set of teams: @Dr-Irv there are still only 4 teams in the pandas-dev organization. when will the teams be setup officially?...
Also we have a pandas-stubs-triage-team that's not included in the governance structure.
> It's on my TODO list to straighten out the memberships and email addresses of the teams. the team mentions on Github for starters? private mailing lists would be maintained...
Visibility and clarity within the GitHub organization I think is more of a priority, ensuring that contributors can easily identify relevant teams and mention them in discussions. I have no...
> ### Expected Behavior > I'd expect the series to get converted (to values of `decimal.Decimal` type, with dtype=object) without raising an exception, preserving the null elements. the docs for...