Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

fix pandas index problem #71

Merged
merged 1 commit into from
Oct 12, 2021
Merged

fix pandas index problem #71

merged 1 commit into from
Oct 12, 2021

Conversation

mike0sv
Copy link
Contributor

@mike0sv mike0sv commented Oct 11, 2021

closes #63

Signed-off-by: mike0sv mike0sv@gmail.com

closes #63

Signed-off-by: mike0sv <mike0sv@gmail.com>
@mike0sv mike0sv self-assigned this Oct 11, 2021
@mike0sv mike0sv requested a review from a team October 11, 2021 15:05
@codecov
Copy link

codecov bot commented Oct 11, 2021

Codecov Report

Merging #71 (db329db) into main (0574ba3) will increase coverage by 0.62%.
The diff coverage is 92.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   75.93%   76.56%   +0.62%     
==========================================
  Files          52       52              
  Lines        3038     3076      +38     
==========================================
+ Hits         2307     2355      +48     
+ Misses        731      721      -10     
Impacted Files Coverage Δ
mlem/log.py 85.71% <ø> (-1.79%) ⬇️
mlem/api/commands.py 67.94% <50.00%> (ø)
mlem/runtime/interface/base.py 81.37% <66.66%> (ø)
mlem/cli/main.py 83.33% <80.00%> (-16.67%) ⬇️
mlem/core/metadata.py 92.45% <90.00%> (+0.14%) ⬆️
mlem/__init__.py 100.00% <100.00%> (ø)
mlem/cli/apply.py 91.30% <100.00%> (ø)
mlem/cli/deploy.py 50.00% <100.00%> (ø)
mlem/cli/env.py 73.33% <100.00%> (+1.90%) ⬆️
mlem/cli/get.py 66.66% <100.00%> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32938cc...db329db. Read the comment docs.

Copy link
Contributor

@aguschin aguschin left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

@mike0sv mike0sv merged commit c0d9d9b into main Oct 12, 2021
@mike0sv mike0sv deleted the fix/pandas-index branch October 12, 2021 14:00
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save/load DataFrame with particular index fails
2 participants