Pinned Loading
-
pandas-dev/pandas
pandas-dev/pandas PublicFlexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
437 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
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
pandas-dev/pandas
18 pull requests
-
ENH: Added dict support for
pd.set_option
This contribution was made on Mar 22 -
MNT: Bump dev pin on NumPy
This contribution was made on Mar 20
-
BUG: Collision between equivalent frequencies 'QS-…
This contribution was made on Mar 19
-
Fix/time series interpolation is wrong 21351
This contribution was made on Mar 19
-
Preserve column names in empty Dataframe
This contribution was made on Mar 19
-
DOC: Updated link for OVH server benchmark visualization
This contribution was made on Mar 19
-
BUG: Add fillna at the beginning of _where not to fill NA. #60729
This contribution was made on Mar 19
-
DOC: Remove outdated comment, use DateOffset instead of BaseOffset in docs
This contribution was made on Mar 11
-
BUG: Improve ImportError message to suggest importing dependencies directly for full error details
This contribution was made on Mar 10
-
BUG: Fix MultiIndex from_tuples on tuples with NaNs
This contribution was made on Mar 7
-
BUG(string dtype): Empty sum produces incorrect result
This contribution was made on Mar 7
-
BUG: Fix concat DataFrame and Series with ignore_index=True
This contribution was made on Mar 6
-
BUG: Fix return type of loc/iloc
This contribution was made on Mar 5
-
DOC: Updated set_index doc with a warning
This contribution was made on Mar 5
-
ENH: Add HalfYear offsets
This contribution was made on Mar 1
-
Fixed describe.py
This contribution was made on Mar 1
-
BUG: Fixed assign failure when with Copy-on-Write
This contribution was made on Mar 1
-
Update describe.py
This contribution was made on Mar 1
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