Skip to content
View rhshadrach's full-sized avatar
  • 84.51
  • Cincinnati, OH

Organizations

@pandas-dev

Block or report rhshadrach

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pandas-dev/pandas Public

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python 44.9k 18.4k

437 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to pandas-dev/pandas, pandas-dev/asv-runner, rhshadrach/mkdocs-argref-plugin and 11 other repositories
Loading A graph representing rhshadrach's contributions from March 17, 2024 to March 23, 2025. The contributions are 42% code review, 30% pull requests, 23% commits, 5% issues.

Contribution activity

March 2025

Created 2 commits in 1 repository

Created a pull request in pandas-dev/pandas that received 4 comments

DEPS: Update NumpyExtensionArray repr for NEP51

closes #xxxx (Replace xxxx with the GitHub issue number) Tests added and passed if fixing a bug or adding a new feature All code checks passed. …

+42 −2 lines changed 4 comments
Reviewed 18 pull requests in 1 repository

Created an issue in pandas-dev/pandas that received 3 comments

BUG: Printing float16 with NumPy>=2.0 gives overflow warning

print(pd.Series([1.0], dtype="float16")) # RuntimeWarning: overflow encountered in cast np.array([1.0], dtype="float16") > 1e6 # 0 1.0 # dtype: flo…

3 comments
Loading