Oxen-AI / Oxen

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

Implemented oxen df -w #367

Closed rpschoenburg closed 1 week ago

rpschoenburg commented 2 weeks 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