Dea María Léon
Dea María Léon
PR https://github.com/pandas-dev/pandas/pull/56484 If it is expected please ignore or close this issue. Benchmark: `indexing.CategoricalIndexIndexing.time_getitem_list` (Python) with index='monotonic_decr' @jbrockmendel http://57.128.112.95:5000/benchmark-results/0662a0dc8035706a80005a2ad6651f18/
PR https://github.com/pandas-dev/pandas/pull/58590 If it is expected please ignore or close this issue. @phofl "`strings.Methods.time_isalnum` (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646b2d74f88000c74808e7de3c...06639316f12f7a8280007ef0249c27bf", "`strings.Methods.time_isdecimal` (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646e68742e800052b988670e30...06639316f4ae7fc78000f701dcc49108", "`strings.Methods.time_isdigit` (Python) with dtype='string[pyarrow]'": "http://57.128.112.95:5000/compare/benchmarks/066386646fec7b8c8000ec9e2fb63cf0...06639316f6737c358000e1a8a74bb1f7", "`strings.Methods.time_isnumeric` (Python)...
PR #58483 @lithomas1 "`libs.InferDtype.time_infer_dtype` (Python) with dtype='np-object'": "http://57.128.112.95:5000/compare/benchmarks/0663e9b71ebe7ec480008ecf488c2a9d...0663e9c8c4e878d380005c8f93f092a4", "`strings.Methods.time_isalnum` (Python) with dtype='string[python]'": "http://57.128.112.95:5000/compare/benchmarks/0663e9bb685b71738000a56f64f75abe...0663e9ccf228726d8000696c63f3acb2", "`strings.Methods.time_islower` (Python) with dtype='string[python]'": "http://57.128.112.95:5000/compare/benchmarks/0663e9bb6f8b761c80009f510bc437fd...0663e9ccf90b7cc78000e9aac27035f5", "`strings.Methods.time_len` (Python) with dtype='str'": "http://57.128.112.95:5000/compare/benchmarks/0663e9bb79db7e3c8000e44a7f9b8460...0663e9cd026a758e80006e8894de4e91", "`strings.Methods.time_isspace` (Python) with dtype='string[python]'": "http://57.128.112.95:5000/compare/benchmarks/0663e9bb735b7b6d80001191762afc4d...0663e9ccfc9b712e8000d65e509d7a01", "`strings.Methods.time_len` (Python)...
PR #58622 @mroeschke "`io.csv.ReadCSVConcatDatetimeBadDateValue.time_read_csv` (Python) with bad_date_value=''": "http://57.128.112.95:5000/compare/benchmarks/0663e9c72c9a797f80008f35f8dd44de...0663e9d85bd370f78000b2b422a0e080", "`io.csv.ReadCSVConcatDatetimeBadDateValue.time_read_csv` (Python) with bad_date_value='nan'": "http://57.128.112.95:5000/compare/benchmarks/0663e9c72b7574148000e742ce0eaed8...0663e9d85aa97a6d80002f9e1b52ae8b"
PR #55999 If it is expected please ignore this issue. @WillAyd "eb55bca5bf91541a5c4f6213b18824589415127b": { "`tslibs.fields.TimeGetTimedeltaField.time_get_timedelta_field` (Python) with field='microseconds', size=1000000": "http://57.128.112.95:5000/compare/benchmarks/065fb93bf74c75d480006fe97e7b82d8...065fb94f7876798380009c8d16cc367e", "`tslibs.fields.TimeGetTimedeltaField.time_get_timedelta_field` (Python) with field='seconds', size=1000000": "http://57.128.112.95:5000/compare/benchmarks/065fb93bf6bf7a7d8000621519222b60...065fb94f77ee7e3e800087d3ad953647", "`tslibs.fields.TimeGetTimedeltaField.time_get_timedelta_field` (Python) with field='nanoseconds', size=1000000":...
### Description of the bug Line of code is shown on attributes. For example on `shape` and `fill_value`: https://sparse.pydata.org/en/latest/api/COO/#sparse.COO-attributes:~:text=shape%20%3D%20tuple(int(sh)%20for%20sh%20in%20shape)%20instance%2Dattribute In case the link doesn't work: 
#### Reference Issues/PRs Fixes https://github.com/scikit-learn/scikit-learn/issues/29900 #### What does this implement/fix? Explain your changes. #### Any other comments?
## What type of PR is this? (check all applicable) - [ ] 💾 Refactor - [ ] 🪄 Feature - [ ] 🐞 Bug Fix - [ ] 🔧...
Related to issue #325 If we add the proposed code, nothing changes when using a pandas dataframe. And the rest of the libraries can be handled with Narwhals. That's needed...