Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add supports for custom precision for index specified as number [DataFrame] #335

Merged
merged 4 commits into from
Oct 12, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Sep 30, 2021

Closes #328

Proposed Changes

Added supports to store DataFrame with index as number with custom precision.

image

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review September 30, 2021 09:34
@bednar bednar requested a review from rhajek September 30, 2021 09:35
@bednar bednar force-pushed the feat/support-precision-for-index-as-number branch from 44d3e01 to 12cf831 Compare October 4, 2021 11:16
@bednar bednar force-pushed the feat/support-precision-for-index-as-number branch from 12cf831 to 31428ce Compare October 12, 2021 08:46
@bednar bednar added this to the 1.22.0 milestone Oct 12, 2021
@bednar bednar merged commit 9b20924 into master Oct 12, 2021
@bednar bednar deleted the feat/support-precision-for-index-as-number branch October 12, 2021 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing precision for to_datetime in DataFrame serializer
3 participants