8000 GitHub - NoTranslationLayer/reflect-utils: Utilities for processing and analysis of Reflect data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NoTranslationLayer/reflect-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reflect-utils

Utilities for processing and analysis of Reflect data

Installation

pip install .

For installing in editable mode, allowing to test changes without reinstalling the package:

pip install -e .

JSON to CSV Converter

This script parses a JSON reflection history into separate CSV files.

Each reflection type in the JSON file will be parsed into a separate CSV file. This corresponds to a separate CSV file for each defined reflection template. Each reflection instance is a row and each metric in the reflection is a column in the resulting CSV file.

Usage

Here's how to use the script:

python json_to_csv.py path_to_json_file output_directory

To filter only specific reflections by reflection name:

python json_to_csv.py path_to_json_file output_directory -r reflection_name1 reflection_name2 ...

About

Utilities for processing and analysis of Reflect data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0