bellingcat / wayback-google-analytics

A lightweight tool for scraping current and historic Google Analytics data

Home Page:https://pypi.org/project/wayback-google-analytics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module pandas is not mentioned in requirements.txt

angkasawan2007 opened this issue · comments

commented

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'

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