Hi,
I'm hoping to create a dataframe of news stories that includes bylines and datelines for each story. In the Eikon Data Item Browser, I can see BY_LINE and DATE_LINE. Is there a way I can query by those and have them show in a dataframe like the one below?
df = ek.get_news_headlines('Topic:US AND Language:LEN', date_to = "2020-11-04", count=100)
Thank you!