DocNow / twarc-csv

A plugin for twarc2 for converting tweet JSON into DataFrames and exporting to CSV.
MIT License
31 stars 10 forks source link

Off by 1 error missing tweets #15

Closed igorbrigadir closed 3 years ago

igorbrigadir commented 3 years ago

This bug cropped up where passing a generator to json_normalize would leave out the very first item https://github.com/pandas-dev/pandas/issues/35923 Fixed in 0.3.1 bc418d9