Update README.md
Browse files
README.md
CHANGED
@@ -31,8 +31,6 @@ Most of the data is adult-themed, and given that usernames inside the posts stil
|
|
31 |
|
32 |
Given the text formatting used by many users, complete and thorough conversion to Markdown seems very difficult without losing information in the process or causing formatting problems.
|
33 |
|
34 |
-
Due to the nested structure of the data, I had to split the original parquet file into smaller ones in order to avoid issues when loading them with `pandas` in Python (via PyArrow). This appears to be a [documented problem](https://github.com/apache/arrow/issues/21526#issuecomment-2350741670).
|
35 |
-
|
36 |
# Basic usage
|
37 |
|
38 |
The files need PyArrow installed from `pip` to be loaded with `pandas`. FastParquet will not work properly due to the nested data structure.
|
|
|
31 |
|
32 |
Given the text formatting used by many users, complete and thorough conversion to Markdown seems very difficult without losing information in the process or causing formatting problems.
|
33 |
|
|
|
|
|
34 |
# Basic usage
|
35 |
|
36 |
The files need PyArrow installed from `pip` to be loaded with `pandas`. FastParquet will not work properly due to the nested data structure.
|