bellingcat / wayback-google-analytics

A lightweight tool for scraping current and historic Google Analytics data
https://pypi.org/project/wayback-google-analytics/
MIT License
187 stars 22 forks source link

Module pandas is not mentioned in requirements.txt #8

Closed angkasawan2007 closed 11 months ago

angkasawan2007 commented 11 months ago

Not a big issue just slight inconvenience Traceback (most recent call last): File "/home/langley/SOFT/osint-google-analytics/main.py", line 14, in <module> from osint_ga.output import ( File "/home/langley/SOFT/osint-google-analytics/osint_ga/output.py", line 4, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'

jclark1913 commented 11 months ago

Cheers Daniel, great catch! Pandas and XlsxWriter have been added to requirements, so this issue is now resolved on main.