Skip to content

Commit 0bab1fc

Browse files
authored
Create README.md
0 parents  commit 0bab1fc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Convert a json file into a csv
2+
This script takes in a CSV file as myInput and generates a Parquet file as myOutput.
3+
4+
### Prerequisites modules
5+
* pandas
6+
* pyarrow
7+
* pyspark
8+
* koalas
9+
* dask
10+
11+
* install required external modules.
12+
13+
### script
14+
- Execute each '.py' file using `python3'

0 commit comments

Comments
 (0)