tylerdq / pdfca

Batch process text-containing PDF files for corpus and content analysis.
MIT License
0 stars 0 forks source link

Add command to convert between .parquet and .feather formats #4

Closed tylerdq closed 5 years ago

tylerdq commented 5 years ago

Ideally, the user would provide the filename and format of the binary they want to convert, and the script would choose the opposite format (.parquet <-> .feather). Would need to ask for confirmation because this could potentially be destructive.

tylerdq commented 5 years ago

Addressed in commit 4863ceb