Robuta

Sponsor of the Day: Jerkmate
https://github.com/pandas-dev/pandas/issues/2304 Broadcasting bug with datetime.date index? · Issue #2304 · pandas-dev/pandas · GitHub Guys, It seems to be a problem with broadcasting when having a datetime.date index, do you know what may be causing this? Example: index =... pandas dev githubbroadcastingbugdatetimeindex https://github.com/pandas-dev/pandas/issues/18584 COMPAT: infer larger than unit64 to object dtype · Issue #18584 · pandas-dev/pandas · GitHub Code Sample, a copy-pastable example if possible # Your code here querySql = pandas dev githubcompatinferlargerobject https://github.com/pandas-dev/pandas/issues/40865 PERF: Series.nunique can compute unique, then remove na · Issue #40865 · pandas-dev/pandas · GitHub Currently we first remove nans, then use len on the result of Series.unique. Except for Series that are mostly null values, it is more performant to switch the... pandas dev githubremove naperfseriescompute https://github.com/pandas-dev/pandas/issues/6155 String comparison in query() · Issue #6155 · pandas-dev/pandas · GitHub Hi, it seems that string comparisons aren't supported in query() yet, so maybe this isn't a bug yet. Anyway, hopefully this behavior will be fixed for future... pandas dev githubstring comparisonqueryissue6155 https://github.com/pandas-dev/pandas/issues/28283 Various methods don't call call __finalize__ · Issue #28283 · pandas-dev/pandas · GitHub Improve coverage of NDFrame.__finalize__ Pandas uses NDFrame.__finalize__ to propagate metadata from one NDFrame to another. This ensures that things like... pandas dev githubvarious methodscallfinalizeissue