Xiao Yuan

Results 36 comments of Xiao Yuan

I would like to take this. @phofl The bug exists if not specifying `dtype` in `df = pd.DataFrame({"A": [pd.NA, 1, 2]})`.

Hi, I ran into this bug too and did some investigations. The error is `pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 1-01-01 00:00:00`. The problem comes from the line below. When...

@jbrockmendel @mroeschke gentle ping for review.

Interesting. It seems this happens when year and hour:minute have the same number (e.g., 2023 and 20:23). I would like to try to submit a fix. @rhshadrach

Explanation of the fix: The previous code below failed for date time str of the kind like "2023-11-09T20:23:46". In L1006, `parsed_formatted` is parsed to the same "2023" for both "%H%M"...

working on: - sklearn.decomposition.dict_learning - sklearn.decomposition.dict_learning_online - sklearn.decomposition.sparse_encode

These public functions also lack an example section: - [x] sklearn.decomposition.fastica - [x] sklearn.cluster.dbscan - [x] sklearn.covariance.oas I found it when working on the `decomposition` module. It seems their html...

Working on `sklearn.neighbors.sort_graph_by_row_values`.

Sure. I added a test. @mikaylagawarecki