Update README.md
Browse files
README.md
CHANGED
@@ -691,6 +691,8 @@ print("Saved at:", repo_dir)
|
|
691 |
|
692 |
### 2 — Convert parquet to csv
|
693 |
|
|
|
|
|
694 |
```python
|
695 |
import pyarrow.dataset as ds, pyarrow.csv as pv, pyarrow as pa, pathlib
|
696 |
|
|
|
691 |
|
692 |
### 2 — Convert parquet to csv
|
693 |
|
694 |
+
The downloaded files are in Parquet format. By converting them to CSV, they can be used for various purposes.
|
695 |
+
|
696 |
```python
|
697 |
import pyarrow.dataset as ds, pyarrow.csv as pv, pyarrow as pa, pathlib
|
698 |
|