lubianat / wikidata_bib

A prototype for organizing bibliography notes using Wikidata
https://lubianat.github.io/wikidata_bib/
Other
12 stars 2 forks source link

chore: Replace iterrows by itertuples #24

Closed wdroz closed 2 years ago

wdroz commented 2 years ago

Hi,

Iterrows is very slow, itertuples is way faster!

Best

lubianat commented 2 years ago

thanks, but no need to be fast there, though. Any other arguments for the change?

wdroz commented 2 years ago

Itertuples also preserve the data type. But I doubt that's will be useful for you.