{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":556068891,"defaultBranch":"main","name":"pandas","ownerLogin":"mliu08","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-10-23T01:35:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/72244627?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698719640.0","currentOid":""},"activityList":{"items":[{"before":"bcae40e3b66b3b91293c0f74797ba1a5f3f340ba","after":null,"ref":"refs/heads/mixed-col-dtype-test","pushedAt":"2023-10-31T02:34:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"}},{"before":"8b240f59f08bd1a02014cdaa5b727dabd21e8e8c","after":"bcae40e3b66b3b91293c0f74797ba1a5f3f340ba","ref":"refs/heads/mixed-col-dtype-test","pushedAt":"2023-10-28T01:31:26.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"Merge branch 'pandas-dev:main' into mixed-col-dtype-test","shortMessageHtmlLink":"Merge branch 'pandas-dev:main' into mixed-col-dtype-test"}},{"before":"beed6bc555bd82935257747236b2ef6b65a65bb9","after":"984d75543fce5c68f0dcc4f0b3500256e4a9c0c9","ref":"refs/heads/main","pushedAt":"2023-10-28T01:31:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"BUG: fix online ewma with CoW (#55735)","shortMessageHtmlLink":"BUG: fix online ewma with CoW (pandas-dev#55735)"}},{"before":"2dd0ac3e956a7ba1bc4806bef6241bb56c535875","after":"8b240f59f08bd1a02014cdaa5b727dabd21e8e8c","ref":"refs/heads/mixed-col-dtype-test","pushedAt":"2023-10-28T01:30:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"modified test to use result and expected dfs","shortMessageHtmlLink":"modified test to use result and expected dfs"}},{"before":"beed6bc555bd82935257747236b2ef6b65a65bb9","after":"2dd0ac3e956a7ba1bc4806bef6241bb56c535875","ref":"refs/heads/mixed-col-dtype-test","pushedAt":"2023-10-27T06:08:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"add test for mixed dtypes of df col index #47382","shortMessageHtmlLink":"add test for mixed dtypes of df col index pandas-dev#47382"}},{"before":"a5e55fb563b1c8ebf615c14c10229dcf48211b80","after":"beed6bc555bd82935257747236b2ef6b65a65bb9","ref":"refs/heads/mixed-col-dtype-test","pushedAt":"2023-10-27T05:42:48.000Z","pushType":"push","commitsCount":65,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"ENH: make guess_datetime_format public (#55079)\n\n* updating init to include guess_datetime_format func\r\n\r\n* included guess_datetime_format in api\r\n\r\n* updated test to include guess_datetime_format method\r\n\r\n* ran pre-commit hook\r\n\r\n* updated latest rst doc with enhancement note\r\n\r\n* removed enhancement update\r\n\r\n* alphabetize other-enhancement list\r\n\r\n* added guess_datetime_format\r\n\r\n* updated guess_datetime_format docstring with warning sphinx directive\r\n\r\n* fixed spelling from pre-commit hook\r\n\r\n* update guess_datetime_format docstring examples\r\n\r\n* fixed trailing whitespace\r\n\r\n* correct sphinx directive for guess_datetime_format with trailing whitespace\r\n\r\n* updated whatsnew with corrected guess_datatime_format api method string\r\n\r\n* removed extra line\r\n\r\n* removed comment lines in example for guess_datetime_format\r\n\r\n* removed api from method call for guess_datetime_format\r\n\r\n* pre-commit hook fix for whitespace\r\n\r\n* fix extra char\r\n\r\n* fix whitespace\r\n\r\n* removed toctree api\r\n\r\n* fixup\r\n\r\n* try fixing docstring\r\n\r\n* add whatsnew note\r\n\r\n---------\r\n\r\nCo-authored-by: Donald Thevalingam \r\nCo-authored-by: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com>","shortMessageHtmlLink":"ENH: make guess_datetime_format public (pandas-dev#55079)"}},{"before":"ff5cae7783bb6f23cd748e160360ce94f4c361da","after":"beed6bc555bd82935257747236b2ef6b65a65bb9","ref":"refs/heads/main","pushedAt":"2023-10-27T05:42:36.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"ENH: make guess_datetime_format public (#55079)\n\n* updating init to include guess_datetime_format func\r\n\r\n* included guess_datetime_format in api\r\n\r\n* updated test to include guess_datetime_format method\r\n\r\n* ran pre-commit hook\r\n\r\n* updated latest rst doc with enhancement note\r\n\r\n* removed enhancement update\r\n\r\n* alphabetize other-enhancement list\r\n\r\n* added guess_datetime_format\r\n\r\n* updated guess_datetime_format docstring with warning sphinx directive\r\n\r\n* fixed spelling from pre-commit hook\r\n\r\n* update guess_datetime_format docstring examples\r\n\r\n* fixed trailing whitespace\r\n\r\n* correct sphinx directive for guess_datetime_format with trailing whitespace\r\n\r\n* updated whatsnew with corrected guess_datatime_format api method string\r\n\r\n* removed extra line\r\n\r\n* removed comment lines in example for guess_datetime_format\r\n\r\n* removed api from method call for guess_datetime_format\r\n\r\n* pre-commit hook fix for whitespace\r\n\r\n* fix extra char\r\n\r\n* fix whitespace\r\n\r\n* removed toctree api\r\n\r\n* fixup\r\n\r\n* try fixing docstring\r\n\r\n* add whatsnew note\r\n\r\n---------\r\n\r\nCo-authored-by: Donald Thevalingam \r\nCo-authored-by: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com>","shortMessageHtmlLink":"ENH: make guess_datetime_format public (pandas-dev#55079)"}},{"before":null,"after":"a5e55fb563b1c8ebf615c14c10229dcf48211b80","ref":"refs/heads/mixed-col-dtype-test","pushedAt":"2023-10-27T05:42:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"BUG: DateOffset addition with non-nano (#55595)\n\n* BUG: DateOffset addition with non-nano\r\n\r\n* Update doc/source/whatsnew/v2.2.0.rst\r\n\r\nCo-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>","shortMessageHtmlLink":"BUG: DateOffset addition with non-nano (pandas-dev#55595)"}},{"before":"a5e55fb563b1c8ebf615c14c10229dcf48211b80","after":"ff5cae7783bb6f23cd748e160360ce94f4c361da","ref":"refs/heads/main","pushedAt":"2023-10-27T01:29:07.000Z","pushType":"push","commitsCount":60,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"REF: Avoid np.can_cast for scalar inference for NEP 50 (#55707)\n\n* REF: Avoid np.can_cast for scalar inference for NEP 50\r\n\r\n* Use helper function\r\n\r\n* end->stop\r\n\r\n* ignore typing\r\n\r\n* Address NEP 50 later","shortMessageHtmlLink":"REF: Avoid np.can_cast for scalar inference for NEP 50 (pandas-dev#55707"}},{"before":"0284861cf4e645ff406848ee11438cf52877ff42","after":null,"ref":"refs/heads/docstring-errors","pushedAt":"2023-10-20T06:40:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"}},{"before":"829ae73243e44221d0b05415cdf45ea9e81a7261","after":"a5e55fb563b1c8ebf615c14c10229dcf48211b80","ref":"refs/heads/main","pushedAt":"2023-10-20T06:39:19.000Z","pushType":"push","commitsCount":2303,"pusher":{"login":"mliu08","name":"Maggie Liu","path":"/mliu08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72244627?s=80&v=4"},"commit":{"message":"BUG: DateOffset addition with non-nano (#55595)\n\n* BUG: DateOffset addition with non-nano\r\n\r\n* Update doc/source/whatsnew/v2.2.0.rst\r\n\r\nCo-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>\r\n\r\n---------\r\n\r\nCo-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>","shortMessageHtmlLink":"BUG: DateOffset addition with non-nano (pandas-dev#55595)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADo5oEOgA","startCursor":null,"endCursor":null}},"title":"Activity ยท mliu08/pandas"}