You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): add PyPI publish workflow and update badges (#548)
* feat(ci): add PyPI publish workflow and update badges
- Introduced a new GitHub Actions workflow for publishing to PyPI
- Removed PyPI publishing logic from the existing CI workflow
- Updated README with badges for PyPI publish status and version
Ensure np.nan is not present in string columns
This change was triggered by the Pandas warning:
FutureWarning:
Mismatched null-like values None and nan found. In a future version,
pandas equality-testing functions (e.g. assert_frame_equal) will
consider these not-matching and raise.
pd.testing.assert_frame_equal(gruptree_df, expected_dframe, check_dtype=False)