Toolkit for connecting term frequency to keyword search volume
import pandas as pd
from search_counter import SearchCounter
df = pd.read_excel('/path/to/file.xlsx',
encoding='utf-8')
# Call SearchCounter
sc = SearchCounter(data=df, keyword='Keyword',
volume='Volume', numbers=20)
This software is licensed under the MIT License. See the LICENSE
file in the top distribution directory for the full license text.
Derek Hawkins derekhawkinsmail@gmail.com