neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.
https://neomodel.readthedocs.io
MIT License
939 stars 231 forks source link

Add pandas and numpy format support #760

Closed mariusconjeaud closed 10 months ago

mariusconjeaud commented 10 months ago

Adds support for casting cypher_query results to :

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 10 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (fb3ad1a) 86.46% compared to head (a6f3730) 88.25%. Report is 8 commits behind head on rc/5.1.3.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## rc/5.1.3 #760 +/- ## ============================================ + Coverage 86.46% 88.25% +1.78% ============================================ Files 19 21 +2 Lines 2431 2452 +21 ============================================ + Hits 2102 2164 +62 + Misses 329 288 -41 ``` | [Files](https://app.codecov.io/gh/neo4j-contrib/neomodel/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4j-contrib) | Coverage Δ | | |---|---|---| | [neomodel/integration/numpy.py](https://app.codecov.io/gh/neo4j-contrib/neomodel/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4j-contrib#diff-bmVvbW9kZWwvaW50ZWdyYXRpb24vbnVtcHkucHk=) | `66.66% <66.66%> (ø)` | | | [neomodel/integration/pandas.py](https://app.codecov.io/gh/neo4j-contrib/neomodel/pull/760?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4j-contrib#diff-bmVvbW9kZWwvaW50ZWdyYXRpb24vcGFuZGFzLnB5) | `75.00% <75.00%> (ø)` | | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/neo4j-contrib/neomodel/pull/760/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=neo4j-contrib)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

aanastasiou commented 10 months ago

Are you already working on this? I have done this already in a different setting

mariusconjeaud commented 10 months ago

@aanastasiou yes it's done already, but it took only a few minutes so I'm OK destroying it if you have a nicer way !