Closed eberrigan closed 7 months ago
This update introduces the capability to export analysis results in CSV format, enhancing the SLEAP project's data exporting functionalities. It streamlines the process for users needing CSV outputs for their tracking information, catering to broader analysis and integration needs, such as compatibility with external tools.
Files | Change Summary |
---|---|
sleap/io/convert.py |
Added support for CSV file generation in analysis exports, with logic updates for handling CSV formats. |
sleap/io/dataset.py |
Introduced export_csv method in Dataset class for CSV exporting using CSVAdaptor . |
tests/io/test_convert.py |
Updated tests to include CSV format in analysis format checks. |
tests/io/test_dataset.py |
Added tests for CSV export functionality, including content verification. |
docs/guides/cli.md |
Documented the addition of CSV format support in analysis exports via the --format CLI option. |
🎉🐇✨
In the land of code and bytes, a new feature takes its flight,
CSV exports, wide and far, shining like a star.
Through the fields of data, we hop, with ease, we now can swap,
Formats old and new, making analysis dreams come true.
🌟📊🐾
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.12%. Comparing base (
7ed1229
) to head (e508587
). Report is 1 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
analysis.csv
as an option for exporting a csv usingsleap-convert
CLIexport_csv
function toLabels
class for exporting a csv using the APITypes of changes
Does this address any currently open issues?
1713
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart:
Summary by CodeRabbit