On a lot of DataFrame objects, the index will typically be an ascending list of numbers. If I have something with dates, I ...
Serialization is hard, especially across Python versions and multiple platforms. After dealing with many subtle bugs over the years (encodings, locales, large files) our libraries like spaCy and ...