We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9631b commit 0ee68a4Copy full SHA for 0ee68a4
twarc_csv.py
@@ -241,7 +241,7 @@ def _inline_referenced_tweets(self, tweet):
241
referenced_tweet["__twarc"] = (
242
tweet["__twarc"] if "__twarc" in tweet else None
243
)
244
- # write tweet as new row if referenced tweet exists:
+ # write tweet as new row if referenced tweet exists (has more than the 3 default fields):
245
if len(referenced_tweet.keys()) > 3:
246
yield referenced_tweet
247
else:
0 commit comments