Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
202 stars 12 forks source link

Implemented oxen df -w #367

Closed rpschoenburg closed 4 months ago

rpschoenburg commented 4 months ago

Implemented the 'write' option for oxen df. This flag, if set, writes the transformations of the other df options back to the file oxen df is being called on. For example, oxen df MyFile.csv -w and oxen df MyFile.csv -o MyFile.csv have the same behavior. This can be run in conjunction with oxen df -o, in which case the file will be written to both the original file and the path specified by -o