Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Create ms_to_pq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Oct 15, 2019
1 parent cfb9572 commit 6892237
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conversion/ms_to_pq.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
def ms_to_pq(infile, outfile=None)
"""
Convert Legacy MS to Apache Parquet format

Parameters
----------
infile : str
Input MS filename
outfile : str
Output Parquet filename. If None, will use infile name with .pq extension

Returns
-------
None
"""
tmp = infile

0 comments on commit 6892237

Please sign in to comment.