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/todict with index #7

Merged
merged 11 commits into from
Mar 9, 2023
Merged

Feat/todict with index #7

merged 11 commits into from
Mar 9, 2023

Conversation

delchiaro-bh
Copy link
Contributor

@delchiaro-bh delchiaro-bh commented Mar 8, 2023

Overriding dataframe.to_dict to support a new parameter boolean include_index to easily include the DataFrame index in the columns just before converting to dictionary.

The default behavior is not modified.

This should implement the feature request #6

@github-actions
Copy link

github-actions bot commented Mar 8, 2023

Test Results

87 tests   87 ✔️  24s ⏱️
  1 suites    0 💤
  1 files      0

Results for commit c299e65.

♻️ This comment has been updated with latest results.

doc/src/installation.md Outdated Show resolved Hide resolved
src/cocohelper/dataframe.py Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Mar 9, 2023

Code Coverage

Package Line Rate Health
cocohelper 85%
cocohelper.adapters 96%
cocohelper.errors 100%
cocohelper.filters 90%
cocohelper.filters.cocofilters 97%
cocohelper.filters.strategies 74%
cocohelper.splitters 96%
cocohelper.transforms 59%
cocohelper.utils 70%
cocohelper.utils.types 100%
Summary 80% (1488 / 1867)

Minimum allowed line rate is 30%

@valvgab-bh valvgab-bh marked this pull request as ready for review March 9, 2023 10:37
Copy link
Collaborator

@valvgab-bh valvgab-bh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all good

@valvgab-bh valvgab-bh merged commit 2af95b7 into master Mar 9, 2023
@valvgab-bh valvgab-bh deleted the feat/todict-with-index branch March 9, 2023 10:38
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.

2 participants