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

added support for pandas dataframe as value dtype #103

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

nikfio
Copy link

@nikfio nikfio commented Dec 26, 2023

I thought about using dotty dictionary to enhance data management.
Dotty keys provide a nice way to localize data by keys composition and nesting.

I have added the possibility to set and compare values being a pandas dataframe dtype.
All original tests are passed and it is added a specific test to check consistency with key-values pair having dataframe elements.

Tox targets tested are:

  • py3.9
  • py3.10
  • flake8

I have neglected python<3.9 to be able to test with the latest pandas package (2.1.4 at this day) version requiring python>=3.9.

Attached there is the complete output of make test-all command.
maketestall.log

Hope this would be helpful for someone else.
I would be happy to hear from anyone having suggestions or proposals.

Nick

@nikfio nikfio closed this Dec 26, 2023
@nikfio nikfio reopened this Dec 27, 2023
@nikfio
Copy link
Author

nikfio commented Dec 27, 2023

Did some fixes on circle-ci config jobs and the supported ones are activated.

Nick

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.

1 participant